Jump to content

Recommended Posts

Posted

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???


Posted

If you are on XP with SP 2 and all the updates.

1:\ Copy from here %systemdrive%\Windows\System32\Shell32.dll to

a folder Example %Systemdrive%\Shell

Then you can use Resource Hacker to mod that file.

Posted

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 by

some of the updates.

Save as CopyShell32.VBS

On Error Resume Next

Dim Act, Fso, SD

Set 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")

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...