首页  >  文章  >  系统教程  >  获取win10系统中的trustedinstaller权限的方法

获取win10系统中的trustedinstaller权限的方法

王林
王林转载
2023-12-28 11:36:132659浏览

许多小伙伴都会需要在电脑上修改文件,但是在修改文件的时候总是会弹出trustedinstaller的弹框,今天就给大家带来了详细的解决方法,一起看看吧。

win10 trustedinstaller权限怎么获取:

1、右击桌面空白处点击“新建”,再点击“文本文档”。

win10 trustedinstaller权限获取方法

2、双击打开文档输入代码:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT*shellrunas]@="获取TrustedInstaller权限"

[HKEY_CLASSES_ROOT*shellrunascommand]@="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_ROOTDirectoryshellrunas]@="获取TrustedInstaller权限""NoWorkingDirectory"=""

[HKEY_CLASSES_ROOTDirectoryshellrunascommand]@="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"

win10 trustedinstaller权限获取方法

3、随后点击左上角文件选择“另存为”。

win10 trustedinstaller权限获取方法

4、填写好名称之后点击“保存”。

win10 trustedinstaller权限获取方法

5、在桌面上将文档的后缀改为.reg。

win10 trustedinstaller权限获取方法

6、点击是进行修改。

win10 trustedinstaller权限获取方法

7、双击reg文件将其导入注册表点击“是”开始导入。

win10 trustedinstaller权限获取方法

8、导入成功之后再次点击“是”。

win10 trustedinstaller权限获取方法

9、最后右击文件就可以出现“获取TrustedInstaller权限”选项。

win10 trustedinstaller权限获取方法

以上是获取win10系统中的trustedinstaller权限的方法的详细内容。更多信息请关注PHP中文网其他相关文章!

声明:
本文转载于:somode.com。如有侵权,请联系admin@php.cn删除