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

link|improve this question

25% accept rate
what framework version are you referring to? – K Ivanov Feb 1 '11 at 16:52
feedback

migrated from stackoverflow.com Feb 1 '11 at 17:02

This question came from our site for professional and enthusiast programmers.

4 Answers

up vote 3 down vote accepted

Edited: C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys

link|improve this answer
feedback

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

And make sure the folders are not invisible.

link|improve this answer
feedback

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\

link|improve this answer
C:\Users\All Users\Microsoft\Crypto\RSA\MachineKeys is probably the 'correct' location, while the documents and settings path is probably for application compatibility. – lowlevel Feb 1 '11 at 16:55
Actually C:\Users\All Users is a junction to C:\ProgramData too – Rup Feb 1 '11 at 17:21
feedback

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
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.