Skip to content

Instantly share code, notes, and snippets.

@marcocarvalho
Last active September 21, 2016 19:01
Show Gist options
  • Save marcocarvalho/07f19cd9a26d5e06fef88e6e93621299 to your computer and use it in GitHub Desktop.
Save marcocarvalho/07f19cd9a26d5e06fef88e6e93621299 to your computer and use it in GitHub Desktop.
Windows6.1-KB958488-v6001-x86.msu 0xc8000222 .NET 4.5 instalation error
:: 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