How to enable VIEW menu on Desktop
Page 1 of 1 • Share •
How to enable VIEW menu on Desktop
1. Open %windir%\System32\Shell32.dll file in Resource Hacker.
2. Goto: Menu -> 215 -> 1033.
3. In right-side pane, replace the line saying:
<BLOCKQUOTE>
POPUP “&View”, 28674, MFT_STRING, MFS_ENABLED, 0</BLOCKQUOTE>
to:
<BLOCKQUOTE>
POPUP “&View”, 0, MFT_STRING, MFS_ENABLED, 0</BLOCKQUOTE>
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 RH 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.
:)
2. Goto: Menu -> 215 -> 1033.
3. In right-side pane, replace the line saying:
<BLOCKQUOTE>
POPUP “&View”, 28674, MFT_STRING, MFS_ENABLED, 0</BLOCKQUOTE>
to:
<BLOCKQUOTE>
POPUP “&View”, 0, MFT_STRING, MFS_ENABLED, 0</BLOCKQUOTE>
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 RH 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.
king- Posts: 4
Join date: 2007-11-09
Permissions of this forum:
You cannot reply to topics in this forum



