Windows resource protection could not perform the requested operation
[Solved] Windows Resource Protection could not perform the requested operation
Last Updated: 5 months ago
When some Windows functions don’t work or Windows crashes, use System File Checker (SFC) to scan and restore corrupted Windows system files. However, as many users reported, when they perform a “sfc /scannow” command, “Windows Resource Protection could not perform the requested operation” error pops up. Don’t worry, you can fix it with the methods here. Read along to find how…
Try these fixes:
Solution 1: Run SFC in Safe Mode
1) Press the Windows logo key and R key at the same time to invoke the Run box.
2) Type msconfig and press Enter.
3) Tick on Safe boot in Boot and click OK.
4) Click Restart when asked by System Configuration.
Your Windows will then boot into safe mode
5) Run sfc /scannow to see if it works.
Solution 2: Run CHKDSK
If there were errors on your hard drive, SFC would also fail. CHKDSK can check the integrity of your hard disk and fix various file system errors:
1) Type cmd in the search box from Start. Then right-click on Command Prompt to choose Run as administrator.
2) Click Yes when prompted by User Account Control.
3) Type chkdsk /r in the open Command Prompt window and press Enter. Enter y, When asked to schedule checking disk.
4) Close the Command Prompt window, and restart your PC.
Then it will start checking disk and fix the errors detected automatically.
5) Run sfc /scannow to see if it works.
Bonus Tip
Updating drivers should always be your go-to option when something goes wrong with your computer or system. Whether you choose to update the device drivers manually, using Windows Update, or you use a trusted third party product, it’s essential that you have the latest correct device drivers for your operating system at all times.
SFC scan Failure. «Windows Resource Protection could not perform the requested operation»
Original Title: sfc scan failure
I ran the sfc prompt and 57% of the scan was completed before I got the following «Windows Resource Protection could not perform the requested operation.
Replies (7)
14 people found this reply helpful
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
The TrustedInstaller service has full access to Windows Resource Protection (WRP) files and registry keys, and this services needs to be running in order to restore missing or corrupted WRP resources. The TrustedInstaller service starts on-demand when running the System File Checker.
Step 1: Let`s check if the TrustedInstaller (Windows Modules Installer) service is disabled. To do so, follow these steps.
a. Click Start, type “s ervices.msc” (without quotes) and press Enter.
b. Double-click Windows Modules Installer.
c. Set its Startup type to Manual
d. Click OK. Now see if you can run the SFC scan.
Step 2: If this does not help then, try performing an offline SFC scan from the Windows Recovery Environment (WinRe).
a. Restart your computer and start pressing the F8 key on your keyboard. On a computer that is configured for booting to multiple operating systems, you can press the F8 key when the Boot Menu appears.
b. Use the arrow keys to choose Repair your Computer in the Windows Advanced Boot Menu Options and then press ENTER.
c. Select Command Prompt from the System Recovery Options.
d. In the Command Prompt window type “sfc /scannow” (without quotes) and then press Enter.
e. Restart the computer after it is done and check for the issue.
10 people found this reply helpful
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
The TrustedInstaller service has full access to Windows Resource Protection (WRP) files and registry keys, and this services needs to be running in order to restore missing or corrupted WRP resources. The TrustedInstaller service starts on-demand when running the System File Checker.
Step 1: Let`s check if the TrustedInstaller (Windows Modules Installer) service is disabled. To do so, follow these steps.
a. Click Start, type “s ervices.msc” (without quotes) and press Enter.
b. Double-click Windows Modules Installer.
c. Set its Startup type to Manual
d. Click OK. Now see if you can run the SFC scan.
Step 2: If this does not help then, try performing an offline SFC scan from the Windows Recovery Environment (WinRe).
a. Restart your computer and start pressing the F8 key on your keyboard. On a computer that is configured for booting to multiple operating systems, you can press the F8 key when the Boot Menu appears.
b. Use the arrow keys to choose Repair your Computer in the Windows Advanced Boot Menu Options and then press ENTER.
c. Select Command Prompt from the System Recovery Options.
d. In the Command Prompt window type “sfc /scannow” (without quotes) and then press Enter.
e. Restart the computer after it is done and check for the issue.
HI there. I have the same problem but I cant even start sfc. I receive the message mentioned above str8 away. When I try sfc in repair mode it says that repair procedure is currently running whats stopping sfc from starting. I need to check my system as I’m experiencing some errors (1935, 0x80080005, etc) and dont really want to go for the last option.
Windows resource protection could not perform the requested operation
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Asked by:
General discussion
Over the past few weeks I have experienced several interesting problems between my two computers. Of particular note was an issue I discovered when the Event Viewer on my Windows 7 Ultimate 32-bit machine failed. After some troubleshooting I decided to attempt SFC /scannow. I got the error message «Windows Resource Protection could not perform the requested operation.» This worried me. So I attempted to boot into WinRE from my Win 7 installation disk. The result in WinRE was the same. No good.
I scrounged forum after forum looking for an answer, but nothing worked. It seemed like everyone just gave up and reinstalled their OS, but I would not do that. So I kept exploring. CBS.log showed nothing of interest as sfc never made it past «Beginning verification phase of system scan.»
Finally I found this article: http://www.updatexp.com/scannow-sfc.html which, while interesting and comprehensive, did not directly solve my issue. It did, however, point me to the registry key:
This registry entry does not appear to exist in Win 7, but another entry in it’s vicinity caught my attention:
I had recently moved my program files dir to a different hard drive and placed a junction point in it’s place. In the process I had altered HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir to point to «D:\Program Files\», then back to «C:\Program Files\» when the junction point was in place.
«C:\Program Files\» is incorrect!
the trailing backslash is incorrect, and must be removed!
with the ProgramFilesDir value set to «C:\Program Files» I ran sfc /scannow and it scanned properly, finding several corrupt files (some of which required checking cbs.log to repair).
I can imagine that some virus maker somewhere will use this to break SFC in the future, but here’s your solution!
So to review: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir cannot have a trailing backslash!
Windows resource protection could not perform the requested operation
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Asked by:
General discussion
Over the past few weeks I have experienced several interesting problems between my two computers. Of particular note was an issue I discovered when the Event Viewer on my Windows 7 Ultimate 32-bit machine failed. After some troubleshooting I decided to attempt SFC /scannow. I got the error message «Windows Resource Protection could not perform the requested operation.» This worried me. So I attempted to boot into WinRE from my Win 7 installation disk. The result in WinRE was the same. No good.
I scrounged forum after forum looking for an answer, but nothing worked. It seemed like everyone just gave up and reinstalled their OS, but I would not do that. So I kept exploring. CBS.log showed nothing of interest as sfc never made it past «Beginning verification phase of system scan.»
Finally I found this article: http://www.updatexp.com/scannow-sfc.html which, while interesting and comprehensive, did not directly solve my issue. It did, however, point me to the registry key:
This registry entry does not appear to exist in Win 7, but another entry in it’s vicinity caught my attention:
I had recently moved my program files dir to a different hard drive and placed a junction point in it’s place. In the process I had altered HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir to point to «D:\Program Files\», then back to «C:\Program Files\» when the junction point was in place.
«C:\Program Files\» is incorrect!
the trailing backslash is incorrect, and must be removed!
with the ProgramFilesDir value set to «C:\Program Files» I ran sfc /scannow and it scanned properly, finding several corrupt files (some of which required checking cbs.log to repair).
I can imagine that some virus maker somewhere will use this to break SFC in the future, but here’s your solution!
So to review: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir cannot have a trailing backslash!
[Решено] Защита ресурсов Windows не может выполнить запрошенную операцию
Если вы пользователь Windows, возможно, вы видели «Защита ресурсов Windows не может выполнить запрошенную операцию» ошибка. Вы не единственный, кто видит это сообщение. Есть много других пользователей Windows, которые недовольны этой проблемой и ищут решение. Ну, если вам тоже нужно лекарство, не смотрите дальше. В этой статье мы расскажем о весьма практичных методах решения этой проблемы и обеспечения работы вашего ПК.
Введение в защиту ресурсов Windows не может выполнить запрошенную операцию
С досадой, с которой вы столкнулись в результате сбоя SFC, любой пользователь Windows будет бродить. Можно придумать много причин, но проблема сохранится. Вы не сможете найти решение этой проблемы, пока не найдете причину этого. Ну, с этого момента, мы будем раскрывать важную информацию по этому вопросу. Если вы прочтете эту статью, вы легко сможете решить эту проблему и обеспечить бесперебойную работу компьютера.
Кстати, вы также можете знать, как исправить Ошибка Rundll при запуске Windows без особых усилий и почему NisSrv.exe всегда работает.
Важное замечание для наших читателей
Хотя методы, которые мы представляем в этой статье, устранят проблему, связанную с SFC, эти методы могут вызвать потерю данных. Если случайно что-то пойдет не так с методами, которые вы попробуете, ваши данные исчезнут. Итак, как ответственные пользователи Windows, вы должны делать резервные копии своих файлов перед tr.ying любое исправление. На самом деле создание резервных копий важно, прежде чем вы попытаетесь исправить какие-либо проблемы, связанные с Windows.
Как создать резервную копию ваших данных с помощью EaseUS Todo Backup?
Вот как использовать этот удобный инструмент и сделать резервную копию ваших важных данных.
1. Загрузить и установить EASEUS Todo Backup, Затем запустите программное обеспечение и выберите опцию «Резервное копирование файлов«. Как и у любого другого пользователя Windows, у вас может быть много данных для защиты. Количество файлов на вашем компьютере может накапливаться и стать огромной коллекцией. Восстановление всех этих файлов, таких как видео, музыка, изображения, документы и т. Д., Может занять некоторое время. При этом мы рекомендуем каждому пользователю Windows регулярно создавать резервные копии ваших файлов. Как мы полагаем, создание резервных копий не реже одного раза в месяц было бы хорошей практикой. Такой подход может помочь вам минимизировать потенциальные риски потери важных файлов.
2. Теперь, когда вы знаете, как важно создавать резервные копии файлов. Давайте перейдем к следующему уровню. На этом этапе все, что вам нужно сделать, это выбрать файлы, которые вы собираетесь сделать резервную копию. Если вам требуется создать резервную копию определенного набора файлов, вы можете сделать это легко. Опция доступна в верхнем углу (с правой стороны).
3. Теперь вы должны определить путь для сохранения файлов резервной копии. Мы настоятельно рекомендуем вам сохранить резервные копии в другом носителе который является внешним по отношению к компьютеру. Если нет, вы можете выбрать другой диск на том же компьютере. Такой подход может помочь вам минимизировать риск повреждения или исчезновения файлов резервных копий.
4. Теперь вы можете нажать кнопку «Продолжить», Чтобы завершить процесс резервного копирования.
Как исправить защиту ресурсов Windows не может выполнить запрошенную операцию без потери данных
После создания резервной копии вы можете решить проблему, связанную с SFC. Другими словами, давайте исправим, что защита ресурсов Windows не могла выполнить запрошенную операцию без потери данных.
Способ № 1: Выполнить CHKDSK
а) Нажмите клавишу Windows и выполните поиск «Командная строка».
б) Как только «Командная строка» находится, вы можете щелкните правой кнопкой мыши на опции, Затем выберите опцию «Запустить от имени администратора».
c) При появлении запроса вы должны нажать на опцию «Да», Поэтому командная строка будет работать с правами администратора. Если вы установили пароль администратора, вам придется его ввести уже сейчас.
d) Когда вас направят в командную строку, вы должны набрать «CHKDSK C: / r«. Затем вы должны нажать «Enter”На вашей клавиатуре.
e) Когда вам будет предложено запланировать процесс проверки диска, вы должны набрать «y«. Затем нажмите «Enter»Еще раз.
е) Теперь вы можете перезагрузить компьютер и дождитесь завершения процесса CHKDSK. Во время этого процесса потенциальные ошибки могут быть обнаружены и исправлены.
г) Чтобы завершить этот процесс, вы можете запустить SFC еще раз, Если это успешно, «Защита ресурсов Windows не может выполнить запрошенную операциюВопрос не появится.
Способ № 2: Зайдите в Winsxs и измените его описания безопасности
Если вы не смогли преодолеть проблему SFC с помощью утилиты CHKDSK, попробуйте этот метод. Если CHKDSK не может это исправить, значит, на данный момент нет ошибок диска. Итак, мы должны устранить другую потенциальную причину и преодолеть проблему SFC
Вы должны знать, что SFC не может получить доступ к папке Winsxs во время сканирования. Это связано с тем, что меры безопасности применяются самой системой Windows. Таким образом, вам, возможно, придется выполнить шаги, указанные ниже, чтобы решить проблему по-другому.
а) Перейдите на панель команд, чтобы начать процесс (вы уже знаете, как это сделать).
б) при направлении к командная строка, вы должны следовать инструкциям ниже.
в) Введите в командной строке «ICACLS C: \ Windows \ winsxs«. Затем нажмите «Enter» продолжать.
г) Теперь вы можете дождаться запуска процесса и выйти из командной строки.
e) Затем вы должны перезагрузить компьютер и запустить утилиту SFC. Если сообщение «Защита ресурсов Windows не может выполнить запрошенную операцию» не отображается, значит, все!
Способ № 3: переустановите свежую копию Windows
Если какой-либо из вышеперечисленных методов не принесет вам пользы, вам придется переустановить ОС. На самом деле, это очень эффективный способ исправить все глюки, связанные с вашей ОС Windows. Помимо ошибки «Защита ресурсов Windows не может выполнить запрошенную операцию», она может исправить многие другие ошибки. Однако перед переустановкой Windows необходимо создать резервную копию данных на системном диске. В противном случае вы потеряете уже сохраненные файлы.
Вот как это сделать.
а) Перейти на официальную страницу Инструмент создания средств массовой информации Microsoft, Затем нажмите на опцию «Загрузить инструмент сейчас».
б) Вы должны принять лицензионное соглашение, чтобы продолжить.
в) Пусть выбран вариант по умолчанию, который говорит:Обнови свой ПК«. Затем нажмите «Далее» продолжать.
г) Следуйте инструкциям на экране, чтобы продолжить.
Не забудьте обновить драйверы
Знаете ли вы, что многие ошибки, связанные с ОС Windows, могут возникать из-за проблем с драйверами? Таким образом, большинство этих ошибок можно исправить, просто обновив драйверы. Независимо от того, обновляете ли вы драйверы вручную или автоматически, это обязательный шаг для бесперебойной работы ПК.
Однако обновление драйверов вручную будет несколько затруднено для некоторых пользователей Windows. В этом случае вам следует обратиться за помощью к надежному стороннему инструменту. Мы в этом случае рассмотрим Водитель Легко как очень эффективный инструмент.
Чтобы обновить драйверы с помощью этого инструмента, вы должны выполнить следующие шаги.
а) Запустите Driver Easy и нажмите «Сканировать сейчас«Кнопку.
б) Нажмите на «ОбновитьРядом с каждым драйвером, который необходимо обновить
Примечание: Если вы используете Водитель Easy ProВы можете обновить все драйверы одним щелчком мыши.
Ну вот как исправитьЗащита ресурсов Windows не может выполнить запрошенную операцию”Ошибка на вашем ПК. Для людей, которые нуждаются Обзор таланта водителя вот правильный.
Отслеживайте местоположения, сообщения, звонки и приложения.
Делайте это удаленно и на 100% незаметно.