There is a registry key (and maybe more) that have had SYSTEM either removed or explicitly denied permission. I need to do this programmatically from the SYSTEM account (Powershell, VBS, command line all, Python all work).
익명
17:37
Restore full control of registry key (and subkeys) to SYSTEM account
Restore full control of registry key (and subkeys) to SYSTEM account
Top Answer/Comment:
Top Answer/Comment:
I know that's old issue but in my case works below solution:
I used old Microsoft tool subinacl from Windows Resource Kit to set owner of registry key.
subinacl.exe /keyreg "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Internet Explorer" /setowner=Administrators
Your account need to be member of local\domain Administrators group
- Launch CMD as Administrator
- Set owner of registry key to Administrators group (sample command above)
- Grant Full permissions for SYSTEM and Adminstrators groups and enable heritage if needed (use regedit.exe)
- Grant Read permissions for Authenticated Users etc
- Restart server
Possible is also grant permissions with subinacl.exe but I've used regedit
상단 광고의 [X] 버튼을 누르면 내용이 보입니다