win7,8,10取得|取消管理员权限

取得:

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT*shell unas]
@=”管理员取得所有权”
“NoWorkingDirectory”=””
[HKEY_CLASSES_ROOT*shell unascommand]
@=”cmd.exe /c takeown /f ”%1” && icacls ”%1” /grant administrators:F”
“IsolatedCommand”=”cmd.exe /c takeown /f ”%1” && icacls ”%1” /grant administrators:F”
[HKEY_CLASSES_ROOTexefileshell unas2]
@=”管理员取得所有权”
“NoWorkingDirectory”=””
[HKEY_CLASSES_ROOTexefileshell unas2command]
@=”cmd.exe /c takeown /f ”%1” && icacls ”%1” /grant administrators:F”
“IsolatedCommand”=”cmd.exe /c takeown /f ”%1” && icacls ”%1” /grant administrators:F”

[HKEY_CLASSES_ROOTDirectoryshell unas]
@=”管理员取得所有权”
“NoWorkingDirectory”=””
[HKEY_CLASSES_ROOTDirectoryshell unascommand]
@=”cmd.exe /c takeown /f ”%1” /r /d y && icacls ”%1” /grant administrators:F /t”
“IsolatedCommand”=”cmd.exe /c takeown /f ”%1” /r /d y && icacls ”%1” /grant administrators:F /t”

取消:

Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT*shell unas]
[-HKEY_CLASSES_ROOTDirectoryshell unas]
[-HKEY_CLASSES_ROOTdllfileshell]
[-HKEY_CLASSES_ROOTDriveshell unas]
[-HKEY_CLASSES_ROOTexefileshell unas]
[HKEY_CLASSES_ROOTexefileshell unas]
“HasLUAShield”=””
[HKEY_CLASSES_ROOTexefileshell unascommand]
@=””%1” %*”
“IsolatedCommand”=””%1” %*”

原文地址:https://www.cnblogs.com/sprinng/p/4561084.html