Steps to obtain trustedinstaller permissions in WIN10 system

PHPz
Release: 2024-03-27 23:01:08
forward
1190 people have browsed it

php editor Xigua provides the steps for obtaining trustedinstaller permissions in Win10 system. This process involves several key operations, including how to enable administrator rights, modify the registry, and add permissions. These steps will help users successfully obtain trustedinstaller permissions and solve related problems. If you are also looking for help in this area, you may wish to follow the guidance of PHP editor Xigua to achieve this goal!

1. Create a new text file on the desktop.

Steps to obtain trustedinstaller permissions in WIN10 system

2. Rename the file to trustedinstaller.txt, and copy and paste the following code into Notepad.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT*shellrunas]

@=[Get TrustedInstaller permission]

[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]

@=【Get TrustedInstaller permission】

【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】.

Steps to obtain trustedinstaller permissions in WIN10 systemSteps to obtain trustedinstaller permissions in WIN10 system

#3. Change the file extension to reg.

Steps to obtain trustedinstaller permissions in WIN10 system

4. If you are prompted with the revised question, don’t worry about it and just click OK.

Steps to obtain trustedinstaller permissions in WIN10 system

5. Double-click trustedinstaller.reg, and it will prompt that the registry information has been added successfully.

Steps to obtain trustedinstaller permissions in WIN10 system

The above is the detailed content of Steps to obtain trustedinstaller permissions in WIN10 system. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:zol.com.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template