ReconX Posted May 4, 2016 Posted May 4, 2016 I am using SETACL in my script. Although I would like it to deny the permission of SYSTEM for my "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents" reg key. I can get it to grant full access, but am having issues getting it to set it as deny. Any help? Thanks in advanced.
Moderators JLogan3o13 Posted May 4, 2016 Moderators Posted May 4, 2016 @ReconX Why would you possibly want to deny permissions for SYSTEM to any reg key? I can't think of a single scenario where that would be a good idea. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
ReconX Posted May 5, 2016 Author Posted May 5, 2016 (edited) As of recently, activating Windows XP has been a a pain in the rear. I have my activation product key, although it doesn't actually activate the OS. There is a way around it tho, by using the registry to accept it. Which requires me to deny the SYSTEM any permissions to WPAEvents reg key. And yes, I do know about the specifics of what key activates what, and have been fighting with it for a while now. This just seems like a simpler task. I have my reasons for needing it which is why I would like to get help with this. Which brings me to my question. How would I deny permission to the registry key using SETACL? Edited May 5, 2016 by ReconX
rudi Posted May 6, 2016 Posted May 6, 2016 Hi. Propably you will need to *REMOVE* the permition for SYSTEM, as it looks like SETACL.EXE doesn't know about the right "deny all" for registy values: https://helgeklein.com/setacl/documentation/command-line-version-setacl-exe/#validpermissions (Action = "remtrst") Regards, Rudi. Earth is flat, pigs can fly, and Nuclear Power is SAFE!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now