en-US office computer

Specify the location to save the licensing token used by 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 allows you to specify the file folder to save the licensing token used by shared computer activation. Shared computer activation is used only for situations where multiple users share the same computer. For example, when using Remote Desktop Services (RDS). By default, the licensing token used by shared computer activation is saved in the %localappdata%\Microsoft\Office\16.0\Licensing folder. But, this location isn’t included in the user’s roaming profile, so the licensing token won’t be available if the user signs in to a different computer. If you enable this policy setting, you need to specify a location to store the licensing token used by shared computer activation. You should specify a folder that is specific to the user and that will be available to the user from whatever computer on the network that the user signs in to. For example, a folder that’s included in the user’s roaming profile, or a shared folder on the network, where there is a folder for each user. If you disable or don’t configure this policy setting, Office uses the default folder to save the licensing token used by shared computer activation. 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: sclcacheoverride

Enabled: sclcacheoverride = 1

Disabled: sclcacheoverride = 0

More options available

Options

Folder location:
sclcacheoverridedirectory text

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: Specify the location to save the licensing token used by 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]
"sclcacheoverride"="1"
"sclcacheoverridedirectory"=""
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Specify the location to save the licensing token used by 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 'sclcacheoverride' -Value '1' -Type String
Set-ItemProperty -Path $path -Name 'sclcacheoverridedirectory' -Value '' -Type String

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