IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Unattended CD/DVD Guide Homepage · MSFN Forum Rules
 
Reply to this topicStart new topic
> SFC_OS.DLL for SP2 RC2 hacked!, During setup too!
Denney
post Jun 19 2004, 10:10 PM
Post #1


*shrug*
*****

Group: Members
Posts: 877
Joined: 11-September 03
From: Brisbane, Australia
Member No.: 6518
Country Flag


Updated & Fixed:

Credit goes to vorte[x] for the original hex edit to disable WFP. I added mine to change the registry setting.

Ok. Well, after a couple of more tries, I have finally fixed it.

This modified file works EXACTALLY the same as my other one except it uses the SP2 RC2 sfc_os.dll rather than the SP1 sfc_os.dll so no campatibility problems should arise.

To use it, simple replace the sfc_os.dl_ file on your Windows XP SP2 RC2 CD with the one attached here, then, edit HIVESFT.INF and add the following line after "SfcQuota" (search for it).

CODE
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","SFCSetting",0x00010003,0xffffff9d


That's it!! You have now disabled WFP for good. If you want to re-enable it, change the above registry setting to 0x00000000 rather than 0xffffff9d. Simple.

Hope you all enjoy my work.

BTW... this file has been modpe'd and compressed, ready to go onto a CD.
Attached File(s)
Attached File  SFC_OS.DL_ ( 54.87K ) Number of downloads: 205
 
Go to the top of the page
 
+Quote Post
DarkBringer
post Jun 19 2004, 10:39 PM
Post #2


Member
**

Group: Members
Posts: 233
Joined: 6-August 03
Member No.: 5505



Thanks, RaveRod. I'll wait for the official release of Service Pack 2 to try it out.
Go to the top of the page
 
+Quote Post
Denney
post Jun 19 2004, 11:06 PM
Post #3


*shrug*
*****

Group: Members
Posts: 877
Joined: 11-September 03
From: Brisbane, Australia
Member No.: 6518
Country Flag


Yeah. Hopefully they won't change the SFC_OS.dll file between RC2 and RTM like they did with RC1 to RC2.
Go to the top of the page
 
+Quote Post
XtremeMaC
post Jun 20 2004, 03:09 AM
Post #4


MSFN SuperB
**********

Group: Members
Posts: 5541
Joined: 13-October 03
From: in front of the computer
Member No.: 8053
OS: Vista Ultimate x86
Country Flag


QUOTE
using the actual SP2 RC2 SFC_OS.DLL file.

how is this actual if u have modified it? or vorte[x] modified it?
though thanks for the file smile.gif I believe 2055's dll was posted while back I was wondering if any new one's came up

also u can put that registry entry into the hive files so it gets executed even b4..
Go to the top of the page
 
+Quote Post
Denney
post Jun 20 2004, 03:24 AM
Post #5


*shrug*
*****

Group: Members
Posts: 877
Joined: 11-September 03
From: Brisbane, Australia
Member No.: 6518
Country Flag


@XtremeMaC: I mean it's the actual file from RC2 rather than the one from SP1 which also works.

I tried putting that registry entry into the hive files but setup overwrites that entry later on in the setup. You could be thinking of my modified SP1 file where you add "SFCSetting" to the hive file... not "SFCDisable".
Go to the top of the page
 
+Quote Post
Denney
post Jun 20 2004, 07:48 AM
Post #6


*shrug*
*****

Group: Members
Posts: 877
Joined: 11-September 03
From: Brisbane, Australia
Member No.: 6518
Country Flag


Just a bump so people will re-read my post... explaining why this hack won't work and that I jumped the gun.
Go to the top of the page
 
+Quote Post
XtremeMaC
post Jun 20 2004, 12:07 PM
Post #7


MSFN SuperB
**********

Group: Members
Posts: 5541
Joined: 13-October 03
From: in front of the computer
Member No.: 8053
OS: Vista Ultimate x86
Country Flag


ow I see thanks for the explanation biggrin.gif
(I'm critisizing too much these days, stress sorry sad.gif )
Go to the top of the page
 
+Quote Post
my2001
post Jun 20 2004, 12:15 PM
Post #8


Advanced Member
***

Group: Members
Posts: 303
Joined: 31-May 04
Member No.: 21124



QUOTE
I'll wait for the official release of Service Pack 2 to try it out.


Yeah, me, too. But hopefully they're gonna release it soon. blink.gif
Go to the top of the page
 
+Quote Post
swgreed
post Jun 23 2004, 10:48 AM
Post #9


Unofficial Service Pack & Codec Pack maintainer
***

Group: Members
Posts: 488
Joined: 18-August 03
Member No.: 5880
OS: none
Country Flag


So this RC2 modded sfc_os.dll won't help me, if i already set any unsigned drivers in the "OEMPnPDriversPath" section of winnt.sif?

I also read somewhere you should take these settings in your winnt.sif
CODE
[SystemFileProtection]
SFCQuota=0
SFCScan=0
SFCDisable=ffffff9d


On a test installation XP used it's own Microsoft drivers (instead of the vendors drivers!) where it could sad.gif
Go to the top of the page
 
+Quote Post
Louie666
post Jun 23 2004, 04:40 PM
Post #10


Newbie


Group: Members
Posts: 12
Joined: 9-October 03
From: Bristol, UK
Member No.: 7886



Hi just a quick note I have succesfully used the modified sfc.dll from nlite, as well as the one from SP1 mod...inserted the code you mention above into winnt.sif & it works a treat used vortex hacked uxtheme.dll & works fine smile.gif

QUOTE
[SystemFileProtection]SFCQuota=0
SFCScan=0
SFCDisable=ffffff9d
Go to the top of the page
 
+Quote Post
Denney
post Jun 23 2004, 05:59 PM
Post #11


*shrug*
*****

Group: Members
Posts: 877
Joined: 11-September 03
From: Brisbane, Australia
Member No.: 6518
Country Flag


@swgreed: This modded sfc_os.dll has nothing to do with vendor drivers or Windows ones. The drivers are totally separate from this file.

@Louie666: The sfc_os.dll from nLite is the one I modded from SP1. This sfc_os.dll file is the actual one from SP2. That's about the only difference. I cannot gurantee that the sfc_os.dll from SP1 will work with RTM of SP2 when it comes out. That's why I'm doing this.

Also, using SP2's sfc_os.dll, adding SFCDisable to your winnt.sif file does NOTHING. That variable is no longer used so there's no point putting it in there.

This file is currently only for people who want to use the actual sfc_os.dll from SP2, not the one from SP1 (which just happens to work, for now).
Go to the top of the page
 
+Quote Post
swgreed
post Jun 24 2004, 06:58 AM
Post #12


Unofficial Service Pack & Codec Pack maintainer
***

Group: Members
Posts: 488
Joined: 18-August 03
Member No.: 5880
OS: none
Country Flag


But i thought if I don't turn of WFP XP overrides any drivers without WHQL signature and uses its own Microsoft drivers again.
Am I muddling up here anything?
Go to the top of the page
 
+Quote Post
Denney
post Jun 24 2004, 08:06 AM
Post #13


*shrug*
*****

Group: Members
Posts: 877
Joined: 11-September 03
From: Brisbane, Australia
Member No.: 6518
Country Flag


Just a quick post to inform everyone that I have now fixed the SFC_OS.DLL file to disable WFP during setup (same as with the SP1 file).

@swgreed: I think your muddled up because it doesn't matter if WFP is enabled or disabled... you can use any drivers you want so long as you have the correct entries in your winnt.sif file to disable driver signing.
Go to the top of the page
 
+Quote Post

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts   3 ThA_FiLeR 421 15th March 2003 - 09:15 AM
Last post by: gamehead200
No New Posts   5 DaveXP 705 18th August 2003 - 12:24 PM
Last post by: DaveXP
No New Posts   1 Marztabator 460 20th August 2003 - 03:32 PM
Last post by: Spheris
No new   88 miso1391 14551 23rd September 2003 - 05:15 PM
Last post by: kenneth11zz
No new 27 miso1391 4801 5th November 2003 - 12:17 PM
Last post by: darth

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 7th August 2008 - 06:30 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2008 msfn.org
Privacy Policy