How to Add or Remove Back Button in Common Dialog Box in Windows


The common open file dialog box is the window that opens when you click/tap on File (menu bar) in a program (ex: Registry Editor), and click/tap on Open, Save as, Import, or Export.

The older Windows XP style common open file dialog box has a Back button to the right of the address bar that can be used to go to the last folder visited.

This tutorial will show you how to add or remove the Back button in the common open file dialog box for all or specific users in Windows 7, Windows 8, and Windows 10.

You must be signed in as an administrator to add or remove the Back button in the common open file dialog box.


 CONTENTS:

  • Option One: Add or Remove Back Button in Common Dialog Box for All or Specific Users in Local Group Policy Editor
  • Option Two: Add or Remove Back Button in Common Dialog Box for All Users using a REG file


EXAMPLE: Back button in common open file dialog box
Add or Remove Back Button in Common Dialog Box in Windows-common_dialog_back_button.png






OPTION ONE

Add or Remove Back Button in Common Dialog Box for All or Specific Users in Local Group Policy Editor


The Local Group Policy Editor is only available in the Windows 10 Pro, Enterprise, and Education editions.

All editions can use Option Two below.

1. Open the all users, specific users or groups, or all users except administrators Local Group Policy Editor for how you want this policy applied.

2. In the left pane of the Local Group Policy Editor, click/tap on to expand User Configuration, Administrative Templates, Windows Components, File Explorer, and Common Open File Dialog. (see screenshot below)

Add or Remove Back Button in Common Dialog Box in Windows-common_dialog_back_button_gpedit-1.png

3. In the right pane of Common Open File Dialog, double click/tap on the Hide the common dialog back button policy to edit it. (see screenshot above)

4. Do step 5 (add) or step 6 (remove) below for what you would like to do.


 5. To Add Back Button to Common Dialog Box

A) Select (dot) either Not Configured or Disabled, click/tap on OK, and go to step 7 below. (see screenshot below)

Not Configured is the default setting.


 6. To Remove Back Button from Common Dialog Box

A) Select (dot) Enabled, click/tap on OK, and go to step 7 below. (see screenshot below)

Add or Remove Back Button in Common Dialog Box in Windows-common_dialog_back_button_gpedit-2.png

7. You can now close the Local Group Policy Editor if you like.






OPTION TWO

Add or Remove Back Button in Common Dialog Box for All Users using a REG file


The downloadable .reg files below will add and modify the DWORD value in the registry keys below.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Comdlg32

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Comdlg32

NoBackButton DWORD

(delete) = Add
1 = Remove



1. Do step 2 (add) or step 3 (remove) below for what you would like to do.


 2. To Add Back Button to Common Dialog Box for All Users

This is the default setting.

A) Click/tap on the Download button below to download the file below, and go to step 4 below.

Add_common_dialog_box_back_button_for_all_users.reg

Download


 3. To Remove Back Button from Common Dialog Box for All Users

A) Click/tap on the Download button below to download the file below, and go to step 4 below.

Remove_common_dialog_box_back_button_for_all_users.reg

Download

4. Save the .reg file to your desktop.

5. Double click/tap on the downloaded .reg file to merge it.

6. When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7. You can now delete the downloaded .reg file if you like.


That's it,
Shawn