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] New+: Filename extension policy #5139

Open
wants to merge 2 commits into
base: docs
Choose a base branch
from
Open
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
34 changes: 34 additions & 0 deletions hub/powertoys/grouppolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,40 @@ 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:
> `<Hostname> <IP Address>&#xF000;<Hostname 2> <IP Address 2>&#xF000;<Hostname 3> <IP Address 3>`

### 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: `<disabled/>`

### PowerToys Run

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