Re: DllRegisterServer error while updating Windows Vista
Yes, you can solve this problem by following the steps below.
1. Go to START---->All Programs---->Accessories
2. Right Click on Command Prompt and Just click Run as administrator.
3. Now, the Command Prompt will be launched in your Window. Just enter the following commands one by one in your command Prompt and Press Enter.
cd %windir%
net stop wuauserv
net stop bits
net stop cryptsvc
ren SoftwareDistribution SD2
net start wuauserv
net start bits
net start cryptsvc
Now, You again run Windows Update in your Windows system. Now, it should be working fine.
~Support
Community Manager