Modifying Registry Key
Emile van Sebille
emile at fenx.com
Thu Sep 20 07:32:47 EDT 2001
More information about the Python-list mailing list
Thu Sep 20 07:32:47 EDT 2001
- Previous message (by thread): Modifying Registry Key
- Next message (by thread): How to remove "\n" in a string?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If you're working on an NT/2k system, I'd guess you don't have the proper permissions to alter the key. Sign in as admin to grant authority to the login running the script. -- Emile van Sebille emile at fenx.com --------- <ppe at albert.com> wrote in message news:3ba9b558$0$6698$436235c4 at news-test.free.fr... > Hello all, > > I wrote a script to modify a registry key with SetValueEx. > But I received an error : access refused > How the access to modification works ? > Thanks a lot > > Pablo >
- Previous message (by thread): Modifying Registry Key
- Next message (by thread): How to remove "\n" in a string?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list