S Sadettin Gunes Dec 26, 2003 #1 hi is there any command line tool for setting registry key permissions ? thanks
C Chriss3 Dec 26, 2003 #2 Hello Sadettin Gunes http://support.microsoft.com/support/kb/articles/Q245/0/31.ASP That may helps. i think that tools is included in Windows Server 2000 RESKIT too
Hello Sadettin Gunes http://support.microsoft.com/support/kb/articles/Q245/0/31.ASP That may helps. i think that tools is included in Windows Server 2000 RESKIT too
J Johan Arwidmark Dec 27, 2003 #3 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
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