中关村W10系统右键中添加【获取管理员权限】手动添加reg到注册表
W10 W10中有可能误操作导致某些文件目录需要获得管理员权限才能删除或者是更改,因此需要获得管理员权限。但是刚装的系统中,右键中是没有“获取管理员权限”的菜单项的,因此需要手动添加:
通过新建一个“获取管理员权限.reg”的文件,用编辑器打开后复制进去下面的内容,保存双击添加到注册表中即可:
Xml代码
代码如下:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\runas]
@="获取管理员权限"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="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_ROOT\exefile\shell\runas2]
@="获取管理员权限"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\exefile\shell\runas2\command]
@="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_ROOT\Directory\shell\runas]
@="获取管理员权限"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="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"
- 专题推荐
- 深度技术系统推荐
- 1深度技术Ghost Win10 x64位 多驱动纯净版2019V08(绝对激活)
- 2深度技术Ghost Win10 X32位 完美装机版2017.09月(免激活)
- 3萝卜家园Windows11 体验装机版64位 2021.09
- 4深度技术 Ghost Win10 32位 装机版 V2016.09(免激活)
- 5深度技术Ghost Win10 X64 精选纯净版2021v03(激活版)
- 6深度技术 Ghost Win10 x86 装机版 2016年05月
- 7深度技术Ghost Win10 (64位) 经典装机版V2017.07月(免激活)
- 8深度技术Ghost Win10 x64位 特别纯净版v2018.01(绝对激活)
- 9深度技术Ghost Win10 x64位 完美纯净版2019年05月(无需激活)
- 10深度技术Ghost Win10 X32增强修正版2017V01(绝对激活)
- 深度技术系统教程推荐