Situatie
Solutie
Pasi de urmat
Resetting Windows Update components removes any corrupted files or settings that may be causing the issue. This solution provides a fresh start to the Windows Update process.
- First, type cmd in the Windows search bar
- Next, open Command Prompt as an administrator.
In the Command Prompt window, enter the following commands one by one and press Enter after each to stop Windows components:
- net stop bits
- net stop wuauserv
- net stop appidsvc
- net stop cryptsvc
Next, restart the BITS, Windows Update, App Identity, and Cryptographic services by entering the following commands in the Command Prompt window:
- net start bits
- net start wuauserv
- net start appidsvc
- net start cryptsvc
Close the Command Prompt and try the Windows update again.
Leave A Comment?