当前位置:网站首页>获取TrustedInstaller权限
获取TrustedInstaller权限
2022-04-23 07:21:00 【焱童鞋】
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\runas]
@="获取TrustedInstaller权限"
[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\Directory\shell\runas]
@="获取TrustedInstaller权限"
"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"
版权声明
本文为[焱童鞋]所创,转载请带上原文链接,感谢
https://victory.blog.csdn.net/article/details/124323090
边栏推荐
- User manual of Chinese version of solidity ide Remix
- 浅谈ES6尾调优化
- 【无标题】
- Rearranging log files for leetcode simple question
- npm安装yarn
- Discussion on ES6 tail tune optimization
- LeetCode中等题之旋转函数
- C outputs a two-dimensional array with the following characteristics.
- 利用Js实现一个千分位
- NFT ecological development of Ignis public chain: unicorn Donation and development of Art
猜你喜欢

Rearranging log files for leetcode simple question

WordPress爱导航主题 1.1.3 简约大气网站导航源码网址导航源码

搜一下导航完整程序源码

LeetCode簡單題之計算字符串的數字和

Draw a circle quickly in MATLAB (the one that can be drawn directly given the coordinates and radius of the center of the circle)

AAAI 2022 recruit speakers!!

浅谈ES6尾调优化

Samsung, March to the west again

Search the complete navigation program source code

There are some problems when using numeric type to query string type fields in MySQL
随机推荐
js将树形结构数据转为一维数组数据
Canvas learning Chapter 1
岛屿的个数
如何保护开源项目免遭供应链攻击-安全设计(1)
Talk about the basic but not simple stock data
AQS & ReentrantLock 实现原理
freertos学习02-队列 stream buffer message buffer
【Appium】测试时遇到手机内嵌H5页面的切换问题
3C裝配中的機械臂運動規劃
Interesting JS code
The following program deletes n consecutive words starting from the ith character from the string str
LeetCode15. Sum of three
几种智能机器人室内定位方法对比
1216_ MISRA_ C standard learning notes_ Rule requirements for control flow
Smart business card applet business card details page function implementation key code
An article understands variable lifting
Usage of databinding
Somme numérique de la chaîne de calcul pour un problème simple de leetcode
一键清理项目下pycharm和Jupyter缓存文件
編譯原理題-帶答案