当前位置:网站首页>获取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
边栏推荐
- 有意思的js 代码
- 岛屿的个数
- User manual of Chinese version of solidity ide Remix
- DataBinding的使用五
- 如何在SQL Server中导入excel数据,2019版
- Hierarchical output binary tree
- An article understands variable lifting
- 情境领导者-第七章、解决绩效问题
- Compiler des questions de principe - avec des réponses
- The following program deletes n consecutive words starting from the ith character from the string str
猜你喜欢

岛屿的个数

How to import Excel data in SQL server, 2019 Edition

浏览器中的 Kubernetes 和 IDE | 交互式学习平台Killercoda

The whole house intelligence bet by the giant is driving the "self revolution" of Hisense, Huawei and Xiaomi

CSV column extract column extraction

My heart's broken! A woman's circle of friends envied others for paying wages on time and was fired. Even her colleagues who liked her were fired together

How to read books and papers

Vowel substring in statistical string of leetcode simple problem

Briefly describe the hierarchical strategy of memory

AAAI 2022 recruit speakers!!
随机推荐
干货!以点为形:可微分的泊松求解器
LeetCode简单题之计算字符串的数字和
Online app resource download website source code
colorui 解决底部导航遮挡内容问题
How to read books and papers
怎么读书读论文
redis主从服务器问题
欧圣电气深交所上市:市值52亿 陆为东父女为美国籍
输入/输出系统
Idea: export Yapi interface using easyyapi plug-in
Community group purchase applet source code + interface DIY + nearby leader + supplier + group collage + recipe + second kill + pre-sale + distribution + live broadcast
通过实现参数解析器HandlerMethodArgumentResolver接口来自定义注解
js将树形结构数据转为一维数组数据
浅谈ES6尾调优化
Somme numérique de la chaîne de calcul pour un problème simple de leetcode
Briefly describe the hierarchical strategy of memory
Situational leaders - Chapter 7, solving performance problems
Kubernetes in browser and IDE | interactive learning platform killercoda
编译原理题-带答案
如何保护开源项目免遭供应链攻击-安全设计(1)