Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PowerToys] Update policy docs for 0.83.0 release (Changes from ADMX/ADML refactoring.) #5045

Merged
merged 3 commits into from
Jul 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions hub/powertoys/grouppolicy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: PowerToys Group Policy
description: Group policy documentation for PowerToys
ms.date: 01/28/2024
ms.date: 06/27/2024
ms.topic: article
no-loc: [PowerToys, Windows, Group Policy, Win]
---
Expand Down Expand Up @@ -56,7 +56,7 @@ The individual enabled state policies for the utilities will override this polic

#### Group Policy (ADMX) information

- GP unique name: ConfigureGlobalUtilityEnabledState
- GP unique name: ConfigureAllUtilityGlobalEnabledState
- GP name: Configure global utility enabled state
- GP path: Administrative Templates/Microsoft PowerToys
- GP scope: Computer and user
Expand All @@ -71,7 +71,7 @@ The individual enabled state policies for the utilities will override this polic

#### Intune information

- OMA-URI: `./Device/Vendor/MSFT/Policy/Config/PowerToys~Policy~PowerToys/ConfigureGlobalUtilityEnabledState`
- OMA-URI: `./Device/Vendor/MSFT/Policy/Config/PowerToys~Policy~PowerToys/ConfigureAllUtilityGlobalEnabledState`
- Example value: `<disabled/>`

### Configure enabled state for individual utilities
Expand Down Expand Up @@ -155,7 +155,9 @@ These policies have a higher priority than, and will override, the policy "Confi

- Example value: `<disabled/>`

### Allow experimentation
### General settings

#### Allow experimentation

Supported on PowerToys 0.68.0 or later.

Expand All @@ -164,24 +166,24 @@ This policy configures whether PowerToys experimentation is allowed. With experi
- If this setting is enabled or not configured, the user can control experimentation in the PowerToys settings menu.
- If this setting is disabled, experimentation is not allowed.

#### Group Policy (ADMX) information
##### Group Policy (ADMX) information

- GP unique name: AllowExperimentation
- GP name: Allow experimentation
- GP path: Administrative Templates/Microsoft PowerToys
- GP path: Administrative Templates/Microsoft PowerToys/General settings
- GP scope: Computer and user
- ADMX file name: _PowerToys.admx_

#### Registry information
##### Registry information

- Path: Software\Policies\PowerToys
- Name: AllowExperimentation
- Type: DWORD
- Example value: `0x00000000`

#### Intune information
##### Intune information

- OMA-URI: `./Device/Vendor/MSFT/Policy/Config/PowerToys~Policy~PowerToys/AllowExperimentation`
- OMA-URI: `./Device/Vendor/MSFT/Policy/Config/PowerToys~Policy~PowerToys~GeneralSettings/AllowExperimentation`
- Example value: `<disabled/>`

### Installer and Updates
Expand Down Expand Up @@ -343,7 +345,7 @@ This policy allows you to configure if the window with the release notes is show

Supported on PowerToys 0.81.1 or later.

This policy configures the enabled disable state for using Advanced Paste online AI models.
This policy allows you to disable Advanced Paste online AI models.

If you enable or don't configure this policy, the user takes control over the enabled state of the Enable paste with AI Advanced Paste setting.

Expand All @@ -355,7 +357,7 @@ If you disable this policy, the user won't be able to enable Enable paste with A
##### Group Policy (ADMX) information

- GP unique name: AllowPowerToysAdvancedPasteOnlineAIModels
- GP name: Advanced Paste: Allow using online AI models
- GP name: Allow using online AI models
- GP path: Administrative Templates/Microsoft PowerToys/Advanced Paste
- GP scope: Computer and user
- ADMX file name: _PowerToys.admx_
Expand Down