setting registry key permissions

  • Thread starter Thread starter Sadettin Gunes
  • Start date Start date
S

Sadettin Gunes

hi
is there any command line tool for setting registry key permissions ?

thanks
 
You may use scripting with or without wmi to modify the registry.

However you cannot use wmi for setting permissions on registry keys
(wmi only has a checkaccess method) so you'll have to use custom
Dynamic Link Libraries.

You'll find a good article on "Managing Windows Registry with
Scripting" written by Marcin Policht on this link
http://www.serverwatch.com/tutorials/article.php/1476871


regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top