How to enable “View” Option in Desktop Context Menu in Windows XP?

Windows Vista and Windows 7 operating systems show the “View” menu in Desktop context menu (the menu which appears when you right-click on Desktop). But Windows XP only shows the “View” menu in Windows Explorer.

This tutorial will help you in enabling the “View” menu in Desktop context menu in Windows XP as shown in following screenshot:

Enable_View_Desktop_Context_Menu_XP.jpg

Advertisement

If you also want to have “View” menu in Windows XP Desktop context menu, check out following simple steps:

1. Open %windir%\System32\Shell32.dll file in Resource Hacker. Here %windir% represents “Windows” folder present in the drive where Windows is installed in your system.

2. Now go to:

Menu -> 215 -> 1033

3. In right-side pane, change the line:

POPUP “&View”, 28674, MFT_STRING, MFS_ENABLED, 0

to:

Advertisement

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.

Now after restarting the PC, you’ll see the VIEW menu on desktop and it’ll work without any problem.

NOTE 1: After applying this tweak the “View” button present in Windows Explorer toolbar will stop working.

NOTE 2: If you are facing problems while saving the file after editing in resource hacker, then make sure you have disabled WFP (Windows File Protection) service using WFP Patcher or use Replacer to replace the file.

NOTE 3: If you get “Cannot create file” error message while saving the file, please check following tutorial:

How to Fix “Cannot Create File” Error Message While Saving Files in Resource Hacker?

Published in: Windows XP

About the author: Vishal Gupta (also known as VG) has been awarded with Microsoft MVP (Most Valuable Professional) award. He holds Masters degree in Computer Applications (MCA). He has written several tech articles for popular newspapers and magazines and has also appeared in tech shows on various TV channels.

Comments

NOTE: Older comments have been removed to reduce database overhead. Be the first one to start the discussion.

Leave a Comment

Your email address will not be published. Required fields are marked *

NOTE: Your comment may not appear immediately. It'll become visible once we approve it.