Click to See Complete Forum and Search --> : script to modify registry permissions
ekin602
08-28-2005, 06:55 PM
Hello,
Is there an easy way to write a batch file that will change registry permissions? I figured out how to do it for files or folders, but no luck so far for the registry. Thanks
Strogian
08-29-2005, 04:34 PM
You might be able to do it with a registry script file.
I4one
08-29-2005, 05:16 PM
Hello,
Is there an easy way to write a batch file that will change registry permissions? I figured out how to do it for files or folders, but no luck so far for the registry. Thanks
can you be more specific ?
SkyDog
08-30-2005, 08:57 PM
One way would be to use the REGINI.EXE utility as mentioned in the following Microsoft support article:
How to: Use a Script to Change Registry Permissions from the Command Line (http://support.microsoft.com/?kbid=245031)
The article mentions obtaining the REGINI.EXE utility from the Windows NT Resource Kit, but the utility appears to be included in more recent versions of Windows. (I've got it on my home machine running Windows XP Pro, for example.)