Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»[Solve] Windows Resource Protection Could Not Start The Repair Service

[Solve] Windows Resource Protection Could Not Start The Repair Service

nishantBy nishantDecember 6, 2022
windows resource protection could not start the repair service

The Windows Resource Protection Could Not Start The Repair Service occurs when the system fails to run the System File Checker (SFC) Scan. There could be several causes for this problem, but it is most likely to occur if the Windows Module Installer service fails to function. 

Bugs in the Windows, corrupted system files and issues in the System drive volume also can lead to this problem. On some Windows devices, viruses and malware infections could also trigger this problem while initiating the repair service.

Most Users have reported resolving this issue by restarting the Module Installer service. However, this issue has been reported on some Windows devices after installing Windows updates, and restarting the Windows service may not work in those cases.

Today, we’ll discuss how to fix this problem and get the Windows repair service back up and running.

Table of Contents

  • Fixes for “Windows Resource Protection Could Not Start The Repair Service”
    • Change the Startup type of the Windows Module Installer 
    • Run the Repair service from the Safe Mode
    • Copy the Missing Dll to the System Directory
    • Run SFC Offline 
    • Perform DISM scans
    • Run CHKDSK Scans
    • Uninstall Windows Update
    • Perform System Restore 
    • Windows Reset 

Fixes for “Windows Resource Protection Could Not Start The Repair Service”

A system restart is recommended before proceeding with the fixes to eliminate the possibility of minor operating system glitches causing this issue.

  1. Open the Command prompt with administrative privileges.
  2. Type the command SFC /scannow and hit enter. This should start the scan normally. 

If it still shows the  Windows Resource Protection Could Not Start The Repair Service error, try these suggested fixes to solve the problem.  

Change the Startup type of the Windows Module Installer 

Windows module installer is responsible for updating, modifying and removal of different Windows Services. It is also associated with the system files of Windows resource protection. It is seen that if this service fails to startup, the SFC scan fails to run and prompts Windows Resource Protection Could Not Start the Repair Service message. 

  1. Press Windows Key + R, type services.msc and hit enter.Services_msc
  2. In the Services list, locate Windows Modules Installer and double-click to open its Properties. Windows Module Installer
  3. Set the Startup Type to Manual and Click on the Start Button.Restart service
  4. Click on Apply to save these changes. 

If you cannot start the Module from the Windows Services, you can also force start it using the command line. 

  1. Press Windows Key + X, and open Terminal ( Admin).
  2. Use this command to set the automatic startup type for the Windows module Installer.
    sc config trustedinstaller start= autoset trusted installer auto matic
  3. Now, run the following command to restart the service. 
    net start trustedinstallerstart trusted installer

Run the Repair service from the Safe Mode

In safe mode, Windows operates with minimal features and drivers. If there are some system processes causing the conflicts while carrying out the SFC scans, you can boot into safe mode and try running the scans.  

  1. Go to the Start menu.
  2. Click on the power button, and select Restart while holding down the Shift key.
  3. The System will restart into recovery environment.
  4. Go to Troubleshoot > Advanced options > Startup Settings.Startup settings
  5. Click on Restart Button.
  6. After the computer restarts, press F4. The system will now boot into Safe mode. Safe mode
  7. Finally, try running the SFC scans. 

Copy the Missing Dll to the System Directory

On some early builds of Windows 10 the wrprint.dll module that is used by many Windows applications seems to be missing. This is a common issue encountered in the insider build 14279 and 14291. This issue was later solved by rolling a stable update.

Here’s how to fix this problem without having to update the Windows.

  1. Open the notepad and copy the command into it.
    @echo off cls setlocal set root=%SystemRoot%\WinSxS\%PROCESSOR_ARCHITECTURE%_microsoft-windows-servicingstack for /f "delims=" %%A in ('dir /ad /b %root%-onecore*') do set "from=%SystemRoot%\WinSxS\%%A" for /f "delims=" %%A in ('dir /ad /b %root%_*') do set "to=%SystemRoot%\WinSxS\%%A" takeown /F %to%\* /R /A 1>nul icacls %to%\*.* /T /grant administrators:F 1>nul echo on echo F|xcopy /C /R /O /Y %from%\wrpint.dll %to%\wrpint.dll pause
  2. Save the file with a name scanfix.cmd ( it’s a batch file, thus avoid naming it as scanfix.cmd.txt)save scan fix file
  3. Now, run the file as an administrator.
  4. The command line will copy the wrprint.dll to the relevant directory. You will see 1 File(s) message when this happens. Run file as administrator
  5. At last open the command prompt with administrative privileges and run the SFC command.

Run SFC Offline 

If you are not able to run the SFC scans from the Recovery environment or the safe mode, you can use a bootable installation media and then run the SFC command offline. 

  1. Connect your Windows Installation Media to your Device.
  2. Change the Boot Priority and boot the device using the installation media. 
  3. Click on Next in the Installation prompt.
  4. Select the options to Repair your computer. 
  5. Go to Troubleshoot > Advanced Options > Command Prompt.command prompt
  6. Now, use this command to determine the system partition. 
    BCDEDITbcdedit
  7. Under the Windows Boot loader section, check for the partition drive letter and system root. 
  8. Finally, use this command to perform the SFC scans.
    sfc /scannow /offbootdir=<SysPartition_Drive_Letter>:\ /offwindir=<Windows_Drive_Letter>:\windows

For instance, if the partition drive letter is C: and the system root is \Windows, use the above command as,
sfc /SCANNOW /OFFBOOTDIR=C:\ /OFFWINDIR=C:\windowsoffline sfc scan

Perform DISM scans

When the Windows image file (.WIM) gets corrupted or has some potential issues with it, it can trigger problems with the repair service as well. The system file related to the repair service might get affected because of different reasons. To repair these underlying issues with the service, you can run the DISM scans.

  1. Open the Windows terminal with elevated privileges. 
  2. Execute this command to run the DISM scan. 
    DISM /Online /Cleanup-Image /RestoreHealthDISM command
  3. When the process gets completed, try running the SFC scan. 

Run CHKDSK Scans

Logical errors in the disk and problems with the file system metadata can result in different system-related issues. If the system partition gets affected by such logical errors, different Windows services can face functional hitches. This might also be the case that is causing the Windows repair service (SFC in specific) not to function as intended. 

You can perform the CHKDSK scans to fix such drive-related problems and then see if the SFC scans work. 

  1. Open Command Prompt with administrative privileges.
  2. Now, run the following command to start the chkdsk scan. 
    chkdsk /rchkdsk r command
  3. Type Y and hit enter. The scans will start after a system restart. 
  4. Run the SFC scans after the disk check process gets completed. 

Uninstall Windows Update

Some of the rolled-out Windows Update builds are reported to have issues with the System File Checker. For instance,  packages like the KB2821895 are said to bring problems to the repair service. 

If you have encountered a similar problem after the windows update, then it is recommended to uninstall it to get a resolve. 

  1. Press Windows Key + I to open the Settings apps.  
  2. Go to Windows Update > Update History. update history
  3. Scroll down and locate Uninstall updates options. uninstall updates
  4. Find the most recently installed update that you suspect is causing this error. 
  5. Click on the Uninstall button uninstall update packages

Perform System Restore 

If the issue with the Windows repair service has suddenly popped up, system restore also becomes a viable option to fix this issue. System restore takes your system back to the point where the problem exists.

However, you must have created a restore point before the occurrence of this problem.

  1. Press Windows Key + R, type rstrui.exe and hit enter. This will open the System restore utility. system restore utility
  2. Select the Choose a different restore point option and click on Next. 
  3. Choose the restore point that was created prior to the occurrence of the issue.
  4. Click on Next and follow the prompt. choose restore point
  5. Verify if the issue has been solved after the restoration process is complete.  

Windows Reset 

If the system restore does not work, you can reset the whole Windows operating system to default using the Windows Reset service. Here’s how to do it. 

  1. Press Windows Key + R, type systemreset –factoryreset and hit enter to launch the Windows Reset utility.Reset
  2. Choose the option  Keep my files.
  3. Now, select the Local reinstall option. local reinstall
  4. Follow the prompt and complete the reset process. 
  5. When the reset is complete, open the command prompt and run the SFC command. 

It is best to perform a clean Windows installation to resolve this issue altogether. However, you must back up your files before doing it. We have a comprehensive guide for you on performing a clean Windows installation.

fix
nishant

Nishant is an enthusiast who loves writing about technology. He also is heavily invested in keeping himself updated about the latest happenings in the tech world. At Tech News Today, he covers Operating Systems, how-to-topics, and Fixes.

Related Posts

how to delete win backup files

How to Delete Backup Files on Windows

January 29, 2023
how to reset password on hp laptop

How to Reset Password on HP Laptop

January 29, 2023
Reset BIOS password

4 Ways to Reset BIOS Password

January 28, 2023
how to make windows 11 look like windows 10

How to Make Windows 11 Look Like Windows 10

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
mouse not showing in chrome

Mouse Not Showing in Chrome? Here’s How to Fix It

January 25, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how long does a cmos battery last

How Long Does a CMOS Battery Last

January 25, 2023
thunderbolt vs usb c

Thunderbolt Vs USB C: What’s the Difference

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
You may also like
how-to-connect-headphones-to-tv

5 Ways to Connect Headphones to TV

January 29, 2023
connect-airpods-to-samsung-tv

How to Connect AirPods to Samsung TV? (Step-by-Step Guide)

January 29, 2023
AIO Pump Not Working

AIO Pump Not Working? Here’s How to Fix It

January 29, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.