How can I turn off registry redirection on Python?
        Posted  
        
            by Shady
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Shady
        
        
        
        Published on 2010-03-08T20:44:38Z
        Indexed on 
            2010/03/09
            2:51 UTC
        
        
        Read the original article
        Hit count: 429
        
My program is trying to create an key on the
HKLM\Software\Microsoft\Shared Tools\MSCONFIG\startupreg\test\
but instead the key is created on the
HKLM\Wow6432node\Software\Microsoft\Shared Tools\MSCONFIG\startupreg\test\
and don't work properly... Why? How can I solve it?
© Stack Overflow or respective owner