[Release] Hacked sfc_os.dll (disables WFP)
[Release] Hacked sfc_os.dll (disables WFP)
DLL is version 5.1.2600.2180.
http://addons.ryanvm.net/ryanvm/RVMAddonsSFC_1.0.cab (50.5KB)
MD5: 7F6BC6552D6AADB91DCA6A7BC6D1CCA5
http://addons.ryanvm.net/ryanvm/RVMAddonsSFC_1.0.cab (50.5KB)
MD5: 7F6BC6552D6AADB91DCA6A7BC6D1CCA5
Last edited by RyanVM on Sat Apr 08, 2006 10:55 am, edited 2 times in total.
No, but it leaves it empty minus a few CAT files
Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
http://www.ryanvm.net/forum/viewtopic.php?t=2357
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
Correct. The DLL in this addon requires no registry tweaks to work 

Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
http://www.ryanvm.net/forum/viewtopic.php?t=2357
It's the same as the nLite method.
Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
http://www.ryanvm.net/forum/viewtopic.php?t=2357
Really? I thought nuhi was the one who helped you develop your no registry entry needed version...?
Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
http://www.ryanvm.net/forum/viewtopic.php?t=2357
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
-
- Posts: 162
- Joined: Tue Jun 14, 2005 12:02 am
When I've been using nLite recently I haven't even had those folders in program files to begin with. After windows is installed there is no xerox folder or games folder or that other folder that holds wordpad and outlook express and stuff.Kelsenellenelvian wrote:Same thing in the end just different methods and with nlited method you should be able to delete those "undelete-able" folders.EgOrus wrote:RyanVM
nLite don't patch sfc_os.dll in last versions, it patches sfcfiles.dll and uses regtweaks - SFCDisable
can you answer my question plz?
Here's more info on how the file was patched direct from the person who came up with it, jdoe:
http://www3.sympatico.ca/lazimute/index.html#sfc_hack
http://www3.sympatico.ca/lazimute/index.html#sfc_hack
Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
http://www.ryanvm.net/forum/viewtopic.php?t=2357
- DisabledTrucker
- Posts: 822
- Joined: Tue Feb 22, 2005 6:14 pm
- Location: Country of Mental on the Planet Trucker in the MidnightHunter Galaxy.
- Contact:
Try mine
http://rapidshare.de/files/11124969/SFC.Files.rar.html
I guaranty work good.
in fase T-9 you get only one minute.
and you can write in winnt.sif file
[SystemFileProtection]
SFCQuota=0
SFCDisable=ffffff9d
[SetupData]
OSLoadOptionsVar="/noexecute=AlwaysOff"
[SystemFileProtection]
; SFCScan=0
; SFCDisable=2
; SFCDllCacheDir = %SYSTEMROOT%\Windows\System32\Dllcache
; quota in hex below is (=50M) ;FFFFFFFF (=0M)
SFCQuota=0x14
SFCShowProgress=1
or make boot.ini like this
@echo off
SET ProgPath=C:
SET ORIG=%ProgPath%\Boot.ini
SET NEW=%ProgPath%\Boot_New.ini
ATTRIB -R -S -H %ORIG%
IF EXIST "%NEW%" (
ATTRIB -R -S -H %NEW%
DEL /Q "%NEW%"
)
FOR /F "delims=*" %%L IN (%ORIG%) DO (
SET Begin=%%L
IF "!Begin:~0,8!" == "timeout=" (
ECHO.timeout=4 >>"%NEW%"
) ELSE (
ECHO.%%L >>"%NEW%"
)
)
COPY /Y %ORIG% %ORIG%_OLD
COPY /Y %NEW% %ORIG%
bootcfg /raw /id 1 "/noexecute=AlwaysOff /NOPAE /fastdetect"
http://rapidshare.de/files/11124969/SFC.Files.rar.html
I guaranty work good.
in fase T-9 you get only one minute.
and you can write in winnt.sif file
[SystemFileProtection]
SFCQuota=0
SFCDisable=ffffff9d
[SetupData]
OSLoadOptionsVar="/noexecute=AlwaysOff"
[SystemFileProtection]
; SFCScan=0
; SFCDisable=2
; SFCDllCacheDir = %SYSTEMROOT%\Windows\System32\Dllcache
; quota in hex below is (=50M) ;FFFFFFFF (=0M)
SFCQuota=0x14
SFCShowProgress=1
or make boot.ini like this
@echo off
SET ProgPath=C:
SET ORIG=%ProgPath%\Boot.ini
SET NEW=%ProgPath%\Boot_New.ini
ATTRIB -R -S -H %ORIG%
IF EXIST "%NEW%" (
ATTRIB -R -S -H %NEW%
DEL /Q "%NEW%"
)
FOR /F "delims=*" %%L IN (%ORIG%) DO (
SET Begin=%%L
IF "!Begin:~0,8!" == "timeout=" (
ECHO.timeout=4 >>"%NEW%"
) ELSE (
ECHO.%%L >>"%NEW%"
)
)
COPY /Y %ORIG% %ORIG%_OLD
COPY /Y %NEW% %ORIG%
bootcfg /raw /id 1 "/noexecute=AlwaysOff /NOPAE /fastdetect"
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
Obsoleted by Aserone's addon.
viewtopic.php?t=2194
viewtopic.php?t=2194
Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
http://www.ryanvm.net/forum/viewtopic.php?t=2357