63

I know I have some certificates installed on my Windows 7 machine. How can I see what they are, the nicknames they are known by, and browse detailed information (such as issuer and available usage)?

Tim Keating
  • 1,053

4 Answers4

74

Using PowerShell:

Get-ChildItem -Recurse Cert:
Joey
  • 41,098
63

Or run (Start -> Run or just hit WIN+R):

certmgr.msc
29

In Internet Explorer:

Go to Tools (Alt+X)Internet OptionsContentCertificates.

amiregelz
  • 8,297
21

Start mmc via Search files or Command Prompt:

Menu FileAdd/Remove Snap-In...Add...CertificatesAddMy User account and/or Computer accountFinishCloseOK → Browse.

mspoerr
  • 371