views:

100

answers:

1

I'm trying to create a key like this

_winreg.CreateKey(_winreg.HKEY_LOCAL_MACHINE, 'Software\\Microsoft\\Shared Tools\\MSCONFIG\\startupreg\\test\\')

and the key is beeing created here

HKLM\Software\Wow6432Node\Microsoft\Shared Tools\MSCONFIG\startupreg\test\

why?

Yes, Windows 7 64x here

A: 

http://msdn.microsoft.com/en-us/library/aa384253%28VS.85%29.aspx

Glenn Maynard
ok, it's shared... but the msconfig isn't sharing.. how do I solve it?
Shady
Don't ask a new question in a comment. Accept this answer and ask a new one. You have a 29% accept rate and people are going to start ignoring your questions if you don't fix that.
Glenn Maynard