博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Win右键管理员权限的获取
阅读量:4970 次
发布时间:2019-06-12

本文共 1273 字,大约阅读时间需要 4 分钟。

1 Windows Registry Editor Version 5.00 2  3 ;取得文件修改权限   4  5 [HKEY_CLASSES_ROOT\*\shell\runas]   6  7 @="管理员权限" 8  9 "Icon"="C:\\Windows\\System32\\imageres.dll,102"10 11 "NoWorkingDirectory"=""12 13 [HKEY_CLASSES_ROOT\*\shell\runas\command]  14 15 @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"16 17 "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"18 19 [HKEY_CLASSES_ROOT\exefile\shell\runas2]  20 21 @="管理员权限"22 23 "Icon"="C:\\Windows\\System32\\imageres.dll,102"24 25 "NoWorkingDirectory"=""26 27 [HKEY_CLASSES_ROOT\exefile\shell\runas2\command]  28 29 @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"30 31 "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"32 33 [HKEY_CLASSES_ROOT\Directory\shell\runas]  34 35 @="管理员权限"36 37 "Icon"="C:\\Windows\\System32\\imageres.dll,102"38 39 "NoWorkingDirectory"=""40 41 [HKEY_CLASSES_ROOT\Directory\shell\runas\command]  42 43 @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"44 45 "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"

将上面的代码保存在reg格式,然后执行添加到注册列表

转载于:https://www.cnblogs.com/sherrykid/p/5705647.html

你可能感兴趣的文章
OpenCL
查看>>
iphone ios XCode4如何调试程序忽然崩溃而找不到挂的代码
查看>>
MD5加密文件
查看>>
QT中QPainterPath类的功能和使用方法
查看>>
通过ftp模拟网盘
查看>>
ruby 状态转移
查看>>
在ireport中使用checkbox
查看>>
网站架构之可扩展性
查看>>
content.boundingRectWithSize计算出来的高度不准
查看>>
看过了觉得蛮有用的博客链接
查看>>
C# 注册表Regedit读写
查看>>
cinnamon桌面安装在其他目录下
查看>>
yml在线格式转换工具(properties)
查看>>
题解 【luoguP1967 NOIp提高组2013 货车运输】
查看>>
【Linux开发】CCS远程调试ARM,AM4378
查看>>
Scala的类和对象
查看>>
table相关的选择器 & children()与find()的区别 & 选择器eq(n)与nth-child(n)的差异
查看>>
Windows Azure Platform AppFabric
查看>>
random模块
查看>>
springmvc常用注解标签详解
查看>>