Last active
September 21, 2016 19:01
-
-
Save marcocarvalho/07f19cd9a26d5e06fef88e6e93621299 to your computer and use it in GitHub Desktop.
Windows6.1-KB958488-v6001-x86.msu 0xc8000222 .NET 4.5 instalation error
This file contains 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
:: Resolve o problema de instalação do .NET 4.5 Windows6.1-KB958488-v6001-x86.msu 0xc8000222 | |
net stop wuauserv | |
ren c:\windows\SoftwareDistribution softwaredistribution.old | |
net start wuauserv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment