79139122

Date: 2024-10-29 22:05:44
Score: 0.5
Natty:
Report link

To complement @Thomas answer...

In most instances you should be good with running

certutil -csp "Microsoft Strong Cryptographic Provider" -repairstore my "<cert serial number>"

This will force certutil to only use the provider most commonly used for handling private keys in Windows and opt out of any Smart Cards.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Thomas
Posted by: Dennis