amit_talkin Posted December 8, 2005 Posted December 8, 2005 there is no shell32.dll file in my I386 folder....but there is a shell32.dl_ file in it!!!! so how can i modify it?? resource hacker cant open it!!! how to uncompress it to modify it?? and after modifying what to do for recompress it again in dl_ format???
jondercik Posted December 8, 2005 Posted December 8, 2005 Uncompress it with expand.exe. Then recompress it with makecab.exe
gunsmokingman Posted December 8, 2005 Posted December 8, 2005 If you are on XP with SP 2 and all the updates.1:\ Copy from here %systemdrive%\Windows\System32\Shell32.dll toa folder Example %Systemdrive%\ShellThen you can use Resource Hacker to mod that file.
amit_talkin Posted December 8, 2005 Author Posted December 8, 2005 how to use expand.exe commad???? i typed it in command line ..but no further instructions are given!!!
gunsmokingman Posted December 8, 2005 Posted December 8, 2005 Here use this VBS script if you have XP SP2 and all the updates installed.This is so you can use the most current shell32.dll as it get replaced bysome of the updates.Save as CopyShell32.VBSOn Error Resume NextDim Act, Fso, SDSet Act = CreateObject("Wscript.Shell")Set Fso = CreateObject("Scripting.FileSystemObject")SD = Act.ExpandEnvironmentStrings("%SystemDrive%")Fso.CreateFolder(SD & "\XP_Shell")Fso.CreateFolder(SD & "\XP_Shell\Shell32")Fso.CopyFile(SD & "\WINDOWS\system32\Shell32.dll"),(SD & "\XP_Shell\Shell32\Shell32.dll")Act.Run(SD & "\XP_Shell")
jaclaz Posted December 8, 2005 Posted December 8, 2005 Hey, take it easy man, you could wear prematurely the ! and ? keys on your keyboard if you go on like that. Read here:http://support.microsoft.com/default.aspx?...122120121120120http://answers.google.com/answers/threadview?id=354149http://www.tburke.net/info/reskittools/topics/expand.htm(Google is your friend) jaclaz
jondercik Posted December 8, 2005 Posted December 8, 2005 how to use expand.exe commad???? i typed it in command line ..but no further instructions are given!!!read the instructions
amit_talkin Posted December 8, 2005 Author Posted December 8, 2005 yup i got it!!! i extracted it!!! now should i put modified shell32.dll into $OEM$\$1\system32\ ....directory ?????
nakira Posted December 8, 2005 Posted December 8, 2005 (edited) No, you should use modifype.exe on it, then recab it with makecab.exe and replace it into i386See here: http://unattended.msfn.org/global/compress.htm Edited December 8, 2005 by nakira
amit_talkin Posted December 8, 2005 Author Posted December 8, 2005 ok done!!! replaced shell32.dl_ with modified one!!! now have i to do any other modification with shell32??
glent Posted December 8, 2005 Posted December 8, 2005 dude a simple search would provide all the answers
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