Thread: Remote Registry
View Single Post
  #2 (permalink)  
Old August 27th, 2003, 06:29 PM
merediths merediths is offline
Authorized User
 
Join Date: Jul 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to merediths
Default


Registries have DACLs / CACLS (discretinoary access control lists / system access control lists ) just like normal files [1]. You can add your username to the ACL of the registry key in question by following the procedure:

  1.) open the remote registry with your registry editor (regedit should work on XP, but on some older versions of NT you may need to specify regedt32 to see the ACLs).
  2.) Right-click on the hive / key in question and go to permissions
  3.) Wala -- a familiar looking security dialog box should pop up. Add your username and specify permissions.

  You should now be able to access said registry key.

  [1] actually, all objects in NT managed by the ORM/Executive have ACLs.

Regards,
Meredith Shaebanyan

Reply With Quote