Windows 8 How Are Certificates Stored in Windows After Network Drive Mapping?

eager2learn

Extraordinary Member
Joined
Mar 27, 2017
Messages
9
In cmd.exe after the command "net use W: \\192.168.0.52\data" I get a window with title "Certificate selection".
Where and how is a certificate stored in Windows?
As a file with a .crt suffix, in the registry or other?
 

Solution
They're stored as binary blobs in the registry.
User specific are HKEY_CURRENT_USER\SOFTWARE\Microsoft\SystemCertificates
> Group Name > Certificates
Localmachine are HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates
> Group Name > Certificates
They're stored as binary blobs in the registry.
User specific are HKEY_CURRENT_USER\SOFTWARE\Microsoft\SystemCertificates
> Group Name > Certificates
Localmachine are HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates
> Group Name > Certificates
 

Solution
Back
Top