How to disable Windows File Protection in Windows XP or 7 from Registry?
- by SEARAS
How to disable Windows File Protection in Windows 7 and/or XP from Registry?
I want to automatically replace a driver with my created driver.
I used PendingFileRenameOperations key in
HKLM\System\CurrentControlSet\Control\Session Manager
but i've found that it can ONLY be used for simple (not-system) files,
because Windows File Protection disables it for system files (see this post).
Now I need to temporarily disable WFP (and turn it on after changing driver).
You can tell me another way to disable it. It can help me too. Thanks in advance!
Any ideas?