Secrets to Bypassing the TrustedInstaller Lock on Windows 11
Secrets to Bypassing the TrustedInstaller Lock on Windows 11
What to Know
- Use theTAKEOWN andicacls Command Prompt commands to take ownership of the file or folder.
- Or, right-click the item and go toProperties >Security >Advanced to add yourself to the list.
- TrustedInstaller is a built-in user account that owns lots of important system files.
This article describes two ways to deal with the message in Windows 10 about needing permission from TrustedInstaller to make changes to a file or folder.
How to Fix the TrustedInstaller Error Using Command Prompt
There are two really simpleCommand Prompt commands you can use to bypass the TrustedInstaller permissions prompt. Follow these steps to fix the TrustedInstaller “error” by granting your user account permission to make changes to the file or folder:
- Open an elevated Command Prompt . The quickest way there is to search for it from the Start menu, right-click the result, and chooseRun as administrator .
- EnterTAKEOWN /F and then type the file or folder name. Here’s an example:
TAKEOWN /F C:\Windows\System32\fr-FR\fms.dll.mui
- PressEnter to take control of the file. You’ll see a success message if the command executed correctly.
- Enter the following command (replacing our example file with your own) to immediately give your user account permission to delete or change the file or folder:
icacls C:\Windows\System32\fr-FR\fms.dll.mui /grant Administrators:F /T
Edit the File’s Security Options to Fix the TrustedInstaller Error
If you don’t feel comfortable using Command Prompt to take ownership of the folder or file, there is another way. Here’s how to use File Explorer to edit the security settings for the data, which will let you delete or modify it as needed.
Make sure you are logged in as an administrator.
- Locate the item you need permission to change and then right-click it and chooseProperties .
- Go toSecurity >Advanced , then selectChange next toOwner: TrustedInstaller .
- Type your username into the text box and then chooseCheck Names >OK .
- Check the box next toReplace owner on subcontainers and objects .
- SelectOK at the bottom and thenOK on the Properties window you opened in Step 1.
- OpenProperties >Security >Advanced once more. This time, selectAdd . Software Update Pro - Check and update software installed on your computer.
- ChooseSelect a principal and then type your username in the box.
- PressCheck Names >OK .
- Check the box next toFull control , then selectOK .
- Check the box next to Replace all child object permission entries with inheritable permission entries from this object .
- SelectOK on the Advanced Security Settings window and thenYes on the confirmation prompts. You should now have full permission to make changes to the file or folder, and you can close any other windows you opened to make these changes.
Why Do I Need Permission From TrustedInstaller?
Provided you’re the primary user of your home computer, you might be surprised to find out you need anyone’s permission to deal with files on your own PC.
All Windows 10 PCs have an in-built Microsoft account known as the TrustedInstaller. This account exists to prevent accidental damage to important system files, so it’s given ownership over many important operating system files. For you to be able to take control of these files, you need to make yourself the owner as described above.
Was this page helpful?
Thanks for letting us know!
Get the Latest Tech News Delivered Every Day
Tell us why!
Other Not enough details Hard to understand
Submit
- Title: Secrets to Bypassing the TrustedInstaller Lock on Windows 11
- Author: Stephen
- Created at : 2024-08-19 13:10:29
- Updated at : 2024-08-20 13:10:29
- Link: https://tech-recovery.techidaily.com/secrets-to-bypassing-the-trustedinstaller-lock-on-windows-11/
- License: This work is licensed under CC BY-NC-SA 4.0.