en-US windows user

Search: Disable Find Files via F3 within the browser

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

Description

Disables using the F3 key to search in Internet Explorer and File Explorer. If you enable this policy, the search functionality of the F3 key is disabled. Users cannot press F3 to search the Internet (from Internet Explorer) or to search the hard disk (from File Explorer). If the user presses F3, a prompt appears that informs the user that this feature has been disabled. If you disable this policy or do not configure it, users can press F3 to search the Internet (from Internet Explorer) or the hard disk (from File Explorer). This policy is intended for situations in which administrators do not want users to explore the Internet or the hard disk. This policy can be used in coordination with the "File Menu: Disable Open menu option" policy (located in \User Configuration\Administrative Templates\Windows Components\Internet Explorer\Browser Menus), which prevents users from opening files by using the browser.

Registry

HKCU Software\Policies\Microsoft\Internet Explorer\Restrictions

Value name: NoFindFiles

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: Search: Disable Find Files via F3 within the browser
; State: Enabled
; Supported on: Only Internet Explorer 5.0 and Internet Explorer 6.0

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]
"NoFindFiles"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Search: Disable Find Files via F3 within the browser
# 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\Policies\Microsoft\Internet Explorer\Restrictions'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'NoFindFiles' -Value 1 -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