Bypassing Barriers: Techniques for Handling TrustedInstaller on Windows 11 Systems

Bypassing Barriers: Techniques for Handling TrustedInstaller on Windows 11 Systems

Robert Lv13

Bypassing Barriers: Techniques for Handling TrustedInstaller on Windows 11 Systems

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:

  1. 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 .
    The Run As Administrator option for the Windows 10 Command Prompt
  2. EnterTAKEOWN /F and then type the file or folder name. Here’s an example:
    TAKEOWN /F C:\Windows\System32\fr-FR\fms.dll.mui
  3. PressEnter to take control of the file. You’ll see a success message if the command executed correctly.
    The TAKEOWN /F command in Windows 10 Command Prompt
  4. 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
    icacls command executed in Windows 10 Command Prompt

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.

  1. Locate the item you need permission to change and then right-click it and chooseProperties .
    The context menu for a Windows 10 folder
  2. Go toSecurity >Advanced , then selectChange next toOwner: TrustedInstaller . ZoneAlarm Extreme Security NextGen The Properties and Advanced Security Settings options for a Windows 10 folder
  3. Type your username into the text box and then chooseCheck Names >OK . The Windows 10 Check Names box with a user account listed
  4. Check the box next toReplace owner on subcontainers and objects . The replace owner on subcontainers and objects checkbox in Windows 10
  5. SelectOK at the bottom and thenOK on the Properties window you opened in Step 1.
  6. OpenProperties >Security >Advanced once more. This time, selectAdd . The Advanced Security Settings for a Windows 10 folder
  7. ChooseSelect a principal and then type your username in the box.
  8. PressCheck Names >OK . A user account listed in the Select User or Group box for a Windows 10 folder
  9. Check the box next toFull control , then selectOK . The Full Control permission selected for a folder in Windows 10
  10. Check the box next to Replace all child object permission entries with inheritable permission entries from this object . The checkbox called Replace all child object permission entries in Windows 10
  11. 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

Subscribe

Tell us why!

Other Not enough details Hard to understand

Submit

  • Title: Bypassing Barriers: Techniques for Handling TrustedInstaller on Windows 11 Systems
  • Author: Robert
  • Created at : 2024-08-18 21:39:09
  • Updated at : 2024-08-19 21:39:09
  • Link: https://techtrends.techidaily.com/bypassing-barriers-techniques-for-handling-trustedinstaller-on-windows-11-systems/
  • License: This work is licensed under CC BY-NC-SA 4.0.