Larry said:
when i try to update it says set up cpold not verify the
integrity of the update inf. make sure the cryptographic
service is runing on this computer
This can occur if the Cryptographic Service is Disabled in "services.msc" or
a file within %Systemroot%\System32\Catroot2 folder is corrupt.
1) Restart the service
Click START, then Run, enter "services.msc" (minus quotes) and press enter
Check the status of the Cryptographic Service... enable it if it is
disabled. (Click the entry name, then click Restart)
That should fix things... if not....
2) Rebuild the catroot2
Click START, then Run, and type "cmd", then press enter
Now CAREFULLY type the following commands, and press enter after each, only
after you have double-checked your spelling.
net stop cryptsvc
ren %systemroot%\system32\catroot2 oldcatroot2
net start cryptsvc
exit