Fixed error “HRESULT
0xc8000222” while installing .NET framework 4.0
Detail: The problem we often have here is the error msg like HRESULT
0xc8000222 when we are about to finish the Net Framework installation.
Please follow the below steps to complete
the framework installation without error:
1.
Click START > ALL
PROGRAMS > ACCESSORIES > right click COMMAND
PROMPT and choose run as administrator (A
command prompt window will open).
2.
Type
: net stop WuAuServ in the command prompt and leave it that
way for a second.
3.
Now
click Windows > R > and type %windir%
4.
Find a
folder named SoftwareDistribution. Rename it with any name (we
don't use this folder anymore, Renaming it is only for back up purpose).
5.
Back to
command prompt again and type net start WuAuServ.
6.
Finish
your net framework installation.
Comments
Post a Comment