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 paulenet
Recipients WildCard65, eryksun, paulenet, shreyanavigyan
Date 2021-05-06.18:23:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620325431.86.0.650186271073.issue44046@roundup.psfhosted.org>
In-reply-to
Content
"Here's something you should know about Windows, even if a local account is in the Administrators group, it still has restrictions on what it can do, it just has the power to elevate itself without requiring login credentials (VIA UAC prompts)."

@William:
Sure, I understand that, which is also why I have UAC prompts disabled.  Also, there are additional security settings that most people do not know about Administrator accounts:  There are permission settings that go much further than Administrator and disabling of UAC, which is also providing your user account "system" level permissions, and "Act as part of the operating system".  This pretty much puts your account in "god mode" where you can do all kinds of things that most of us probably shouldn't need to do for most situations, but it is there when needed.  In any case, it should not be necessary to get Python permissions to execute write / update methods in Python against HKLM hive. I definitely don't need to do much to get it to work in C# or C++ just fine.
History
Date User Action Args
2021-05-06 18:23:51paulenetsetrecipients: + paulenet, eryksun, WildCard65, shreyanavigyan
2021-05-06 18:23:51paulenetsetmessageid: <1620325431.86.0.650186271073.issue44046@roundup.psfhosted.org>
2021-05-06 18:23:51paulenetlinkissue44046 messages
2021-05-06 18:23:51paulenetcreate