Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit

Closed Thread
 
LinkBack (2) Thread Tools Display Modes
Old 17-07-2006, 04:55 PM   2 links from elsewhere to this Post. Click to view. #1 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Cool TUTORIAL: How to enable "VIEW" Menu on Desktop !

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.
__________________
http://www.AskVG.com/

Last edited by Vishal Gupta; 26-12-2008 at 01:50 AM.
Vishal Gupta is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 17-07-2006, 04:58 PM   #2 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,751
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

kool man...thx
Pathik is offline  
Old 18-07-2006, 06:21 PM   #3 (permalink)
ax3
Cool as a CUCUMBAR ! ! !
 
ax3's Avatar
 
Join Date: Dec 2003
Posts: 5,002
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

thx ....
ax3 is offline  
Old 23-07-2006, 05:07 PM   #4 (permalink)
Right Off the Assembly Line
 
Join Date: Oct 2004
Posts: 2
Thumbs up Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

Thnx man....
But one prob the Views button gets deactivated after that.
rajatheking is offline  
Old 23-07-2006, 05:35 PM   #5 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

Yeah!
Me too checked it.
I thought that it was due to some other hacks, I made.
__________________
http://www.AskVG.com/
Vishal Gupta is offline  
Old 24-07-2006, 09:32 AM   #6 (permalink)
Console Freak
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: Sangli-Maharashtra
Posts: 991
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

Great man!
aditya.shevade is offline  
Old 24-07-2006, 11:46 PM   #7 (permalink)
In The Zone
 
Join Date: Jul 2005
Location: come on u know it
Posts: 428
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

thanks
NagpurDaMunda is offline  
Old 08-08-2006, 08:00 PM   #8 (permalink)
Right Off the Assembly Line
 
aqeel_phool's Avatar
 
Join Date: Jul 2006
Location: Pakistan
Posts: 8
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

Excellent work this has to be admired a lot of times
aqeel_phool is offline  
Old 30-12-2006, 12:11 AM   #9 (permalink)
Still Shining!
 
Lucky_star's Avatar
 
Join Date: Nov 2006
Location: Up 'n' above
Posts: 1,162
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

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?
__________________
Simplicity is the ultimate Sophistication
HP dv6 6121tx: Core i7 2630 QM | 4GB | AMD 6770M 2GB GDDR5 | 640 GB
Nokia N86 8MP
Lucky_star is offline  
Old 30-12-2006, 12:14 AM   #10 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

lol, thnx a lot buddy for ur appreciations
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
__________________
http://www.AskVG.com/
Vishal Gupta is offline  
Old 30-12-2006, 04:40 AM   #11 (permalink)
ANGEL OF DEATH
 
NIGHTMARE's Avatar
 
Join Date: Dec 2006
Location: Kanpur
Posts: 1,861
Lightbulb Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

u r gens
__________________
Dell 15z + WD 2TB
Dell Studio 1555 + WD 1TB
iPhone 4 32 GB
Samsung Galaxy S2 White
Good Desktop Power Of C2D + 4850
NIGHTMARE is offline  
Old 30-12-2006, 11:13 AM   #12 (permalink)
The Devil
 
blackpearl's Avatar
 
Join Date: Feb 2006
Location: 0x02AE88C6FF
Posts: 965
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

Cool!!

One question: what does the no 28674 signify and how does changing it to 0 enable the view option?
blackpearl is online now  
Old 30-12-2006, 11:54 AM   #13 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

thanks man.........
Great Doing!!!!!!!!!!
Ron is offline  
Old 30-12-2006, 11:56 AM   #14 (permalink)
Broken In
 
Join Date: May 2006
Location: Tuticorin, Tamil Nadu
Posts: 163
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

screenshots please
__________________
Shankar Ganesh is a 16 year old Blogger & Freelance Writer from India. He writes at http://www.killertechtips.com. Gtalk ID - techgurushankar, Skype - shankarganesh91
shankar_ganesh is offline  
Old 30-12-2006, 10:57 PM   #15 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

@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

@shankar_ganesh
Here u go buddy:



First Post also edited to add the screenshot...
__________________
http://www.AskVG.com/

Last edited by Vishal Gupta; 31-12-2006 at 01:04 AM.
Vishal Gupta is offline  
Old 31-12-2006, 10:00 AM   #16 (permalink)
Broken In
 
kirtan's Avatar
 
Join Date: Sep 2006
Location: Kernel
Posts: 133
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

Thanx Vishal.I haven't got words to describe your computing Knowledge.
__________________
Water can flow or it can crash.Be Water my friend.
kirtan is offline  
Old 31-12-2006, 01:01 PM   #17 (permalink)
Broken In
 
Join Date: May 2006
Location: Tuticorin, Tamil Nadu
Posts: 163
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

@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
__________________
Shankar Ganesh is a 16 year old Blogger & Freelance Writer from India. He writes at http://www.killertechtips.com. Gtalk ID - techgurushankar, Skype - shankarganesh91
shankar_ganesh is offline  
Old 31-12-2006, 01:04 PM   #18 (permalink)
Wise Old Owl
 
Tech Geek's Avatar
 
Join Date: Sep 2006
Location: Cyber Hell
Posts: 1,602
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

Quote:
Originally Posted by shankar_ganesh
@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.
__________________
Behind every good computer... is a jumble of wires 'n stuff
Tech Geek is offline  
Old 01-01-2007, 12:50 AM   #19 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

@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
__________________
http://www.AskVG.com/
Vishal Gupta is offline  
Old 02-01-2007, 01:05 AM   #20 (permalink)
ANGEL OF DEATH
 
NIGHTMARE's Avatar
 
Join Date: Dec 2006
Location: Kanpur
Posts: 1,861
Unhappy Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

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.
Attached Images
File Type: png 01-02-2007_00-18-29.png (17.8 KB, 35 views)
__________________
Dell 15z + WD 2TB
Dell Studio 1555 + WD 1TB
iPhone 4 32 GB
Samsung Galaxy S2 White
Good Desktop Power Of C2D + 4850

Last edited by NIGHTMARE; 06-01-2007 at 02:41 AM.
NIGHTMARE is offline  
Old 31-01-2007, 10:47 PM   #21 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2007
Posts: 11
Thumbs down Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

I Think You Change View Menu for menu bar of Windows Explorer

Whatever I Change It View Menu Doesn't Work

So Change To Default value it work fine


Last edited by sun_rane007; 03-02-2007 at 10:12 PM.
sun_rane007 is offline  
Old 03-02-2007, 10:12 PM   #22 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2007
Posts: 11
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

I Try following changes
1)Copy

{
POPUP "&View", 28674, MFT_STRING, MFS_ENABLED, 0
.................................................. ......................
.................................................. ........................ }
at before itself

2) Change 28674 to 0 and also changes other numbers of other lines
(range some like 3XXX {X = No.like 274})
3) This able able VIEW Menu on Desktop
But without working function

I try to able unsuccessfully
Please helpppp
sun_rane007 is offline  
Old 03-02-2007, 10:16 PM   #23 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

^^
Buddy, u hv to only replace 28674 to 0 in "&View" line. Thats it.
__________________
http://www.AskVG.com/
Vishal Gupta is offline  
Old 15-02-2007, 09:24 AM   #24 (permalink)
In The Zone
 
deepak.krishnan's Avatar
 
Join Date: Jan 2005
Location: Palakkad/Bangalore
Posts: 423
Question Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

Vishal, this is the best tut that I have ever tried out......thanks for all the tweaks
__________
Quote:
Originally Posted by shankar_ganesh
@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
Hi Vishal
I too had this problem and I tried out Tech Geek's tip....Well to say I got an error saying some dll's could not be loaded.....(I think msgina.dll and some others including services.exe or some thing like that.)
I tried to reboot with MS XP CD. But it failed to do so and then I tried using Vista DVD which too failed.... Then the dynebolic 1.1 CD came into use for the first time ever since I got it with Digit. I had to rename the shell32's backup to shell32.dll.......
why was I unable to boot using the XP CD ( I tried every thing in BIOS including boot sequence preferences)
__________________
.dk

Last edited by deepak.krishnan; 15-02-2007 at 09:24 AM. Reason: Automerged Doublepost
deepak.krishnan is offline  
Old 15-02-2007, 10:18 AM   #25 (permalink)
In The Zone
 
Crazy Kidd's Avatar
 
Join Date: Jul 2006
Posts: 265
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

Cooooooooooooooooooooooool. Don't have any other word.
__________________
Crazy is what crazy does. So lets get crazy like hell.
Crazy Kidd is offline  
Old 15-02-2007, 08:10 PM   #26 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

^^
Thnx buddy for ur kind words.
__________________
http://www.AskVG.com/
Vishal Gupta is offline  
Old 07-06-2007, 08:39 PM   #27 (permalink)
Right Off the Assembly Line
 
Join Date: Jun 2007
Posts: 1
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

I dont know what happen. Its cannot save.
Massage appear:
"Cannot create file C:\WINDOWS\system32\shell32.dll"
Need help
jasneh is offline  
Old 07-06-2007, 10:32 PM   #28 (permalink)
Right Off the Assembly Line
 
Join Date: Jul 2006
Posts: 28
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

Hey,Thanks a lot.It was a great trick and I loved it and everyone will like.Once again Thanks for providing such a nice trick
Manvendu Das is offline  
Old 07-06-2007, 11:37 PM   #29 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

^^ thnx.

@jasneh
hv u disabled WFP service? If not, then download WFP patcher from following thread and run it in Safe mode. Also make sure that a file with name "shell32_original.dll" doesnt exist in System32 folder.

List of Some Useful System Utilities!
__________________
http://www.AskVG.com/
Vishal Gupta is offline  
Old 08-06-2007, 12:41 AM   #30 (permalink)
Bayerische Motoren Werke
 
Third Eye's Avatar
 
Join Date: Apr 2006
Location: not very far from you
Posts: 4,284
Default Re: TUTORIAL: How to enable "VIEW" Menu on Desktop !

i don't understand.it is already activated in my case.
__________________
File not found. Should I fake it? (Y/N)
Third Eye is online now  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/tutorials/32151-tutorial-how-enable-view-menu-desktop.html
Posted By For Type Date
TUTORIAL: Make Your Windows XP look-a-like Windows Vista This thread Refback 26-12-2010 05:07 AM
TUTORIAL: Make Your Windows XP look-a-like Windows Vista This thread Refback 28-08-2010 08:33 PM


All times are GMT +5.5. The time now is 09:51 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2