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 > Policy docs: Remove part for "Auto update" policy #4831

Merged
merged 3 commits into from
Jan 22, 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
33 changes: 1 addition & 32 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: 11/12/2023
ms.date: 01/20/2024
ms.topic: article
no-loc: [PowerToys, Windows, Group Policy, Win]
---
Expand Down Expand Up @@ -279,37 +279,6 @@ This policy configures whether the action center notification for new updates is
- OMA-URI: `./Device/Vendor/MSFT/Policy/Config/PowerToys~Policy~PowerToys~InstallerUpdates/SuspendNewUpdateToast`
- Example value: `<enabled/>`

<!-- This policy is implemented for later usage (PT v1.0 and later) and therefore inactive. (To make it working please update `src/runner/UpdateUtils.cpp`)
#### Disable automatic update checks

> Supported on PowerToys 0.68.0 or later.

This policy allows you to disable automatic update checks running in the background. (The manual check in PT Settings is not affected by this policy.)

- If enabled, the automatic update checks are disabled.
- If disabled or not configured, the automatic update checks are enabled.

##### Group Policy (ADMX) information

- GP unique name: DisablePeriodicUpdateCheck
- GP name: Disable automatic update checks
- GP path: Administrative Templates/Microsoft PowerToys/Installer and Updates
- GP scope: Computer and user
- ADMX file name: PowerToys.admx

##### Registry information

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

##### Intune information

- OMA-URI: `./Device/Vendor/MSFT/Policy/Config/PowerToys~Policy~PowerToys~InstallerUpdates/DisablePeriodicUpdateCheck`
- Example value: `<enabled/>`
-->

### PowerToys Run

#### Configure enabled state for all plugins
Expand Down