setting registry key permissions

  • Thread starter Thread starter Sadettin Gunes
  • Start date Start date
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
 
Back
Top