Monthly Archives: July 2019
Update Workstation Root Certificates
To manually update the root certificates in Windows 7 and Windows 10 Root Certificates http://ctldl.windowsupdate.com/msdownload/ update/v3/static/trustedr/en/authrootstl.cab Extract authroot.stl certutil -addstore -f root authroot.stl Revoked Certificates http://ctldl.windowsupdate.com/msdownload/ update/v3/static/trustedr/en/disallowedcertstl.cab extract disallowedcert.stl certutil -addstore -f disallowed disallowedcert.stl
Posted in Uncategorized
Comments Off on Update Workstation Root Certificates