.Net Framework 4 Error Code Hresult 0xc8000222 (Installing Bootcamp Part 1)
Microsoft loves reminding me why I switched to Mac everytime I use a windows machine. IDK about you, but 0xc8000222 doesn’t tell me much. There’s a world of pain when installing windows on a Retina Macbook. So we’ll take it slow:
- Open cmd
- Type in the command “net stop WuAuServ” (disable windows update)
- Go to Run (you can do this by pressing Win + R) and type in “%windir%” (this command let you go to your windows system folder)
- Find the folder “SoftwareDistribution” and rename it as “SDold”
- Then, go back your previous command prompt and run the command “net start WuAuServ”
- Now, try to install .NET Framework again
Sauce: http://digitalmemo.neobie.net/2011/08/17/net-framework-4-0-error-code-hresult-0xc8000222/comment-page-3/