1. 程式人生 > >用戶模式去掉有時不能訪問註冊表問題

用戶模式去掉有時不能訪問註冊表問題

不能訪問 vpd pid signature 註冊 問題 RoCE cedit shadow

技術分享圖片
腳本: .bat


@echo off
color 0c

rem 設置"HKEY_LOCAL_MACHINE\Win10\ControlSet001\Enum\PCI"的所有者為:Administratros
>>test.inf echo.[Version]
>>test.inf echo.Signature = "$Chicago$"
>>test.inf echo.
>>test.inf echo.[Registry Keys]
>>test.inf echo."MACHINE\SYSTEM\CurrentControlSet\Enum\USB\VID_0000&PID_0004\5&1aa452e9&0&14\Properties", 0, "D:P(A;CI;GRGWSDGA;;;BA)(A;CI;GRGWSDGA;;;SY)"
secedit /configure /db test.sdb /cfg test.inf /log test.log
del test.*

pause
exit

修改 test.inf echo."要打開的路徑MACHINE打頭", 0, "D:P
如:
技術分享圖片
用root運行
技術分享圖片

用戶模式去掉有時不能訪問註冊表問題