Gud Day to all, i have a question regarding on patching sysfiles using Replacer via a Command or Batch,
the code is sort of like this..
DEL "C:\WINDOWS\system32\dllcache\shell32.dll"
COPY "C:\Modified\shell32.dll" "C:\WINDOWS\system32\dllcache\shell32.dll"
DEL "C:\WINDOWS\system32\shell32.dll"
COPY "C:\Modified\shell32.dll" "C:\WINDOWS\system32\shell32.dll"
DEL "C:\WINDOWS\system32\dllcache\msgina.dll"
COPY "C:\Modified\msgina.dll" "C:\WINDOWS\system32\dllcache\msgina.dll"
DEL "C:\WINDOWS\system32\msgina.dll"
COPY "C:\Modified\msgina.dll" "C:\WINDOWS\system32\msgina.dll"
I dont know if this is the right way although i tried this resulting to other System files arent getting patch
and im getting an error["Process cannot access the file because it is being used by another process."],
can someone please tell me what am I doing wrong? any other methods or ideas?
My whole concept with this is making a Package & Deployment Pack with my own modified sysfiles,
so basically I'll just install/run my setup.exe for the next OS install...
Any output is much appreciated,
Thanks in advance,
More Power...


