How can I get a list of installed certificates on Windows?
Using PowerShell:
Get-ChildItem -Recurse Cert:
Or run (Start -> Run
or just hit WIN+R):
certmgr.msc
In Internet Explorer:
Go to Tools (Alt+X) → Internet Options → Content → Certificates.