en-US windows computer

Turn off Windows Update device driver search prompt

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

Windows 11 25H2

Supported on: Windows Server 2008, Windows Server 2003, Windows Vista, and Windows XP SP2

Path in the GPO console

Computer Configuration\Administrative Templates\System\Driver Installation

Description

Specifies whether the administrator will be prompted about going to Windows Update to search for device drivers using the Internet. Note: This setting only has effect if "Turn off Windows Update device driver searching" in "Administrative Templates/System/Internet Communication Management/Internet Communication settings" is disabled or not configured. If you enable this setting, administrators will not be prompted to search Windows Update. If you disable or do not configure this setting, and "Turn off Windows Update device driver searching" is disabled or not configured, the administrator will be prompted for consent before going to Windows Update to search for device drivers.

Registry

HKLM Software\Policies\Microsoft\Windows\DriverSearching

Value name: DontPromptForWindowsUpdate

Enabled: DontPromptForWindowsUpdate = 1

Disabled: DontPromptForWindowsUpdate = 0

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: Turn off Windows Update device driver search prompt
; State: Enabled
; Supported on: Windows Server 2008, Windows Server 2003, Windows Vista, and Windows XP SP2

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DriverSearching]
"DontPromptForWindowsUpdate"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Turn off Windows Update device driver search prompt
# State: Enabled
# Supported on: Windows Server 2008, Windows Server 2003, Windows Vista, and Windows XP SP2

$path = 'HKLM:\Software\Policies\Microsoft\Windows\DriverSearching'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'DontPromptForWindowsUpdate' -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