Skip to content

Instantly share code, notes, and snippets.

@hfknight
Last active February 20, 2018 20:28
Show Gist options
  • Save hfknight/2eaf5ce22774acc28e4735d3bf01c1f5 to your computer and use it in GitHub Desktop.
Save hfknight/2eaf5ce22774acc28e4735d3bf01c1f5 to your computer and use it in GitHub Desktop.
Save your Life from failed Windows 10 Updates
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