7

I know where the MachineKeys folder in XP. Anybody can tell me where it is in Windows 7?

Mehper C. Palavuzlar
  • 55,164
  • 49
  • 193
  • 250
5YrsLaterDBA
  • 435
  • 4
  • 11
  • 16

4 Answers4

11

In clean installation of Windows you can find it under C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys

In newer versions of Windows, try: %SystemDrive%\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys

kenorb
  • 24,736
  • 27
  • 129
  • 199
2

C:\Users\All Users\Microsoft\Crypto\RSA\MachineKeys

And make sure the folders are not invisible.

SwDevMan81
  • 131
  • 4
0

I found it in the same location.. its protected but, I got there with some effort: C:\Documents and Settings\All Users\Microsoft\Crypto\RSA\MachineKeys\

  • C:\Users\All Users\Microsoft\Crypto\RSA\MachineKeys is probably the 'correct' location, while the documents and settings path is probably for application compatibility. –  Feb 01 '11 at 16:55
  • 2
    Actually `C:\Users\All Users` is a junction to `C:\ProgramData` too – Rup Feb 01 '11 at 17:21
0

I am assuming you are referring to the machine keys in the machine.config file, in that case it depends on what version of the .NET framework you want, it should be in the default location, for example .NET 4.0:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config
Kris Ivanov
  • 141
  • 2