Skip to content

Commit

Permalink
[GPO] Fix the admx file by removing obsolete dependency(#21813)
Browse files Browse the repository at this point in the history
* fix admx file

* add version info file

* Add PowerToys version in admx instead
  • Loading branch information
htcfreek authored and jaimecbernardo committed Nov 7, 2022
1 parent 0bb1a95 commit d1794e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/gpo/assets/PowerToys.admx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
<policyNamespaces>
<target prefix="powertoys" namespace="Microsoft.Policies.PowerToys" />
<using prefix="windows" namespace="Microsoft.Policies.Windows" />
</policyNamespaces>
<resources minRequiredRevision="1.0"/>
<resources minRequiredRevision="1.0"/><!-- PowerToys v0.64.0 -->
<supportedOn>
<definitions>
<definition name="SUPPORTED_POWERTOYS_0_64_0" displayName="$(string.SUPPORTED_POWERTOYS_0_64_0)"/>
Expand Down

0 comments on commit d1794e2

Please sign in to comment.