en-US office computer

Upgrade Office 2019 to Microsoft 365 Apps for enterprise

Verified with Microsoft 365/Office 5568.1000 — updated on September 4, 2026

Microsoft 365/Office 5568.1000

Supported on: At least Windows Server 2008 R2 or Windows 7

Path in the GPO console

Computer Configuration\Administrative Templates\Microsoft Office 2016 (Machine)\Updates

Description

This policy setting allows you to upgrade volume licensed versions of Office Professional Plus 2019 to Microsoft 365 Apps for enterprise. Note: For the user to be able to use Microsoft 365 Apps for enterprise, you must have purchased an Office 365 or Microsoft 365 plan that includes Microsoft 365 Apps for enterprise, and you must have assigned the user a license to use Microsoft 365 Apps for enterprise. If you enable this policy setting, the installed volume licensed version of Office 2019 on the user's computer will be upgraded to Microsoft 365 Apps for enterprise. We also recommend that you use Group Policy to specify an update path and an update channel for Microsoft 365 Apps for enterprise. Note: If there are volume licensed versions of Visio and Project on the user's computer, those won't be upgraded to subscription versions of Visio and Project. If you disable or don't configure this policy setting, Office 2019 isn't automatically upgraded to Microsoft 365 Apps for enterprise. But, you can initiate the upgrade by using some other method, such as by using the Office Deployment Tool.

Registry

HKLM software\policies\microsoft\office\16.0\common\officeupdate

Value name: vltosubscription

Enabled: vltosubscription = 1

Disabled: vltosubscription = 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: Upgrade Office 2019 to Microsoft 365 Apps for enterprise
; State: Enabled
; Supported on: At least Windows Server 2008 R2 or Windows 7

[HKEY_LOCAL_MACHINE\software\policies\microsoft\office\16.0\common\officeupdate]
"vltosubscription"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Upgrade Office 2019 to Microsoft 365 Apps for enterprise
# State: Enabled
# Supported on: At least Windows Server 2008 R2 or Windows 7

$path = 'HKLM:\software\policies\microsoft\office\16.0\common\officeupdate'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'vltosubscription' -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