GCPW Add work account tile not showing on Windows 11 after deployment via HexnodeSolved

Participant
Discussion
10 hours ago Jul 27, 2026

I’m testing Google Credential Provider for Windows (GCPW) on a clean Windows 11 Pro 25H2 device and deploying it through Hexnode.

What I’ve done so far:

– Enrolled the Windows device successfully

– Installed GCPW using a Hexnode custom script

– Confirmed GCPW appears under installed apps

– Confirmed domains_allowed_to_login is set

– Confirmed the Google Credential Provider is registered under HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers

– Tried setting show_credential_provider to 1

– Confirmed credential providers are not being filtered by policy

– Reinstalled GCPW manually as a logged-in user

– Rebooted multiple times

The issue is that the Windows login screen still only shows the local account. The expected Add work account tile for GCPW does not appear.

Is there an additional Windows 11 setting or registry key required to make the GCPW tile show up? Also, is installing GCPW as SYSTEM through Hexnode a problem?

Replies (1)

Marked SolutionPending Review
Hexnode Expert
38 minutes ago Jul 27, 2026
Marked SolutionPending Review

GCPW is designed to support installation in the SYSTEM context, so deploying it through Hexnode is not usually the reason the tile is hidden.

On recent Windows 11 builds, the issue is often caused by Windows passwordless security defaults. When Windows is configured to prefer passwordless sign-in, external credential providers such as GCPW may be hidden from the login screen.

Set the following registry value on the device:

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device

Create or update this value:

– Name: DevicePasswordLessBuildVersion

– Type: DWORD

– Value: 0

A value of 2 can enforce Windows Hello/passwordless behavior and prevent external credential providers from appearing. Setting it to 0 allows traditional and third-party credential providers such as GCPW to show on the Windows sign-in screen.

For a reliable deployment flow through Hexnode, use this sequence:

1. Deploy Google Chrome first as an enterprise MSI app through Hexnode.

2. Download the tokenized GCPW MSI from Google Admin Console and deploy that package through Hexnode.

3. Apply the required GCPW registry settings, including domains_allowed_to_login and DevicePasswordLessBuildVersion=0, using a Hexnode custom script.

4. Reboot the device.

After the reboot, the **Add work account** tile should appear on the Windows 11 login screen.

Regards,
Mary Romero

Save