Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Tutorial: How To Enable "view" Menu On Desktop !
techfreakorama
post Jul 17 2006, 03:21 PM
Post #1


Newbie
*

Group: Members
Posts: 8
Joined: 15-July 06
Member No.: 26,677



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:

CODE
POPUP "&View", 28674, MFT_STRING, MFS_ENABLED, 0

to


CODE
POPUP "&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
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How To Take A Screen Shot Of Your Desktop.(22)
  2. Quick And Easy Font Instaler(4)
  3. Firefox Hack: Enable Inline Autocomplete(12)
  4. Get Rid Off Recycle Bin From The Desktop(4)
  5. How To:customizing Your Start Menu(10)
  6. Php Menu Bulding Script And Site Template(0)
  7. Changing Default Windows Desktop Theme(13)
  8. How To Build A Pure Css Using Online Tools Tutorial (part 4)(0)
  9. Reducing Windows Vista Start Menu Programs Response Time.(4)
  10. Creating Navigation For Html Websites(12)
  11. How To Create A Show Desktop Shortcut(2)


 



- Lo-Fi Version Time is now: 7th October 2008 - 03:17 PM