Jump to content

There is no shell32.dll file in I386 Folder!


Recommended Posts

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

Link to comment
Share on other sites


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

Link to comment
Share on other sites

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