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. That’s 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.

1. Open %windir%\System32\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, 0
POPUP “&View”, 0, MFT_STRING, MFS_ENABLED, 0
4. Now click on Compile Script button and save the file.
Now after restarting the PC, you’ll see the VIEW menu on desktop and it’ll work without any problem.