PC Review


Reply
Thread Tools Rate Thread

Change Registry Key Permissions

 
 
Karine Rivet
Guest
Posts: n/a
 
      12th Apr 2004
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!


 
Reply With Quote
 
 
 
 
Ramesh [MVP]
Guest
Posts: n/a
 
      12th Apr 2004
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:
http://support.microsoft.com/?kbid=237607

Regini available from Windows 2003 Reskit tools:
http://www.microsoft.com/downloads/d...displaylang=en
(Regini.exe: Registry Change by Script)

--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

ExportZone - for Internet Explorer:
http://www.mvps.org/sramesh2k/ExportZone.htm

"Karine Rivet" <krivet(nospam)@viad.com> wrote in message news:(E-Mail Removed)...
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!


 
Reply With Quote
 
Will Denny
Guest
Posts: n/a
 
      12th Apr 2004
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" <krivet(nospam)@viad.com> wrote in message
news:(E-Mail Removed)...
> 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


 
Reply With Quote
 
Doug Allen [MSFT]
Guest
Posts: n/a
 
      12th Apr 2004
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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" <krivet(nospam)@viad.com> wrote in message
> news:(E-Mail Removed)...
> > 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
>
>



 
Reply With Quote
 
Will Denny
Guest
Posts: n/a
 
      12th Apr 2004
I stand corrected Doug - good call Ramesh.

--

Will Denny

MS-MVP Windows Shell/User
"Doug Allen [MSFT]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> 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" <krivet(nospam)@viad.com> wrote in message
>> news:(E-Mail Removed)...
>> > 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


 
Reply With Quote
 
Roger Abell [MVP]
Guest
Posts: n/a
 
      12th Apr 2004
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" <krivet(nospam)@viad.com> wrote in message
news:(E-Mail Removed)...
> 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!
>
>



 
Reply With Quote
 
Hery
Guest
Posts: n/a
 
      12th Apr 2004
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


 
Reply With Quote
 
Drew Cooper [MSFT]
Guest
Posts: n/a
 
      12th Apr 2004
subinacl?
http://www.microsoft.com/downloads/d...displaylang=en
--
Drew Cooper [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.


"Karine Rivet" <krivet(nospam)@viad.com> wrote in message
news:(E-Mail Removed)...
> 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!
>
>



 
Reply With Quote
 
Bruce Chambers
Guest
Posts: n/a
 
      13th Apr 2004
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" <krivet(nospam)@viad.com> wrote in message
news:(E-Mail Removed)...
> 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!
>
>



 
Reply With Quote
 
Ramesh [MVP]
Guest
Posts: n/a
 
      13th Apr 2004
Thanks, Will & Doug.

--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

ExportZone - for Internet Explorer:
http://www.mvps.org/sramesh2k/ExportZone.htm

"Will Denny" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
I stand corrected Doug - good call Ramesh.

--

Will Denny

MS-MVP Windows Shell/User
"Doug Allen [MSFT]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> 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" <krivet(nospam)@viad.com> wrote in message
>> news:(E-Mail Removed)...
>> > 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


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't Change Registry Permissions =?Utf-8?B?QW5keQ==?= Windows XP Help 2 21st May 2007 07:45 AM
change permissions in the registry =?Utf-8?B?c2dy?= Microsoft VB .NET 0 7th Nov 2006 10:50 AM
Change Registry Key Permissions Karine Rivet Windows XP Security 8 13th Apr 2004 11:21 AM
Change Registry Key Permissions Karine Rivet Windows XP Setup 7 13th Apr 2004 02:33 AM
Change Registry Key Permissions Karine Rivet Windows XP General 7 13th Apr 2004 02:33 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:51 AM.