en-US windows computer

Toggle user control over Insider builds

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

Windows 11 25H2

Supported on: Windows Server 2016, Windows 10 up to Version 1703

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Data Collection and Preview Builds

Description

This policy setting determines whether users can get preview builds of Windows, by configuring controls in Settings > Update and security > Windows Insider Program. If you enable or do not configure this policy setting, users can download and install preview builds of Windows by configuring Windows Insider Program settings. If you disable this policy setting, Windows Insider Program settings will be unavailable to users through the Settings app. This policy is only supported up to Windows 10, Version 1703. Please use 'Manage preview builds' under 'Windows Update for Business' for newer Windows 10 versions.

Registry

HKLM Software\Policies\Microsoft\Windows\PreviewBuilds

Value name: AllowBuildPreview

Enabled: AllowBuildPreview = 1

Disabled: AllowBuildPreview = 0

MDM / Intune (CSP)

./Device/Vendor/MSFT/Policy/Config/System/AllowBuildPreview
Device Since Windows 10, version 1507 [10.0.10240] and later Official mapping (Microsoft Learn)

Microsoft Learn documentation Mapping data: Microsoft Learn (CC BY 4.0)

CSP values
  • 0 - Not allowed. The item "Get Insider builds" is unavailable, users are unable to make their devices available for preview software.
  • 1 - Allowed. Users can make their devices available for downloading and installing preview software.
  • 2 (Default) - Not configured. Users can make their devices available for downloading and installing preview software.

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: Toggle user control over Insider builds
; State: Enabled
; Supported on: Windows Server 2016, Windows 10 up to Version 1703

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

PowerShell

# Exported from gporais.com
# Policy: Toggle user control over Insider builds
# State: Enabled
# Supported on: Windows Server 2016, Windows 10 up to Version 1703

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