Jump to content

DELETE everything protected :D


Recommended Posts

I create (copy and modify) this... and this works under fresh installed windows xp sp2 in virtual pc. BUT an my primary PC no :(

@echo off

del /s /q "%WINDIR%\system32\dllcache\FC_OS.DLL.HACK"
del /s /q "%WINDIR%\system32\FC_OS.DLL.HACK"
del /s /q "%WINDIR%\system32\dllcache\SFC_OS.DLL.BAK"
del /s /q "%WINDIR%\system32\SFC_OS.DLL.BAK"

copy "SFC_OS.DLL.HACK" "%WINDIR%\system32\dllcache"
copy "SFC_OS.DLL.HACK" "%WINDIR%\system32"

rename "%WINDIR%\system32\dllcache\SFC_OS.DLL" SFC_OS.DLL.BAK
rename "%WINDIR%\system32\SFC_OS.DLL" SFC_OS.DLL.BAK

rename "%WINDIR%\system32\dllcache\SFC_OS.DLL.HACK" SFC_OS.DLL
rename "%WINDIR%\system32\SFC_OS.DLL.HACK" SFC_OS.DLL

Please everybody dont post any ideas from nLite and others like this software/utils with 1000+ settings configurations!

Link to comment
Share on other sites


If you have system file protection enabled on your machine, your script won't run fast enough to delete the files before they're overwritten again from dllcache. You should really be modifying these files in dllcache first, THEN make the changes to other locations on your system.

If you disable the System File Protection, this will not be a problem.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...