en-US windows computer user

Use Windows Hello for Business

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

Windows 11 25H2

Supported on: At least Windows 10

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Windows Hello for Business

Description

Windows Hello for Business is an alternative method for signing into Windows using your Active Directory or Azure Active Directory account that can replace passwords, Smart Cards, and Virtual Smart Cards. If you enable this policy, the device provisions Windows Hello for Business using keys or certificates for all users. If you disable this policy setting, the device does not provision Windows Hello for Business for any user. If you do not configure this policy setting, users can provision Windows Hello for Business as a convenience credential that encrypts their domain password. Select "Do not start Windows Hello provisioning after sign-in" when you use a third-party solution to provision Windows Hello for Business. If you select "Do not start Windows Hello provisioning after sign-in", Windows Hello for Business does not automatically start provisioning after the user has signed in. If you do not select "Do not start Windows Hello provisioning after sign-in", Windows Hello for Business automatically starts provisioning after the user has signed in.

Registry

HKLM SOFTWARE\Policies\Microsoft\PassportForWork
HKCU SOFTWARE\Policies\Microsoft\PassportForWork

Value name: Enabled

Enabled: Enabled = 1

Disabled: Enabled = 0

More options available

Options

Do not start Windows Hello provisioning after sign-in
DisablePostLogonProvisioning boolean - default: 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.

Scope

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Use Windows Hello for Business
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: At least Windows 10

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PassportForWork]
"Enabled"=dword:00000001
"DisablePostLogonProvisioning"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Use Windows Hello for Business
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: At least Windows 10

$path = 'HKLM:\SOFTWARE\Policies\Microsoft\PassportForWork'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'Enabled' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'DisablePostLogonProvisioning' -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