How to Remove “Get Help” Button from Command Bar in Windows 7 Explorer?

A few days back in following tutorial we mentioned about an AskVG reader “zydrius sMiLe” who requested a tutorial for removing or hiding “Get help” button from Windows Explorer’s Command Bar (aka Folder Band or Toolbar) in Windows 7:

How to Launch Command Prompt or Other Programs Using “Ease of Access” Button at Login Screen in Windows Vista and 7?

At that time I was unable to do it because of a 64-bit Windows problem as mentioned in recent tutorial:

Advertisement

Why 64-bit Windows Users Face Login or Other Problems After Modifying System Files Using Resource Hacker?

But now when we know how to modify system files in 64-bit Windows without any problem, we are ready to remove the “Get Help” button from Windows 7 Explorer’s Command Bar.

As usual we’ll need to edit Shell32.dll file in Resource Hacker to accomplish the task.

Following is a preview of the output which you’ll get after following this tutorial:

No_Help_Button_Windows_7_Explorer_Command_Bar.png

You can see in above image, “Get Help” button is no longer available at the right-side of Command Bar in Windows Explorer.

So without wasting time lets start the tutorial. This tutorial should also work in Windows Vista but we have not checked it in Vista:

Advertisement

1. As we mentioned above, we’ll need to edit “%windir%\System32\Shell32.dll” file. So first copy Shell32.dll file from “System32” folder to some other location for example Desktop.

Note: here %windir% represents “Windows” directory which can be found in the system drive where Windows is installed. In most of the cases its C:\Windows.

2. Now open the new file in Resource Hacker.

3. Go to “View -> Find Text” (or press Ctrl + F). It’ll open Find box.

4. Now type following String in textbox:

HelpButton

5. Click on “Find Next” button and it’ll show the line containing this text. It will be line 4 in UIFILE -> 32 section.

<Button3d id=”atom(HelpButton)” accdefaction=”resstr(0x79AC, library(shell32.dll))” accdesc=”resstr(0x79AF, library(shell32.dll))” accessible=”true” accname=”resstr(0x79AE, library(shell32.dll))” accrole=”pushbutton” active=”mouseandkeyboard” layoutpos=”right” tooltip=”true”/>

6. You just need to replace “layoutpos=”right”” string present at the end of line with “layoutpos=”none”“.

<Button3d id=”atom(HelpButton)” accdefaction=”resstr(0x79AC, library(shell32.dll))” accdesc=”resstr(0x79AF, library(shell32.dll))” accessible=”true” accname=”resstr(0x79AE, library(shell32.dll))” accrole=”pushbutton” active=”mouseandkeyboard” layoutpos=”none” tooltip=”true”/>

Remove_Help_Button_Windows_7_Explorer_Command_Bar.png

7. When you have done, click on “Compile Script” button.

8. That’s it. After modifying the string, save the file.

9. Now we’ll need to replace original Shell32.dll file present in “C:\Windows\System32\” folder with our new Shell32.dll file which we saved at Desktop or some other location.

10 a. First take ownership of “C:\Windows\System32\Shell32.dll” file using following tutorial:

Add Take Ownership Option in File / Folder Context Menu in Windows Vista and 7

10 b. Now rename it to “shell32_backup.dll” or any other name.

10 c. Now copy your new modified “shell32.dll” file from Desktop to “System32” folder.

11. Restart your system and after restart Windows will start using your new modified file and you’ll get rid of “Get Help” button from Command Bar in Windows Explorer.

PS: You can follow the same steps to remove “View” and “Preview Pane” buttons from Command Bar. The code for both buttons is present in line 3 and line 5 of “UIFILE -> 32” section respectively.

NOTE: If you want to restore “Get Help” button in Command Bar, simply restore the default Shell32.dll file from its backup.

Published in: Windows 7

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.

  1. Yet another great tip and very detailed from AskVG =D Keep them coming my friend!

  2. Good to hear, what at least ‘u made it. )) I tried, it works; but only with “Get Help” button. If ‘u look at 5 line ‘u will see, what there’s no “layoutpos=”right””, so when ‘u adding it by ‘urself and changing to “none” – nothing changes. I tried to remove that line, but then there’s no “Change your view.” button too. So, I think what “Change your view” and “Preview Pane” are related… 😐

  3. I tried ti add this line in line 4: layoutpos=”none”

    But it didn’t hide Preview Pane icon, I also tried to remove the whole 4th line but then it hided all those 3 icons there, is there any solution? By default there’s no layoutpos=”none” at the 4th line.

  4. I found a way to disable Preview Pane icon in command bar, here’s how, open regedit and then go here:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

    1. Create a new DWORD (32 bit) and name it as: NoReadingPane
    2. Give it a new value: 1
    3. Preview Pane icon is gone

  5. I cannot find anyway to remove the ‘View’ button. Is there another location other than UIFILE 32?

  6. @Alan

    ‘U have to remove the whole “PreviewPane” line, but it also removes Preview Pane button. If ‘u try to change “layoutpos” to “none” – it won’t work.

  7. I removed it from windows explorer succesfully but he is still there in windows update window.

  8. Agree with Thermal, I would like to know that too; and btw, there are “Help” buttons in Open/Save dialogs, Unlike normal explorer windows, it looks like those dialogs uses different file than “shell32.dll”. ‘U can compare my customized (normal) explorer window with “Save/Open” window.It flouts my icons in “shell32.dll”, customized “Command Bar”, ignores modificated “explorerframe.dll”, also keeps “Help” button.

    img52.imageshack.us/img52/2363/21516824.png

    .P.S. some DLLs, whose ‘u can edit to disable a few more “Help” buttons:

    accessibilitycpl.dll
    ActionCenterCPL.dll
    DiagCpl.dll
    fvecpl.dll
    PerfCenterCPL.dll
    powercpl.dll
    sdcpl.dll
    SensorsCpl.dll
    systemcpl.dll
    taskbarcpl.dll
    themecpl.dll
    usercpl.dll

  9. Cool trick, but shell32.dll has been updated at least 6 times since Win7 came out in different updates/hotfixes so it is definitely one of those fixes you’d have to keep doing and as such I think I’m going to leave it as is. The latest version of shell32.dll at this moment in time is 6.1.7601.22231 and is installed by KB2796765.

    The reason I was looking into this was because of having made a lite Win7 build (vLite) which will botch Help. But I found that just removing helppane.exe and winhlp32.exe from the Windows directory pretty much does the job.

  10. Successfully removed “get help” & “preview pane” buttons, but how to remove “change you view” button from folder band?

  11. Hi VG,
    After having successfully removed the ribbon from windows 8.1 thanks to one of your tutorials, I now wondering if the tweaks mentionned in this tutorial can help removing “get help” and “preview pane” from command bar, I know this is a bit delayed, but I hope will get an answer from you or one of the fellow readers here at AskVG. Thanks a lot.

  12. ^^ You can look into the files. If you find the same code in Windows 8/8.1 files, the tutorial should work.

  13. Hi VG, Sorry for the late response, I already checked the files, but the code is different, it looks like some hex code instead of lines, anywayI think I should give it up.

  14. I’ve removed the Help button successfully, but how do I remove the View button? The PS: section of these instructions didn’t work for me.

  15. Hi VG,
    like Sage said, in Windows 10 it’s the same issue.
    the code looks like Hex in Resource Hacker.
    Any idea how to remove it?

    I find the Help button and Ribbon to be useless, and was very disappointed to see they’re not removable in W10.

    cheers

  16. in windows 10 its look like this

    please help us to get rid of this
    oi60.tinypic.com/2dv39xs.jpg

  17. Microsoft Word Help (F1)
    This is more a question than a comment. Just wondered if this approach can be used to remove Microsoft Word Help button in Word 2013 and how it might be achieved. Please provide a link to instructions.

    Many thanks in advance

  18. Hey is there any tutorials on how to do this in windows 10? I couldn’t find anything in the shell32.dll.mui file on removing the button. If anyone else has been able to do it could you please tell me how?

  19. ^^ I have not checked in Windows 10 but if the code doesn’t exist in shell32.dll.mui file, then it might be possible that it has been moved to some other DLL file.

  20. Yeah there isn’t even any UIFiles in shell32.dll.mui, do you have any ideas where it would be, or will a tutorial ever be made for this in windows 10?

  21. It was previously mentioned that editing the following files will also remove the help buttons located in these windows in the top right hand corner:

    accessibilitycpl.dll
    ActionCenterCPL.dll
    DiagCpl.dll
    fvecpl.dll
    PerfCenterCPL.dll
    powercpl.dll
    sdcpl.dll
    SensorsCpl.dll
    systemcpl.dll
    taskbarcpl.dll
    themecpl.dll
    usercpl.dll
    wucltux.dll

    What text needs to be edited to do so?

    There is no “HelpButton” outlined in these files like you mention in this article.

    Cheers.

  22. Hello

    1) Operating system: Microsoft Windows 7 Professional Service Pack 1 x64
    2) User Account Control: OFF

    Please help me , how Delete / Remove / Hide the line “Search again in” when searching for files.
    See screenshot:

    i.stack.imgur.com/4SDMX.png

    Thank You!

  23. I found the solution for Windows 10 users!

    Instead of “shell32.dll”, search for UIRibbon.dll and open it in ResourceHacker.

    Search for “HelpButton” and you should be brought to a line inside INTENT_FLEX_XSLT : 1033 with a bunch of vertical line separated items. One of them should be “Ribbon.HelpButton”.

    Simply remove “|Ribbon.HelpButton” including the leftover vertical line, then compile, save and replace the file the same way this guide suggests.

    Restart your computer, no more help button! c=

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.