en-US windows user

Configure Toolbar Buttons

Verified with Windows 11 25H2 — updated on July 23, 2026

Windows 11 25H2

Supported on: Only Internet Explorer 5.0 and Internet Explorer 6.0

Path in the GPO console

User Configuration\Administrative Templates\Windows Components\Internet Explorer\Toolbars

Description

Specifies which buttons will be displayed on the standard toolbar in Microsoft Internet Explorer. If you enable this policy, you can specify whether or not each button will be displayed by selecting or clearing the check boxes for each button. If you disable this policy or do not configure it, the standard toolbar will be displayed with its default settings, unless users customize it.

Registry

HKCU Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Value name: SpecifyDefaultButtons

More options available

Options

Show Back button
Btn_Back boolean
Show Forward button
Btn_Forward boolean
Show Stop button
Btn_Stop boolean
Show Refresh button
Btn_Refresh boolean
Show Home button
Btn_Home boolean
Show Search button
Btn_Search boolean
Show Favorites button
Btn_Favorites boolean
Show History button
Btn_History boolean
Show Folders button
Btn_Folders boolean
Show Fullscreen button
Btn_Fullscreen boolean
Show Tools button
Btn_Tools boolean
Show Mail button
Btn_MailNews boolean
Show Font size button
Btn_Size boolean
Show Print button
Btn_Print boolean
Show Edit button
Btn_Edit boolean
Show Discussions button
Btn_Discussions boolean
Show Cut button
Btn_Cut boolean
Show Copy button
Btn_Copy boolean
Show Paste button
Btn_Paste boolean
Show Encoding button
Btn_Encoding boolean

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Configure Toolbar Buttons
; State: Enabled
; Supported on: Only Internet Explorer 5.0 and Internet Explorer 6.0

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"SpecifyDefaultButtons"=dword:00000001
"Btn_Back"=dword:00000000
"Btn_Forward"=dword:00000000
"Btn_Stop"=dword:00000000
"Btn_Refresh"=dword:00000000
"Btn_Home"=dword:00000000
"Btn_Search"=dword:00000000
"Btn_Favorites"=dword:00000000
"Btn_History"=dword:00000000
"Btn_Folders"=dword:00000000
"Btn_Fullscreen"=dword:00000000
"Btn_Tools"=dword:00000000
"Btn_MailNews"=dword:00000000
"Btn_Size"=dword:00000000
"Btn_Print"=dword:00000000
"Btn_Edit"=dword:00000000
"Btn_Discussions"=dword:00000000
"Btn_Cut"=dword:00000000
"Btn_Copy"=dword:00000000
"Btn_Paste"=dword:00000000
"Btn_Encoding"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Configure Toolbar Buttons
# State: Enabled
# Supported on: Only Internet Explorer 5.0 and Internet Explorer 6.0
# Warning: In SYSTEM context (the Intune default), HKCU targets the SYSTEM profile. Run this script using the logged-on credentials.

$path = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'SpecifyDefaultButtons' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Back' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Forward' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Stop' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Refresh' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Home' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Search' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Favorites' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_History' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Folders' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Fullscreen' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Tools' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_MailNews' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Size' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Print' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Edit' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Discussions' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Cut' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Copy' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Paste' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Encoding' -Value 0 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview