techfreakorama 0 Report post Posted July 17, 2006 Hi Guys!I always wondered why "VIEW" menu is not displayed on desktop, its displayed in each folder but not on desktop.I wanted to enable it on desktop so that I can set the desktop icons view, like Thumbnails, Small Icons, List, etc.Thats why yesterday I was playing with Shell32.dll file in Resource Hacker and found a way to enable it on desktop too after 2 hours r&d.So here we go:1.) Open Shell32.dll file in Resource Hacker.2.) Goto: Menu -> 215 -> 1033.3.) In right-side pane, replace the line saying: POPUP "&View", 28674, MFT_STRING, MFS_ENABLED, 0toPOPUP "&View", 0, MFT_STRING, MFS_ENABLED, 0 i.e., U hv to only change the ID 28674 to 0. It can also be done by deleteing the text after "&View" and after compilation RH will automatically add the remaining part.4.) Now click on Compile Script button and save the file.Now after restarting the PC, u'll see the VIEW menu on desktop and it'll work too w/o ne problem..i hope u like the tutorial and contact me for any clarification Share this post Link to post Share on other sites
cyber_electrons 0 Report post Posted March 29, 2009 Hi, I got the Resource Hacker but now I am not sure about where I can find the Shell32.dll. Can you give the specific path which is common? (most people will have it there) Share this post Link to post Share on other sites
flashy 0 Report post Posted March 29, 2009 (edited) Erm well thats cool - but what is "view" menu exactly?Edit:Oooh i see - thats cool :Pgreat tut - shall try out Edited March 29, 2009 by flashy (see edit history) Share this post Link to post Share on other sites
flashy 0 Report post Posted March 29, 2009 Hi, I got the Resource Hacker but now I am not sure about where I can find the Shell32.dll. Can you give the specific path which is common? (most people will have it there) C:\Windows\System32\shell32.dll Share this post Link to post Share on other sites