vql Posted May 5, 2005 Posted May 5, 2005 I copy orginal shell32.dll and modify it by Reshack (change Icons). But I can't copy overwrite modified shell32.dll to System32 because orginal shell32.dll is used by Windows processes. I want Windows using shell32.dll I modified.How to make this?
harunaksoy Posted May 5, 2005 Posted May 5, 2005 1. rename shell32.dll to shell32.old in %SYSTEMROOT%\system32\dllcache2. rename shell32.dll to shell32.old in %SYSTEMROOT%\system32\3. Copy your modified shell32.dll to %SYSTEMROOT%\system32\This should work.
HyperHacker Posted May 8, 2005 Posted May 8, 2005 Here's a batch file that can do the same (won't back files up though):@echo offcopy /y %1 %systemroot%\system32copy /y %1 %systemroot%\system32\dllcache
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now