From a0247cf97b7bc3276222c26c58778c9954e1a41e Mon Sep 17 00:00:00 2001 From: Heiko <61519853+htcfreek@users.noreply.github.com> Date: Sun, 22 Sep 2024 19:41:35 +0200 Subject: [PATCH 1/2] Update grouppolicy.md --- hub/powertoys/grouppolicy.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/hub/powertoys/grouppolicy.md b/hub/powertoys/grouppolicy.md index cd1ec105e0..13c5411474 100644 --- a/hub/powertoys/grouppolicy.md +++ b/hub/powertoys/grouppolicy.md @@ -639,6 +639,41 @@ If you disable or don't configure this policy, no predefined rules are applied. > Syntax for the :::no-loc text="value"::: property from the :::no-loc text="data"::: element: > ` ` +### New+ + +#### Hide template filename extension + +Supported on PowerToys 0.85.0 or later. + +This policy configures, if the template filenames are shown with extension or not. + +If you enable this policy, the setting is enabled and the extension is hidden. + +If you disable this policy, the setting is disabled and the extension is shown. + +If you don't configure this policy, the user takes control over the setting and can enable or disable it. + +##### Group Policy (ADMX) information + +- GP unique name: NewPlusHideTemplateFilenameExtension +- GP name: Hide template filename extension +- GP path: Administrative Templates/Microsoft PowerToys/New+ +- GP scope: Computer and user +- ADMX file name: _PowerToys.admx_ + +##### Registry information + +- Path: Software\Policies\PowerToys +- Name: NewPlusHideTemplateFilenameExtension +- Type: DWORD +- Example value: `0x00000000` + +##### Intune information + +- OMA-URI: `./Device/Vendor/MSFT/Policy/Config/PowerToys~Policy~PowerToys~NewPlus/NewPlusHideTemplateFilenameExtension` +- Example value: `` + + ### PowerToys Run #### Configure enabled state for all plugins From ad515ad15e711640789ea35dbe7f113bcdb5eb23 Mon Sep 17 00:00:00 2001 From: Heiko <61519853+htcfreek@users.noreply.github.com> Date: Sun, 22 Sep 2024 19:57:21 +0200 Subject: [PATCH 2/2] small fixes --- hub/powertoys/grouppolicy.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hub/powertoys/grouppolicy.md b/hub/powertoys/grouppolicy.md index 13c5411474..ea96d749e8 100644 --- a/hub/powertoys/grouppolicy.md +++ b/hub/powertoys/grouppolicy.md @@ -645,7 +645,7 @@ If you disable or don't configure this policy, no predefined rules are applied. Supported on PowerToys 0.85.0 or later. -This policy configures, if the template filenames are shown with extension or not. +This policy configures if the template filenames are shown with extension or not. If you enable this policy, the setting is enabled and the extension is hidden. @@ -673,7 +673,6 @@ If you don't configure this policy, the user takes control over the setting and - OMA-URI: `./Device/Vendor/MSFT/Policy/Config/PowerToys~Policy~PowerToys~NewPlus/NewPlusHideTemplateFilenameExtension` - Example value: `` - ### PowerToys Run #### Configure enabled state for all plugins