en-US windows-server computer

Turn off Fair Share CPU Scheduling

Verified with Windows Server 2025 — updated on July 10, 2026

Windows Server 2025

Supported on: At least Windows Server 2008 R2

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Connections

Description

Fair Share CPU Scheduling dynamically distributes processor time across all Remote Desktop Services sessions on the same RD Session Host server, based on the number of sessions and the demand for processor time within each session. If you enable this policy setting, Fair Share CPU Scheduling is turned off. If you disable or do not configure this policy setting, Fair Share CPU Scheduling is turned on.

Registry

HKLM SOFTWARE\Policies\Microsoft\Windows\Session Manager\Quota System

Value name: EnableCpuQuota

Enabled: EnableCpuQuota = 0

Disabled: EnableCpuQuota = 1

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: Turn off Fair Share CPU Scheduling
; State: Enabled
; Supported on: At least Windows Server 2008 R2

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Session Manager\Quota System]
"EnableCpuQuota"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Turn off Fair Share CPU Scheduling
# State: Enabled
# Supported on: At least Windows Server 2008 R2

$path = 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\Session Manager\Quota System'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'EnableCpuQuota' -Value 0 -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