TUTORIAL: How to enable "VIEW" Menu on Desktop !

Status
Not open for further replies.

Vishal Gupta

Microsoft MVP
This tutorial will help you in enabling View menu on Desktop under Windows XP:

Source:
How to enable VIEW Menu on Desktop in Windows XP

1. Open %windir%\System32\Shell32.dll file in Resource Hacker.

2. Goto: Menu -> 215 -> 1033.

3. In right-side pane, replace the line saying:

Code:
POPUP "&View", 28674, MFT_STRING, MFS_ENABLED, 0

to:


Code:
POPUP "&View", 0, MFT_STRING, MFS_ENABLED, 0
i.e., you have to only change the ID 28674 to 0. It can also be done by deleting the text after "&View" and after compilation resource hacker will automatically add the remaining part.

4. Now click on Compile Script button and save the file.
 
Last edited:

Lucky_star

Still Shining!
Hey Vishal,
Have you drank every drop of these Shell32.dll and other
such files, that u know every nook and corner of it?

Great man, Great.


One ques. to ask you:
How many times have you replaced ur shell32.dll file till now?
 
OP
Vishal Gupta

Vishal Gupta

Microsoft MVP
lol, thnx a lot buddy for ur appreciations :D
As I hv already said many times, playing with resource hacker and registry are my favorite timepasses ;)
So many times, playing with them gives such interesting results :)
 
OP
Vishal Gupta

Vishal Gupta

Microsoft MVP
@blackpearl
The ID is hardcoded in the windows shell and it was programmed in such way that windows will not show "View" option on desktop, and changing it to 0 removes the restriction and windows is unable to hide this option on desktop :D

@shankar_ganesh
Here u go buddy: :D

*img168.imageshack.us/img168/8118/newpicturevn3.jpg

First Post also edited to add the screenshot...
 
Last edited:

shankar_ganesh

Journeyman
@vishal:
thanx for the screenshot.
but i hv a problem: i am unable to save the file. reshack says: "cannot create file: c:\windows\system32\shell32.dll"
any solutions
 

Tech Geek

Wise Old Owl
shankar_ganesh said:
@vishal:
thanx for the screenshot.
but i hv a problem: i am unable to save the file. reshack says: "cannot create file: c:\windows\system32\shell32.dll"
any solutions
save the file with the same name and place it somewhere else(preferabally desktop) then replace the original one withthe saved one.
 
OP
Vishal Gupta

Vishal Gupta

Microsoft MVP
@kirtan
thnx buddy :)

@shankar_ganesh
Its happening bcoz of WFP service, either disable it using WFP patcher or just save the file at some other location and use Replacer to replace original file with ur hacked one ;)
 

NIGHTMARE

ANGEL OF DEATH
vishal i applied the vista VG on computer it work but when i restart my computer the theme is disable and 1 more thing when i open the display properties>>appearances there is no preview of theme.
 
Last edited:

sun_rane007

Broken In
I Think You Change View Menu for menu bar of Windows Explorer
:cool::cool::cool:
Whatever I Change It View Menu Doesn't Work :confused::confused:

So Change To Default value it work fine :):)

 
Last edited:
Status
Not open for further replies.
Top Bottom