December 8, 200520 yr 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???
December 8, 200520 yr 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.
December 8, 200520 yr Author how to use expand.exe commad???? i typed it in command line ..but no further instructions are given!!!
December 8, 200520 yr 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")
December 8, 200520 yr 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
December 8, 200520 yr how to use expand.exe commad???? i typed it in command line ..but no further instructions are given!!!read the instructions
December 8, 200520 yr Author yup i got it!!! i extracted it!!! now should i put modified shell32.dll into $OEM$\$1\system32\ ....directory ?????
December 8, 200520 yr 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, 200520 yr by nakira
December 8, 200520 yr Author ok done!!! replaced shell32.dl_ with modified one!!! now have i to do any other modification with shell32??
Create an account or sign in to comment