From 5ecb97b4e0f594fe60912e4ee9016aec0a9fb836 Mon Sep 17 00:00:00 2001 From: Heiko <61519853+htcfreek@users.noreply.github.com> Date: Tue, 27 Jan 2026 04:24:02 +0100 Subject: [PATCH] [Enterprise; Policy] Add policy for CursorWrap to ADMX (#45028) ## Summary of the Pull Request Added missing policy definition. ## PR Checklist - [x] Closes: #44897 - [x] **Communication:** I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected - [ ] **Tests:** Added/updated and all pass - [x] **Localization:** All end-user-facing strings can be localized - [ ] **Dev docs:** Added/updated - [ ] **New binaries:** Added on the required places - [ ] [JSON for signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json) for new binaries - [ ] [WXS for installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs) for new binaries and localization folder - [ ] [YML for CI pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml) for new test projects - [ ] [YML for signed pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml) - [x] **Documentation updated:** See PR for issue #44484 ## Detailed Description of the Pull Request / Additional comments ## Validation Steps Performed --- src/gpo/assets/PowerToys.admx | 15 +++++++++++++-- src/gpo/assets/en-US/PowerToys.adml | 4 +++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/gpo/assets/PowerToys.admx b/src/gpo/assets/PowerToys.admx index 4b77a6783f..eb8eb92b93 100644 --- a/src/gpo/assets/PowerToys.admx +++ b/src/gpo/assets/PowerToys.admx @@ -1,11 +1,11 @@ - + - + @@ -27,6 +27,7 @@ + @@ -338,6 +339,16 @@ + + + + + + + + + + diff --git a/src/gpo/assets/en-US/PowerToys.adml b/src/gpo/assets/en-US/PowerToys.adml index 1bfa55866d..fe0611022a 100644 --- a/src/gpo/assets/en-US/PowerToys.adml +++ b/src/gpo/assets/en-US/PowerToys.adml @@ -1,7 +1,7 @@ - + PowerToys PowerToys @@ -34,6 +34,7 @@ PowerToys version 0.89.0 or later PowerToys version 0.90.0 or later PowerToys version 0.96.0 or later + PowerToys version 0.97.0 or later From PowerToys version 0.64.0 until PowerToys version 0.87.1 This policy configures the enabled state for all PowerToys utilities. @@ -266,6 +267,7 @@ If you don't configure this policy, the user will be able to control the setting Keyboard Manager: Configure enabled state Find My Mouse: Configure enabled state Mouse Highlighter: Configure enabled state + CursorWrap: Configure enabled state Mouse Jump: Configure enabled state Mouse Pointer Crosshairs: Configure enabled state Mouse Without Borders: Configure enabled state