Windows 7 Ultimate x64.

The TrustedInstaller service is failing to start with an error about a file missing, and sure enough C:\Windows\servicing\TrustedInstaller.exe is missing.

What is the easiest way to restore this file? I can't run SFC from within widnwos,because that results in the error "Windows Resource Protection could not start the repair service"... which happens if teh trusted installer service is not running.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

The following two commands will allow write access to the Servicing folder:

takeown /f c:\windows\servicing
icacls c:\windows\servicing /grant administrators:F

Once that is done TrustedInstaller.exe can be copied from another Windows 7 x64 system, and the Trusted Installer service started.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.