Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
71 views

Do code-signed executables (signtool.exe) run properly on Windows 98?

Unfortunately I don't have a Windows 98 machine to test this out on. Does anyone know if executables code-signed with SignTool.exe (on Windows 7) will run properly on Windows 98?
1
vote
2answers
1k views

How to install authrootstl.cab offline?

When I try to install the authrootstl.cab offline it won't work. The certificates are installed but Windows doesn't trust the file, and will continue to try to download it. It says the list signing ...
3
votes
2answers
5k views

What are the Windows system certificate stores?

When adding certificates, stls, ctls and crls to the system I can choose the certificate store. I have found so far only references to the "my" and "root" stores. Is there any other?
0
votes
1answer
451 views

How to make windows stop from trying to download authrootstl.cab?

Every time I start a specific signed app, Windows 7 tries to download the following file http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/authrootstl.cab And this trial ...
0
votes
2answers
619 views

How to download and install an updated Certificate Revocation List?

I don't want that my Windows 7 machine download CRLs at boot time. Can I do it manually?
3
votes
3answers
906 views

Powershell access denied to cert:\CurrentUser\My

PS cert:\currentuser\my> dir Get-ChildItem : Access is denied. At line:1 char:3 + dir <<<< I cannot access any of my code signing certificates to sign a PowerShell script. I can ...
3
votes
2answers
4k views

How to sign a PowerShell script easily?

I'd prefer using the AllSigned execution policy with PowerShell, but self-signing my scripts seems to require several hundreds of megabytes of downloading and installation and the signing process ...
1
vote
3answers
601 views

Standalone code signing tool for .exe files

I want to sign .exe files I produce. I already have code signing certificate, only last missing step is 'signtool.exe' (or any other tool that works and is free, preferrably command line so that it ...