i want to get rid of win2k system file protection, now!

i cant get rid of the system file protection in win2k, i tried to copy the file into dllcache directory but it bloody gets replaced there to! how to get rid of that anoying protection? for ever! //Silent.

Customization Tweaking 1789 This topic was started by ,


data/avatar/default/avatar37.webp

194 Posts
Location -
Joined 2000-02-20
i cant get rid of the system file protection in win2k, i tried to copy the file into dllcache directory but it bloody gets replaced there to!
 
how to get rid of that anoying protection? for ever!
 
//Silent.

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar33.webp

140 Posts
Location -
Joined 2001-05-28
Hello,
what you want to do is quite simple (sorry i'm tranlating from french...) :
- open explorer;
- click on Tools;
- File options;
- Display;
- ... and finally uncheck the right option (you'll get a warning telling you it's not a good thing to do, just accept);
- Reboot as required;
-> done !

data/avatar/default/avatar04.webp

314 Posts
Location -
Joined 2000-01-17
The following is a quote from a thread over at ARS Techica:
 
"WARNING: Make sure you backup before you try this! You can hose your install if something goes wrong here!
 
Here you go:
 
1. Load a copy of SFC.DLL into your favorite hex editor.
2. Go to offset 6211h and you should see '8B' and 'C6' at offsets 6211h and 6212h. If the two bytes are not these values DO NOT proceed.
3. Change both bytes to '90'.
4. Save your changes.
5. Boot into Safe-mode and replace the original SFC.DLL with your hacked version.
 
Now the 'ffffff9d' regkey will work as it did before.
 
 
Reghack to disable SFC:
 
Step 1. Open Regedit.exe and navigate to [HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows NT \CurrentVersion \Winlogon]. You should see a DWORD value named "SFCDisable" with a value of "0". Change the value data of "SFCDisable" to "ffffff9d".
 
Step 2. Exit regedit and reboot the machine because this will make the registry change take effect. After the machine is rebooted, you should see Event ID 64032 in the System Event logs letting you know that Windows File Protection is no longer active."
 
Hope this helps
 
Glad midsommar...
 
/Toby

data/avatar/default/avatar13.webp

651 Posts
Location -
Joined 2000-07-31
[e]Nevermind[/e]
 
-bZj

data/avatar/default/avatar36.webp

57 Posts
Location -
Joined 2001-01-06
The quote from Ars is from me and it's in reference to sp2 only. Pre-sp2 installs need only the reg-hack to turn off WFP. If you have issues with messing around in your registry you can use X-teq's "X-setup" tweaking program to disable it also. You can get it here. After you install it, go to "system>software intallation>windows file protection" and disable it. You gotta reboot for it to become effective.

data/avatar/default/avatar04.webp

314 Posts
Location -
Joined 2000-01-17
Thanks for this tip Ralf and sorry for not giving you credit for it. I got a couple of large textfiles where I paste useful stuff I find on different boards for later check/use and missed to include your name to the file. The ARS-file is getting big by the way
 
/Toby

data/avatar/default/avatar36.webp

57 Posts
Location -
Joined 2001-01-06
Toby- no prob- I wasn't looking for credit, I just wanted to make clear that this tweak is in reference to sp2 only.

data/avatar/default/avatar21.webp

19 Posts
Location -
Joined 2001-07-11
what are the advantages for diabling wfp

data/avatar/default/avatar08.webp

77 Posts
Location -
Joined 1999-12-03
If you have peripherals for which the Windows 2000 device drivers are not 'certified' by Microsoft, the advantage of disabling Windows File Protection is that often those devices will not work or frequently malfunction without disabling Windows File Protection.

data/avatar/default/avatar08.webp

77 Posts
Location -
Joined 1999-12-03
I had been using the registry hack to disable Windows File Protection before I applied Service Pack 2 and did not realize that Service Pack 2 causes the registry hack to not function any more.
In hindsight I should have realized what was happening since the warning that Windows File Protection is disabled quit appearing in the event log after I applied Service Pack 2.
After I applied Service Pack 2 every time I printed something from my computer I got a 'blue screen' and did not know why except it appeared to be driver-related.
The actual cause of the 'blue screens' was not the 'certified' parallel-port printer drivers but the 'non-certified' parallel-port flatbed scanner drivers.
After I edited the sfc.dll file as described above, Windows File Protection is disabled again, I get the warning messages in the event log that Windows File Protection is disabled, and I no longer have 'blue screens' every time I print.