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 pabitra
Recipients pabitra, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-09-08.01:54:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473299643.82.0.127834530575.issue28011@psf.upfronthosting.co.za>
In-reply-to
Content
UAC does not give KEY_ALL_ACCESS on various keys, that's a know fact. But, KEY_READ access also throws WindowsError: [Error 5] Access is denied for few keys.

Out of all the keys in HKEY_USERS, I am trying to access, "S-1-5-18",  "S-1-5-19" and  "S-1-5-20". Openkey() with KEY_READ works fine for "S-1-5-18". However for "S-1-5-19" and  "S-1-5-20" it fails (even if I use KEY_READ access).

Then how can I read the values for those specific keys, if KEY_READ also shows access denied?
History
Date User Action Args
2016-09-08 01:54:03pabitrasetrecipients: + pabitra, paul.moore, tim.golden, zach.ware, steve.dower
2016-09-08 01:54:03pabitrasetmessageid: <1473299643.82.0.127834530575.issue28011@psf.upfronthosting.co.za>
2016-09-08 01:54:03pabitralinkissue28011 messages
2016-09-08 01:54:03pabitracreate