en-US windows computer

Publishing Server 5 Settings

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

Windows 11 25H2

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

Path in the GPO console

Computer Configuration\Administrative Templates\System\App-V\Publishing

Description

Publishing Server Display Name: Displays the name of publishing server. Publishing Server URL: Displays the URL of publishing server. Global Publishing Refresh: Enables global publishing refresh (Boolean). Global Publishing Refresh On Logon: Triggers a global publishing refresh on logon (Boolean). Global Publishing Refresh Interval: Specifies the publishing refresh interval using the GlobalRefreshIntervalUnit. To disable package refresh, select 0. Global Publishing Refresh Interval Unit: Specifies the interval unit (Hour 0-23, Day 0-31). User Publishing Refresh: Enables user publishing refresh (Boolean). User Publishing Refresh On Logon: Triggers a user publishing refresh on logon (Boolean). User Publishing Refresh Interval: Specifies the publishing refresh interval using the UserRefreshIntervalUnit. To disable package refresh, select 0. User Publishing Refresh Interval Unit: Specifies the interval unit (Hour 0-23, Day 0-31).

Registry

HKLM SOFTWARE\Policies\Microsoft\AppV\Client\Publishing\Servers\5

More options available

Options

Publishing Server Display Name
Name text
Publishing Server URL
URL text
Global Publishing Refresh
GlobalEnabled enum
  • False -> 0 (default)
  • True -> 1
Global Publishing Refresh On Logon
GlobalLogonRefresh enum
  • False -> 0 (default)
  • True -> 1
Global Publishing Refresh Interval
GlobalPeriodicRefreshInterval decimal - range 0-31 - default: 0
Global Publishing Refresh Interval Unit
GlobalPeriodicRefreshIntervalUnit enum
  • Hour -> 0
  • Day -> 1 (default)
User Publishing Refresh
UserEnabled enum
  • False -> 0
  • True -> 1 (default)
User Publishing Refresh On Logon
UserLogonRefresh enum
  • False -> 0
  • True -> 1 (default)
User Publishing Refresh Interval
UserPeriodicRefreshInterval decimal - range 0-31 - default: 1
User Publishing Refresh Interval Unit
UserPeriodicRefreshIntervalUnit enum
  • Hour -> 0
  • Day -> 1 (default)

MDM / Intune (CSP)

./Device/Vendor/MSFT/Policy/Config/AppVirtualization/PublishingAllowServer5
Device Since Windows 10, version 1703 [10.0.15063] and later Official mapping (Microsoft Learn)

Microsoft Learn documentation Mapping data: Microsoft Learn (CC BY 4.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: Publishing Server 5 Settings
; State: Enabled
; Supported on: At least Windows Server 2008 R2 or Windows 7

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\AppV\Client\Publishing\Servers\5]
"Name"=""
"URL"=""
"GlobalEnabled"=dword:00000000
"GlobalLogonRefresh"=dword:00000000
"GlobalPeriodicRefreshInterval"=dword:00000000
"GlobalPeriodicRefreshIntervalUnit"=dword:00000001
"UserEnabled"=dword:00000001
"UserLogonRefresh"=dword:00000001
"UserPeriodicRefreshInterval"=dword:00000001
"UserPeriodicRefreshIntervalUnit"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Publishing Server 5 Settings
# State: Enabled
# Supported on: At least Windows Server 2008 R2 or Windows 7

$path = 'HKLM:\SOFTWARE\Policies\Microsoft\AppV\Client\Publishing\Servers\5'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'Name' -Value '' -Type String
Set-ItemProperty -Path $path -Name 'URL' -Value '' -Type String
Set-ItemProperty -Path $path -Name 'GlobalEnabled' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'GlobalLogonRefresh' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'GlobalPeriodicRefreshInterval' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'GlobalPeriodicRefreshIntervalUnit' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'UserEnabled' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'UserLogonRefresh' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'UserPeriodicRefreshInterval' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'UserPeriodicRefreshIntervalUnit' -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