doc/devdocs/processes/gpo.md
Group Policy Objects (GPOs) allow system administrators to control PowerToys settings across an organization. This document describes how GPOs are implemented in PowerToys.
GPO policies allow system administrators to control PowerToys settings. PowerToys ships GPO files as part of the release zip, not installed directly.
C:\Windows\PolicyDefinitions\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PowerToys or HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\PowerToyscommon\utils\GPO.hUpdate ADMX file:
Update ADML file:
Update code:
Add to bug report tool to capture policy state
disable automatic update download - Prevents automatic downloadingdisable new update toast - Controls if toast notifications are shownsuspend new update toast - Suspends toast notifications for 2 minor releasesTo test GPO settings locally:
regedit as administratorHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PowerToysFor user-scope policies, use HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\PowerToys instead.