Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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.

share|improve this question

1 Answer

up vote 2 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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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