Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Permissions to Registry key batch
Name: kross Date: March 23, 2007 at 19:47:43 Pacific OS: xp CPU/Ram: low Product: junk
Comment:
Is there any way to modify permissions to a registry key in a batch script? Basically im looking to add "Full control allow" to "users" on hkcr. Also add the name of the user account to that list with both read & full control permissions. To add to that add "replace owner on subcontrainers & folders" & "replace permission entries on all child objects". The username is always different. Is this possible to do, or is it way too complex for a batch? can you even edit like this from the cmd line?
Summary: I need to change permissions for a specific registry key using a batch file. My goal is to allow only "read" permissions for all users. If we want to do it with a file, it would look like this: echo y...
Summary: You wasted all that time finding and posting 3 msg's that airnt even what i asked. I asked for a sample code for REMOVING a reg key. not to add one, not to use the command reg edit. maybe if i say it ...