This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shreyanavigyan
Recipients paulenet, shreyanavigyan
Date 2021-05-05.09:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620207774.76.0.372821512956.issue44046@roundup.psfhosted.org>
In-reply-to
Content
Actually behind the scenes, winreg uses win32api which doesn't allow setting HKEY_LOCAL_MACHINE keys for unprivileged users. Running the application in admin mode may work because at that point your application  getting admin privileges but it also may not work because winreg module may not gain admin privileges even though your application does.
History
Date User Action Args
2021-05-05 09:42:54shreyanavigyansetrecipients: + shreyanavigyan, paulenet
2021-05-05 09:42:54shreyanavigyansetmessageid: <1620207774.76.0.372821512956.issue44046@roundup.psfhosted.org>
2021-05-05 09:42:54shreyanavigyanlinkissue44046 messages
2021-05-05 09:42:54shreyanavigyancreate