Link to home
Start Free TrialLog in
Avatar of Slickman
Slickman

asked on

registry key

Is there anyway i can add or modify the user access rights in registry.

Also how can i remove a registry key.

I want to do this modifications to Windows 2000 Pro systems.

Thanks in advance.
Avatar of markmedici
markmedici

You can use REGEDT32.EXE to change permissions on any keys in the registry.  

Using either REGEDIT or REGEDT32, you should be able to simply delete a key by selecting it then pressing [Del] on your keyboard, though some keys cannot be deleted at all.

Make sure you have multiple backups before modifying permissions or deleting keys.
Avatar of Slickman

ASKER

Sorry, i forgot add as i want to do this from login script. Thanks for your comment.
Avatar of sramesh2k

You can use the Regini.exe tool to set the Registry permissions from command mode

The Regini.exe tool to be taken from the Microsoft Windows 2000 Resource Kit.


Change Registry Permissions from the Command Line:

http://support.microsoft.com/default.aspx?scid=KB;en-us;q245031


How to Use Regini.exe to Set Permissions on Registry Keys

http://support.microsoft.com/?kbid=237607
ASKER CERTIFIED SOLUTION
Avatar of sjhaveri
sjhaveri
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
sorry sramesh2k for posting same thing.
i need to refresh screen frequently.
Here's an article on how to delete an existing registry key using vbscript:

  http://www.mvps.org/serenitymacros/help.html

Cheers,

-- Mark
    IT Consultant.
Thank you (SRamesh2k and sjhaveri) very much for your comments and links...I have very good idea now.

Thanks once again.

So, can i request points in Community forum?
hi sramesh2k,
sure,i have no problem,
thank you