-
UID:82209
-
- 注册时间2012-10-31
- 最后登录2013-04-27
- 在线时间15小时
-
- 发帖138
- 搜Ta的帖子
- 精华0
- 飞翔币4
- 威望2
- 飞扬币601
- 信誉值0
-
访问TA的空间加好友用道具
|
- [font='Microsoft Yahei', Arial]新建txt文档,输入以下内容:
- [font='Microsoft Yahei', Arial]Windows Registry Editor Version 5.00
- [font='Microsoft Yahei', Arial][HKEY_CLASSES_ROOT\*\shell\runas]
- [font='Microsoft Yahei', Arial]@="以管理员身份运行"
- [font='Microsoft Yahei', Arial]"NoWorkingDirectory"=""
- [font='Microsoft Yahei', Arial][HKEY_CLASSES_ROOT\*\shell\runas\command]
- [font='Microsoft Yahei', Arial]@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
- [font='Microsoft Yahei', Arial]"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
- [font='Microsoft Yahei', Arial][HKEY_CLASSES_ROOT\Directory\shell\runas]
- [font='Microsoft Yahei', Arial]@="Take Ownership"
- [font='Microsoft Yahei', Arial]"NoWorkingDirectory"=""
- [font='Microsoft Yahei', Arial][HKEY_CLASSES_ROOT\Directory\shell\runas\command]
- [font='Microsoft Yahei', Arial]@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
- [font='Microsoft Yahei', Arial]"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
- [font='Microsoft Yahei', Arial]之后保存,把.txt改为.reg
|