Last active
February 20, 2018 20:28
-
-
Save hfknight/2eaf5ce22774acc28e4735d3bf01c1f5 to your computer and use it in GitHub Desktop.
Save your Life from failed Windows 10 Updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In the search box on the taskbar, type cmd. | |
2.Right-click Command Prompt in the search results and select Run as administrator. (Select Yes, when prompted by the User Account Control.) | |
3.In the Administrator: Command Prompt window, type the following command and press Enter: | |
SC config wuauserv start= auto [Press Enter] | |
SC config bits start= auto [Press Enter] | |
SC config cryptsvc start= auto [Press Enter] | |
SC config trustedinstaller start= auto [Press Enter] | |
4.Restart the PC. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment