TheInstaller Posted September 21, 2006 Posted September 21, 2006 I need to change registry key permission from command prompt. I tried subinacl.exe from windows 2003 Resource Kit Tools.This is the command I am using:subinacl /subkeyreg \HKEY_LOCAL_MACHINE\SOFTWARE\ISDelta /grant=Users=fThis the output:+subkeyreg \HKEY_LOCAL_MACHINE\SOFTWARE\ISDelta/grant=Users=fElapsed Time: 00 00:00:00Done: 0, Modified 0, Failed 0, Syntax errors 0And of course the permissions aren't changed.I can't figure out what am I doing wrong.I tried as user that is administrator, and I tried as Administrator. Doesn't work.Can anyone help?
Takeshi Posted September 21, 2006 Posted September 21, 2006 Try the updated version:http://www.microsoft.com/downloads/details...;displaylang=enInclude the domain or local computer name:subinacl /subkeyreg \\<domain_name>\HKEY_LOCAL_MACHINE\SOFTWARE\ISDelta /grant=Users=F
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