re enable file protection Revert nlites disable of WFP
#1
Posted 30 March 2006 - 03:59 AM
#2
Posted 30 March 2006 - 06:13 AM
#3
Posted 30 March 2006 - 07:17 AM
#4
Posted 30 March 2006 - 08:30 AM
bledd, on Mar 30 2006, 10:13 PM, said:
No, I want to enable it.
I want to know what nlite does to disable file protection, I see the single registry entry there but there seems to be more to it, hence why I'm here.
rehbar, on Mar 30 2006, 11:17 PM, said:
I can't understand what you're saying.
#5
Posted 30 March 2006 - 08:38 AM
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"SFCDisable"=dword:00000000
Copy and paste the above to a text file and rename with 'reg' extension - double click to apply the new setting.
#6
Posted 30 March 2006 - 08:47 AM
andrewpayne, on Mar 31 2006, 12:38 AM, said:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"SFCDisable"=dword:00000000
Copy and paste the above to a text file and rename with 'reg' extension - double click to apply the new setting.
That won't work because it isn't a registry script.
This post has been edited by verfee: 30 March 2006 - 08:54 AM
#7
Posted 30 March 2006 - 11:15 AM
should be called SFC Disabler, not SFC Switcher...
#8
Posted 30 March 2006 - 02:26 PM
Attached File(s)
-
sfc_os.zip (53.4K)
Number of downloads: 21
#9
Posted 11 April 2006 - 12:05 AM
(I got an error, saying "The specific error code is 0x000006ba" and that the RPC service could not be contacted - in case someone like me goes searching for this solution.)
I fixed it by running the patch program in the first reply; it thought my SFC was enabled so I allowed it to "re-patch" it, then I immediately turned around and had it un-patch SFC. Rebooted, and now SFC is performing a scan just fine.
edit: Attached the file I'm referring to.
edit edit: Correction. Now it's constantly asking for the Windows XP CD, saying I don't have it inserted (I even put in my completely-official CD and it denied it). Something's majorly screwed up...
Attached File(s)
-
WFPswitch.exe (30.51K)
Number of downloads: 41
This post has been edited by Falcon4: 11 April 2006 - 01:55 AM
#10
Posted 11 April 2006 - 03:42 AM
verfee said:
The above applies ONLY to elder versions, with a patched SFCx.DLL:
http://www.winguides...isplay.php/790/
but it is inconvenient, as every newish SP will change the address to be patched.
Read these:
http://pubs.logicalexpressions.com/Pub0009...icle.asp?ID=290
http://pubs.logicalexpressions.com/pub0009...icle.asp?ID=510
The "new" method is derived from an idea of Damian Bakowsky:
http://www.d--b.webp...l/index2_en.htm
http://www.d--b.webp...everse04_en.htm
(making an EMPTY sfcfiles.dll)
I passed the info to Fred Vorck:
http://www.vorck.com/remove-ie.html
who bettered the coding and the method found it's way into Nuhi's Nlite:
Quote
Nuhi, for introducing himself, and for the back-and-forth ideas that help both our projects
TommyP for HFSLIP and his efforts to keep it compatable with my files
Timo, for details describing the SETUPDLL hack that I used in the SETUPAPI hack I implement
Damian Bakowski for the initial idea of an empty SFCFILES.DLL
jaclaz
#11
Posted 11 April 2006 - 04:12 AM
How do you re-enable it?! :-(
I seem to have it half-enabled. It still doesn't detect my CD, and because of that I'm stuck with a half-baked SFC that's causing me nothing but problems.
nLite's #1 problem is that 100% of its options are completely irreversible. Unlike many nLite users, I like keeping my OS installed for more than a week at a time. I don't want to have to reinstall Windows every time I need a little insignificant piece of s*** I removed back with nLite! =\
This post has been edited by Falcon4: 11 April 2006 - 04:12 AM
#12
Posted 11 April 2006 - 06:24 AM
See my sig.
It is quite short right now, but I'm expanding it as often as I can.
(I should add BITS btw)
#13
Posted 05 December 2006 - 02:37 PM
#14
Posted 06 December 2006 - 12:56 PM
fdv, on Apr 11 2006, 08:09 AM, said:
To shut Windows File Protection off:
Use a modified SFC.DLL in Windows 2000
Use a modified SFC_OS.DLL in Windows XP and Windows 2003
No need for a modified SFCFILES.DLL
To disable Windows File Protection causing it to check an empty list:
Use a modified SFCFILES.DLL in ANY version of Windows
No need for a modified SFC*.DLL
For complete overkill, so that Windows File Protection is shut off AND has an empty list which it doesn't even check:
Use a modified SFC.DLL in Windows 2000
Use a modified SFC_OS.DLL in Windows XP and Windows 2003
AND Use a modified SFCFILES.DLL in ANY version of Windows
This post has been edited by Kiki Burgh: 06 December 2006 - 04:05 PM
#15
Posted 06 December 2006 - 09:26 PM
Quote
This is optional, you do not have to have it. … Here is how to edit SETUPAPI.DLL to shut off setup file checking to allow you to edit system files such as LAYOUT.INF. Svajunas points out that "for Xp (SP1, SP2) and W2k3 (SP1), search for sequence 55 8B EC 8B 45 2C and replace with 33 C0 C2 30 00 2C. This should work and for future Xp and W2k3 versions."
SFC_OS.DLL (OR USE AN EMPTY SFCFILES.DLL)
This is optional, you do not have to shut off WFP. … Here is how to edit SFC_OS.DLL to shut off Windows File Protection (link coming, for now use Google). A quick word about Windows File Protection. It was designed not to thwart you, but to prevent software from changing your DLLs on you. WFP is a good thing 95% of the time. Also, if you're setting up a system for someone else, and WFP is off, how long do you think it would be before they were on the phone with you telling you that their system is "acting weird?" Alternately, instead of hacking SFC_OS.DLL, you can leave it alone and use a version of SFCFILES.DLL that is empty. Download this new SFCFILES.DLL .... I got the idea here, but there were several errors in the approach, so a programmer friend re-wrote the DLL for me. Here is the source.
Quote
Windows File Protection, Part I.
STEP SEVENTEEN. (advanced. FYI only.)
Windows File Protection, Part II.



Help
Back to top









