大體分兩步,第一步取得所有權,第二步進行授權。
對下面的登錄檔項極其子項進行授權
hkey_local_machine\system
\controlset001\services
subinacl /keyreg "hkey_local_machine\system
\controlset001\services" /grant=administrators=f
subinacl /keyreg "hkey_local_machine\system
\controlset001\services" /grant=system=f
對子項進行授權之前,要先取得所有權
subinacl /subkeyreg "hkey_local_machine\system
\controlset001\services" /setowner=system
接著,就可以授權了
subinacl /subkeyreg "hkey_local_machine\system
\controlset001\services" /grant=administrators=f
subinacl /subkeyreg "hkey_local_machine\system
\controlset001\services" /grant=system=f
登錄檔處理之(監控登錄檔的通用結構)
監控登錄檔的通用結構 1 變數定義 2 初始化 3 建立監控執行緒 4 執行緒函式 5.執行緒結束 1 變數定義 handle hstopevent hkey hkdriverslist handle m hdmonitorthread 登錄檔改變監控執行緒 handle hfindlist 監控執...
批處理操作登錄檔
1.新增 reg add keyname v valuename ve t type s separator d data f keyname machine fullkey 遠端機器的機器名 忽略預設到當前機器。遠端機器上只有 hklm 和 hku。fullkey rootkey subkey r...
編寫登錄檔reg檔案及批處理操作登錄檔
windows registry editor version 5.00 hkey current user software microsoft windows currentversion policies system disableregistrytools dword 00000000注意...