Jump to content

Recommended Posts

Posted

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!


Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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