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
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 accountSign in
Already have an account? Sign in here.
Sign In Now