• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Does anyone know to turn off windows file protection?

FreshPrince

Diamond Member
Trying to install a program..it's trying to overwrite some file, but is denied. looked in event viewer and it showed that those files are protected by windows file protection and were restored to original file. So, how do I turn off this feature so that the files can be overwritten?

thx,

-FP
 
"Windows 2000 and Windows XP have a "technology" called Windows File Protection that is designed to prevent deletion and overwriting of known versions of the system files with other versions and thus prevents Windows from being destabilised. This is a good thing if you never want to change or remove protected components.

Naturally if we are to remove system components that Microsoft doesn't allow us to remove then we have to first deactivate WFP. So we made a switch so you can turn it on and off at will."

This was an extract from http://www.litepc.com/xplite.html

Get the trial and use it to deactivate windows file protection....
 
I got the following from X-Setup:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SFCDisable

Set to 4294967197

Obligatory registry editing warning: try at your own risk.
 
Rename c:\windows\system32\dllcache\sfcfiles.dll and c:\windows\system32\sfcfiles.dll and reboot.
 
XPlite does do it. It is the first thing it does when you run it, to unlock the ability to add/remove all the features of windows. sweet util.
 
Great for client machines; if you live in the server world, do this at your own risk. There's a reason we have it enabled and don't let you flip a switch and turn it off.

I can guarantee that if I get a bugcheck case because someone had this turned off and updated a ton of stuff, it's going to the bottom of the list of things to work on.

If you need to turn it off for a specific file, just reboot into safe mode, copy the file you want into the system32 or system32\drivers folder, copy it into the dllcache folder, then reboot in normal mode.

We'll find the version in the folder that's not supposed to be there, then replace it with the version in the dllcache folder. You now have your updated file, and you did it without screwing WFP.
 
Back
Top