TrustedInstaller? Wtf is this?

Associate
Joined
7 Nov 2009
Posts
1,472
Guys suddenly I can't modify or delete certain system files because I need permission from "TrustedInstaller"? What the hell is this? and when I go into permissions it seems TrustedInstaller has taken over as administrator and admin only has certain permissions instead of Full control.

It's really annoying, does anyone know what it is and how to remove it?
 
It is a part of Windows and you can't remove it.

Trusted Installer In Windows Vista, most of the OS files are owned by the TrustedInstaller SID, and only that SID has full control over them. This is part of the system integrity work that went into Windows Vista, and is meant specifically to prevent a process that is running as an administrator or Local System from automatically replacing the files. In order to delete an operating system file, you thus need to take ownership of the file and then add an ACE on it that lets you delete it. This provides a thin layer of protection against a process that is running as LocalSystem and has a System integrity label; a process that has lower integrity is not supposed to be able to elevate itself to change ownership. Some services, for instance, can run with medium integrity, even though they are running as Local System. Such services cannot replace system files so an exploit that takes over one of them can’t replace operating system files, making it a bit harder to install a rootkit or other malware on the system. It also becomes more difficult for system administrators who are offended by the mere presence of some system binary to remove that binary.
From: http://technet.microsoft.com/en-gb/magazine/2007.06.acl.aspx
 
thats a joke, i cant modify explorer.exe so i cant change theme settings.

i used to be able to change it, trustedinstaller has been installed on my system since I got it.. what a load of NO SWEARING
 
Why is it surprising that the OS won't let you modify its critical files? :confused:

Even if TrustedInstaller's file permissions didn't stop you, the Windows File Protection would have... :confused:
 
Back
Top Bottom