microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
106.91k stars 6.31k forks source link

Powertoys ADMX Download #29635

Open MikeGuiz opened 8 months ago

MikeGuiz commented 8 months ago

Provide a description of requested docs changes

I am unable to find where to download the ADMX files for Powertoys. I see them referenced here https://learn.microsoft.com/en-us/windows/powertoys/grouppolicy#how-to-install

htcfreek commented 8 months ago

@MikeGuiz https://github.com/Microsoft/PowerToys/releases/latest und the assets list. The asset is named "Group Policy Object Files ...".

@crutkas For future releases we should fix the name of the zip file to "Administrative Templates for PowerToys v0.xx.x".

htcfreek commented 8 months ago

@crutkas For future releases we should fix the name of the zip file to "Administrative Templates for PowerToys v0.xx.x".

cc: @jaimecbernardo

crutkas commented 8 months ago

Need to tweak https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml last bit

htcfreek commented 8 months ago

Need to tweak https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml last bit

@crutkas But where to find the file name mask? 🤔 It isn't there. (Can tweak this in sync with the docs update/rework in #29192.)

crutkas commented 8 months ago

Rename designation folder appropriately would be the easy first step

htcfreek commented 8 months ago

Rename designation folder appropriately would be the easy first step

@crutkas What we can do is renaming /src/gpo/assets to /src/PolicyDefinitions. This is the same naming as in Windows (C:\Windows\PolicyDefinitions).

htcfreek commented 8 months ago

Need to tweak https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml last bit

@crutkas I am wondering about two things:

  1. Where are the names of the output folder and release assets defined?
  2. Why does the file ends with three dots?
jaimecbernardo commented 8 months ago

Need to tweak https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml last bit

@crutkas I am wondering about two things:

  1. Where are the names of the output folder and release assets defined?
  2. Why does the file ends with three dots?

I think with the latest update to CI draft, these are no longer being assigned as assets in the way that they receive a name. At least I had to manually do those renames this latest release.

htcfreek commented 7 months ago

@crutkas I have added detailed download instructions to the docs page. Should we keep this issue open for maybe rename the zip file in the future (or automate generation)? If yes let's update the labels.