en-US office computer

Use shared computer activation

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)\Licensing Settings

Description

This policy setting controls whether shared computer activation is used to activate the version of Office installed on the computer. By default, shared computer activation isn’t used for activation. Shared computer activation is used only for situations where multiple users share the same computer. For example, when using Remote Desktop Services (RDS). If you enable this policy setting, shared computer activation will be used to activate the version of Office installed on the computer. If you do not configure this policy setting, shared computer activation will not be used to activate the version of Office installed on the computer unless you have enabled shared computer activation by using the Office Deployment Tool. If you disable this policy setting, shared computer activation will not be used even if set using the Office Deployment Tool. Note: This policy setting only applies to subscription plans that include Microsoft 365 Apps for enterprise, and to subscription versions of Project and Visio.

Registry

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

Value name: sharedcomputerlicensing

Enabled: sharedcomputerlicensing = 1

Disabled: sharedcomputerlicensing = 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: Use shared computer activation
; State: Enabled
; Supported on: At least Windows Server 2008 R2 or Windows 7

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

PowerShell

# Exported from gporais.com
# Policy: Use shared computer activation
# State: Enabled
# Supported on: At least Windows Server 2008 R2 or Windows 7

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