View Full Version : Change Registry Key Permissions
Karine Rivet
April 15th 04, 01:31 AM
Does anyone know of an automated way to change registry key permissions? There is a particular registry key to which we need to
assign full control to all users and thus far we've just been manually making the permission change using regedt32.exe. This works
fine of course, but it would be much nicer to be able to double click a reg hack, etc. then to have to do it manually every time.
Any suggestions would be greatly appreciated.
Thanks!
Ramesh [MVP]
April 15th 04, 01:31 AM
Karine,
This might help: For a stand-alone PC, the UI is the easiest option
How to Use Regini.exe to Set Permissions on Registry Keys:=20
http://support.microsoft.com/?kbid=3D237607
Regini available from Windows 2003 Reskit tools:
http://www.microsoft.com/downloads/details.aspx?FamilyID=3D9D467A69-57FF-=
4AE7-96EE-B18C4790CFFD&displaylang=3Den
(Regini.exe: Registry Change by Script)
--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
ExportZone - for Internet Explorer:=20
http://www.mvps.org/sramesh2k/ExportZone.htm
"Karine Rivet" > wrote in message =
...
Does anyone know of an automated way to change registry key permissions? =
There is a particular registry key to which we need to
assign full control to all users and thus far we've just been manually =
making the permission change using regedt32.exe. This works
fine of course, but it would be much nicer to be able to double click a =
reg hack, etc. then to have to do it manually every time.
Any suggestions would be greatly appreciated.
Thanks!
Ramesh [MVP]
April 15th 04, 01:31 AM
Karine,
This might help: For a stand-alone PC, the UI is the easiest option
How to Use Regini.exe to Set Permissions on Registry Keys:=20
http://support.microsoft.com/?kbid=3D237607
Regini available from Windows 2003 Reskit tools:
http://www.microsoft.com/downloads/details.aspx?FamilyID=3D9D467A69-57FF-=
4AE7-96EE-B18C4790CFFD&displaylang=3Den
(Regini.exe: Registry Change by Script)
--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
ExportZone - for Internet Explorer:=20
http://www.mvps.org/sramesh2k/ExportZone.htm
"Karine Rivet" > wrote in message =
...
Does anyone know of an automated way to change registry key permissions? =
There is a particular registry key to which we need to
assign full control to all users and thus far we've just been manually =
making the permission change using regedt32.exe. This works
fine of course, but it would be much nicer to be able to double click a =
reg hack, etc. then to have to do it manually every time.
Any suggestions would be greatly appreciated.
Thanks!
Will Denny
April 15th 04, 01:33 AM
Hi
You can put the Registry edits into Notepad and then 'save as' a .REG file.
--
Will Denny
MS-MVP Windows Shell/User
"Karine Rivet" > wrote in message
...
> Does anyone know of an automated way to change registry key permissions?
> There is a particular registry key to which we need to
> assign full control to all users and thus far we've just been manually
> making the permission change using regedt32.exe. This works
> fine of course, but it would be much nicer to be able to double click a
> reg hack, etc. then to have to do it manually every time.
> Any suggestions would be greatly appreciated.
>
> Thanks!
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.656 / Virus Database: 421 - Release Date: 09/04/2004
Will Denny
April 15th 04, 01:33 AM
Hi
You can put the Registry edits into Notepad and then 'save as' a .REG file.
--
Will Denny
MS-MVP Windows Shell/User
"Karine Rivet" > wrote in message
...
> Does anyone know of an automated way to change registry key permissions?
> There is a particular registry key to which we need to
> assign full control to all users and thus far we've just been manually
> making the permission change using regedt32.exe. This works
> fine of course, but it would be much nicer to be able to double click a
> reg hack, etc. then to have to do it manually every time.
> Any suggestions would be greatly appreciated.
>
> Thanks!
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.656 / Virus Database: 421 - Release Date: 09/04/2004
Doug Allen [MSFT]
April 15th 04, 01:33 AM
No you can't Will. Regedit cannot import a .reg file by changing the ACLs
of the keys like that. As Ramesh said, Karine will need to use regini from
the resource kit.
--
Doug Allen, Windows 2000 MCSE
Microsoft Enterprise Support
This posting is provided "AS IS" with no warranties, and confers no rights.
"Will Denny" > wrote in message
...
> Hi
>
> You can put the Registry edits into Notepad and then 'save as' a .REG
file.
>
> --
>
> Will Denny
>
> MS-MVP Windows Shell/User
> "Karine Rivet" > wrote in message
> ...
> > Does anyone know of an automated way to change registry key permissions?
> > There is a particular registry key to which we need to
> > assign full control to all users and thus far we've just been manually
> > making the permission change using regedt32.exe. This works
> > fine of course, but it would be much nicer to be able to double click a
> > reg hack, etc. then to have to do it manually every time.
> > Any suggestions would be greatly appreciated.
> >
> > Thanks!
> >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.656 / Virus Database: 421 - Release Date: 09/04/2004
>
>
Doug Allen [MSFT]
April 15th 04, 01:33 AM
No you can't Will. Regedit cannot import a .reg file by changing the ACLs
of the keys like that. As Ramesh said, Karine will need to use regini from
the resource kit.
--
Doug Allen, Windows 2000 MCSE
Microsoft Enterprise Support
This posting is provided "AS IS" with no warranties, and confers no rights.
"Will Denny" > wrote in message
...
> Hi
>
> You can put the Registry edits into Notepad and then 'save as' a .REG
file.
>
> --
>
> Will Denny
>
> MS-MVP Windows Shell/User
> "Karine Rivet" > wrote in message
> ...
> > Does anyone know of an automated way to change registry key permissions?
> > There is a particular registry key to which we need to
> > assign full control to all users and thus far we've just been manually
> > making the permission change using regedt32.exe. This works
> > fine of course, but it would be much nicer to be able to double click a
> > reg hack, etc. then to have to do it manually every time.
> > Any suggestions would be greatly appreciated.
> >
> > Thanks!
> >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.656 / Virus Database: 421 - Release Date: 09/04/2004
>
>
Will Denny
April 15th 04, 01:33 AM
I stand corrected Doug - good call Ramesh.
--
Will Denny
MS-MVP Windows Shell/User
"Doug Allen [MSFT]" > wrote in message
...
> No you can't Will. Regedit cannot import a .reg file by changing the ACLs
> of the keys like that. As Ramesh said, Karine will need to use regini
> from
> the resource kit.
>
> --
> Doug Allen, Windows 2000 MCSE
> Microsoft Enterprise Support
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
>
> "Will Denny" > wrote in message
> ...
>> Hi
>>
>> You can put the Registry edits into Notepad and then 'save as' a .REG
> file.
>>
>> --
>>
>> Will Denny
>>
>> MS-MVP Windows Shell/User
>> "Karine Rivet" > wrote in message
>> ...
>> > Does anyone know of an automated way to change registry key
>> > permissions?
>> > There is a particular registry key to which we need to
>> > assign full control to all users and thus far we've just been manually
>> > making the permission change using regedt32.exe. This works
>> > fine of course, but it would be much nicer to be able to double click a
>> > reg hack, etc. then to have to do it manually every time.
>> > Any suggestions would be greatly appreciated.
>> >
>> > Thanks!
>> >
>> >
>>
>>
>> ---
>> Outgoing mail is certified Virus Free.
>> Checked by AVG anti-virus system (http://www.grisoft.com).
>> Version: 6.0.656 / Virus Database: 421 - Release Date: 09/04/2004
>>
>>
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.656 / Virus Database: 421 - Release Date: 09/04/2004
Will Denny
April 15th 04, 01:33 AM
I stand corrected Doug - good call Ramesh.
--
Will Denny
MS-MVP Windows Shell/User
"Doug Allen [MSFT]" > wrote in message
...
> No you can't Will. Regedit cannot import a .reg file by changing the ACLs
> of the keys like that. As Ramesh said, Karine will need to use regini
> from
> the resource kit.
>
> --
> Doug Allen, Windows 2000 MCSE
> Microsoft Enterprise Support
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
>
> "Will Denny" > wrote in message
> ...
>> Hi
>>
>> You can put the Registry edits into Notepad and then 'save as' a .REG
> file.
>>
>> --
>>
>> Will Denny
>>
>> MS-MVP Windows Shell/User
>> "Karine Rivet" > wrote in message
>> ...
>> > Does anyone know of an automated way to change registry key
>> > permissions?
>> > There is a particular registry key to which we need to
>> > assign full control to all users and thus far we've just been manually
>> > making the permission change using regedt32.exe. This works
>> > fine of course, but it would be much nicer to be able to double click a
>> > reg hack, etc. then to have to do it manually every time.
>> > Any suggestions would be greatly appreciated.
>> >
>> > Thanks!
>> >
>> >
>>
>>
>> ---
>> Outgoing mail is certified Virus Free.
>> Checked by AVG anti-virus system (http://www.grisoft.com).
>> Version: 6.0.656 / Virus Database: 421 - Release Date: 09/04/2004
>>
>>
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.656 / Virus Database: 421 - Release Date: 09/04/2004
Roger Abell [MVP]
April 15th 04, 01:35 AM
Not discounting the regini solution, but do you have an
Active Directory environment ? If so, this is easily done
with a security template using the registry section.
--
Roger Abell
Microsoft MVP (Windows Server System: Security)
MCDBA, MCSE W2k3+W2k+Nt4
"Karine Rivet" > wrote in message
...
> Does anyone know of an automated way to change registry key permissions?
> There is a particular registry key to which we need to
> assign full control to all users and thus far we've just been manually
> making the permission change using regedt32.exe. This works
> fine of course, but it would be much nicer to be able to double click a
> reg hack, etc. then to have to do it manually every time.
> Any suggestions would be greatly appreciated.
>
> Thanks!
>
>
Roger Abell [MVP]
April 15th 04, 01:35 AM
Not discounting the regini solution, but do you have an
Active Directory environment ? If so, this is easily done
with a security template using the registry section.
--
Roger Abell
Microsoft MVP (Windows Server System: Security)
MCDBA, MCSE W2k3+W2k+Nt4
"Karine Rivet" > wrote in message
...
> Does anyone know of an automated way to change registry key permissions?
> There is a particular registry key to which we need to
> assign full control to all users and thus far we've just been manually
> making the permission change using regedt32.exe. This works
> fine of course, but it would be much nicer to be able to double click a
> reg hack, etc. then to have to do it manually every time.
> Any suggestions would be greatly appreciated.
>
> Thanks!
>
>
Hery
April 15th 04, 01:37 AM
just do it the slow reliable way...your time can't possibly be that
restricted.....
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.656 / Virus Database: 421 - Release Date: 4/9/2004
Hery
April 15th 04, 01:37 AM
just do it the slow reliable way...your time can't possibly be that
restricted.....
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.656 / Virus Database: 421 - Release Date: 4/9/2004
Drew Cooper [MSFT]
April 15th 04, 01:37 AM
subinacl?
http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&displaylang=en
--
Drew Cooper [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Karine Rivet" > wrote in message
...
> Does anyone know of an automated way to change registry key permissions?
There is a particular registry key to which we need to
> assign full control to all users and thus far we've just been manually
making the permission change using regedt32.exe. This works
> fine of course, but it would be much nicer to be able to double click a
reg hack, etc. then to have to do it manually every time.
> Any suggestions would be greatly appreciated.
>
> Thanks!
>
>
Drew Cooper [MSFT]
April 15th 04, 01:37 AM
subinacl?
http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&displaylang=en
--
Drew Cooper [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Karine Rivet" > wrote in message
...
> Does anyone know of an automated way to change registry key permissions?
There is a particular registry key to which we need to
> assign full control to all users and thus far we've just been manually
making the permission change using regedt32.exe. This works
> fine of course, but it would be much nicer to be able to double click a
reg hack, etc. then to have to do it manually every time.
> Any suggestions would be greatly appreciated.
>
> Thanks!
>
>
Bruce Chambers
April 15th 04, 01:51 AM
Greetings --
I've used SetACL.exe with good results.
http://www.helge.mynetcologne.de/setacl/
Bruce Chambers
--
Help us help you:
http://dts-l.org/goodpost.htm
http://www.catb.org/~esr/faqs/smart-questions.html
You can have peace. Or you can have freedom. Don't ever count on
having both at once. -- RAH
"Karine Rivet" > wrote in message
...
> Does anyone know of an automated way to change registry key
> permissions? There is a particular registry key to which we need to
> assign full control to all users and thus far we've just been
> manually making the permission change using regedt32.exe. This
> works
> fine of course, but it would be much nicer to be able to double
> click a reg hack, etc. then to have to do it manually every time.
> Any suggestions would be greatly appreciated.
>
> Thanks!
>
>
Bruce Chambers
April 15th 04, 01:52 AM
Greetings --
I've used SetACL.exe with good results.
http://www.helge.mynetcologne.de/setacl/
Bruce Chambers
--
Help us help you:
http://dts-l.org/goodpost.htm
http://www.catb.org/~esr/faqs/smart-questions.html
You can have peace. Or you can have freedom. Don't ever count on
having both at once. -- RAH
"Karine Rivet" > wrote in message
...
> Does anyone know of an automated way to change registry key
> permissions? There is a particular registry key to which we need to
> assign full control to all users and thus far we've just been
> manually making the permission change using regedt32.exe. This
> works
> fine of course, but it would be much nicer to be able to double
> click a reg hack, etc. then to have to do it manually every time.
> Any suggestions would be greatly appreciated.
>
> Thanks!
>
>
Ramesh [MVP]
April 15th 04, 01:52 AM
Thanks, Will & Doug.
--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
ExportZone - for Internet Explorer:=20
http://www.mvps.org/sramesh2k/ExportZone.htm
"Will Denny" > wrote in message =
...
I stand corrected Doug - good call Ramesh.
--=20
Will Denny
MS-MVP Windows Shell/User
"Doug Allen [MSFT]" > wrote in message=20
...
> No you can't Will. Regedit cannot import a .reg file by changing the =
ACLs
> of the keys like that. As Ramesh said, Karine will need to use regini =
> from
> the resource kit.
>
> --=20
> Doug Allen, Windows 2000 MCSE
> Microsoft Enterprise Support
>
> This posting is provided "AS IS" with no warranties, and confers no=20
> rights.
>
>
>
> "Will Denny" > wrote in message
> ...
>> Hi
>>
>> You can put the Registry edits into Notepad and then 'save as' a .REG
> file.
>>
>> --=20
>>
>> Will Denny
>>
>> MS-MVP Windows Shell/User
>> "Karine Rivet" > wrote in message
>> ...
>> > Does anyone know of an automated way to change registry key=20
>> > permissions?
>> > There is a particular registry key to which we need to
>> > assign full control to all users and thus far we've just been =
manually
>> > making the permission change using regedt32.exe. This works
>> > fine of course, but it would be much nicer to be able to double =
click a
>> > reg hack, etc. then to have to do it manually every time.
>> > Any suggestions would be greatly appreciated.
>> >
>> > Thanks!
>> >
>> >
>>
>>
>> ---
>> Outgoing mail is certified Virus Free.
>> Checked by AVG anti-virus system (http://www.grisoft.com).
>> Version: 6.0.656 / Virus Database: 421 - Release Date: 09/04/2004
>>
>>
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.656 / Virus Database: 421 - Release Date: 09/04/2004=20
Ramesh [MVP]
April 15th 04, 01:54 AM
Thanks, Will & Doug.
--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
ExportZone - for Internet Explorer:=20
http://www.mvps.org/sramesh2k/ExportZone.htm
"Will Denny" > wrote in message =
...
I stand corrected Doug - good call Ramesh.
--=20
Will Denny
MS-MVP Windows Shell/User
"Doug Allen [MSFT]" > wrote in message=20
...
> No you can't Will. Regedit cannot import a .reg file by changing the =
ACLs
> of the keys like that. As Ramesh said, Karine will need to use regini =
> from
> the resource kit.
>
> --=20
> Doug Allen, Windows 2000 MCSE
> Microsoft Enterprise Support
>
> This posting is provided "AS IS" with no warranties, and confers no=20
> rights.
>
>
>
> "Will Denny" > wrote in message
> ...
>> Hi
>>
>> You can put the Registry edits into Notepad and then 'save as' a .REG
> file.
>>
>> --=20
>>
>> Will Denny
>>
>> MS-MVP Windows Shell/User
>> "Karine Rivet" > wrote in message
>> ...
>> > Does anyone know of an automated way to change registry key=20
>> > permissions?
>> > There is a particular registry key to which we need to
>> > assign full control to all users and thus far we've just been =
manually
>> > making the permission change using regedt32.exe. This works
>> > fine of course, but it would be much nicer to be able to double =
click a
>> > reg hack, etc. then to have to do it manually every time.
>> > Any suggestions would be greatly appreciated.
>> >
>> > Thanks!
>> >
>> >
>>
>>
>> ---
>> Outgoing mail is certified Virus Free.
>> Checked by AVG anti-virus system (http://www.grisoft.com).
>> Version: 6.0.656 / Virus Database: 421 - Release Date: 09/04/2004
>>
>>
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.656 / Virus Database: 421 - Release Date: 09/04/2004=20
vBulletin® v3.6.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.