当前位置:网站首页>Get trustedinstaller permission
Get trustedinstaller permission
2022-04-23 09:03:00 【Yan children's shoes】
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\runas]
@=" obtain TrustedInstaller jurisdiction "
[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]
@=" obtain TrustedInstaller jurisdiction "
"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"
版权声明
本文为[Yan children's shoes]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230721075095.html
边栏推荐
猜你喜欢

MySQL小练习(仅适合初学者,非初学者勿进)

Multi view depth estimation by fusing single view depth probability with multi view geometry

企业微信应用授权/静默登录

Project upload part

Production practice elk

Introduction to matlab

Non duplicate data values of two MySQL query tables

Virtual online exhibition - Online VR exhibition hall realizes 24h immersive exhibition viewing

Valgrind and kcache grind use run analysis

Cadence process angle simulation, Monte Carlo simulation, PSRR
随机推荐
MySQL小練習(僅適合初學者,非初學者勿進)
Non duplicate data values of two MySQL query tables
Arbre de dépendance de l'emballage des ressources
Open services in the bottom bar of idea
汇编语言与逆向工程 栈溢出漏洞逆向分析实验报告
[indexof] [lastIndexOf] [split] [substring] usage details
Play with binary tree (25 points)
论文阅读《Multi-View Depth Estimation by Fusing Single-View Depth Probability with Multi-View Geometry》
bashdb下载安装
node安装
How does kubernetes use harbor to pull private images
MySQL查询两张表属性值非重复的数据
Error: cannot find or load main class
Production practice elk
使用flask和h5搭建网站/应用的简要步骤
The K neighbors of each sample are obtained by packet switching
Mini - exercice MySQL (seulement pour les débutants, pas pour les non - débutants)
LeetCode_DFS_中等_1254. 统计封闭岛屿的数目
2022-04-22 OpenEBS云原生存储
L2-023 graph coloring problem (25 points) (graph traversal)