Skip to content

Commit d1c148e

Browse files
committed
WAU Only supports English adml
1 parent 463902e commit d1c148e

File tree

3 files changed

+4
-272
lines changed

3 files changed

+4
-272
lines changed

Sources/Policies/ADMX/WAU.admx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="4.9" xsi:schemaLocation=""
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="4.9"
44
schemaVersion="1.0" xmlns="http://www.microsoft.com/GroupPolicy/PolicyDefinitions">
55
<policyNamespaces>
66
<target prefix="WAU" namespace="Romanitho.Policies.WAU" />

Sources/Policies/ADMX/fr-FR/WAU.adml

Lines changed: 0 additions & 270 deletions
This file was deleted.

Sources/Policies/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
### Add the administrative template to an individual computer
22
1. Copy the "**WAU.admx**" file to your Policy Definition template folder. (Example: `C:\Windows\PolicyDefinitions`)
33
2. Copy the "**WAU.adml**" file to the matching language folder in your Policy Definition folder. (Example: `C:\Windows\PolicyDefinitions\en-US`)
4-
4+
55
### Add the administrative template to Active Directory
66
1. On a domain controller or workstation with [RSAT](https://learn.microsoft.com/en-us/troubleshoot/windows-server/system-management-components/remote-server-administration-tools), go to the **PolicyDefinition** folder (also known as the _Central Store_) on any domain controller for your domain.
77
2. Copy the "**WAU.admx**" file to the PolicyDefinition folder. (Example: `%systemroot%\sysvol\domain\policies\PolicyDefinitions`)
88
3. Copy the "**WAU.adml**" file to the matching language folder in the PolicyDefinition folder. Create the folder if it doesn't already exist. (Example: `%systemroot%\sysvol\domain\policies\PolicyDefinitions\EN-US`)
99
4. If your domain has more than one domain controller, the new [ADMX files](https://learn.microsoft.com/en-us/troubleshoot/windows-client/group-policy/create-and-manage-central-store) will be replicated to them at the next domain replication interval.
10+
11+
### This project only support `en-US` adml file!

0 commit comments

Comments
 (0)