You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The following command will install WAU through winget itself in the newest versi
27
27
winget install Romanitho.Winget-AutoUpdate
28
28
```
29
29
#### Alternative installation (for home admin users)
30
-
You can also download the latest release of the add-on [WAU Settings GUI (for Winget-AutoUpdate)](https://github.com/KnifMelti/WAU-Settings-GUI) and install it (this will install both **WAU** and a **GUI** that provides a user-friendly portable standalone interface to modify every aspect of **Winget-AutoUpdate (WAU)** settings).
30
+
You can also download the latest release of the add-on [WAU Settings GUI (for Winget-AutoUpdate)](https://github.com/KnifMelti/WAU-Settings-GUI) and install it (this will install both **WAU** and a **GUI** that provides a user-friendly portable standalone interface to modify every aspect of **Winget-AutoUpdate (WAU)**).
31
31
32
32
## Configurations
33
33
### Keep some apps out of Winget-AutoUpdate
@@ -39,15 +39,15 @@ You can update only pre-selected apps. To do so, create an "included_apps.txt" w
39
39
40
40
> The lists can contain Wildcard (*). For instance ```Mozilla.Firefox*``` will take care of all Firefox channels.
41
41
42
-
List and Mods folder content will be copied to WAU install location:
42
+
List and Mods folder content will be copied to WAU install location:
If `-ListPath` is set to **GPO** the Black/White List can be managed from within the GPO itself under **Application GPO Blacklist**/**Application GPO Whitelist**. Thanks to [Weatherlights](https://github.com/Weatherlights) in [#256 (reply in thread)](https://github.com/Romanitho/Winget-AutoUpdate/discussions/256#discussioncomment-4710599)!
113
+
114
+
If a blacklist or whitelist is configured via Group Policy (GPO), WAU will automatically use these settings. There is no longer a need to specify "GPO" as a value for `ListPath`, detection is automatic as soon as a list is defined in Group Policy.
114
115
115
116
116
117
### MODSPATH
@@ -162,7 +163,7 @@ Default value 6AM (06:00:00). Specify the time of the update interval execution
162
163
163
164
### UPDATESATTIMEDELAY
164
165
Default value is none (00:00). This setting specifies the delay for the scheduled task.
165
-
A scheduled task random delay adds a random amount of wait time (up to the specified maximum) before the task starts.
166
+
A scheduled task random delay adds a random amount of wait time (up to the specified maximum) before the task starts.
166
167
This helps prevent many devices from running the task at the exact same time. This is not applicable to "on logon" triggers.
167
168
168
169
### DONOTRUNONMETERED
@@ -268,4 +269,3 @@ Feel free to give us any suggestions or optimizations in code and support us by
268
269
[](https://github.com/Romanitho/Winget-AutoUpdate/releases/)
Copy file name to clipboardExpand all lines: Sources/Policies/README.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,25 +7,24 @@ In an enterprise environment, it's crucial that different groups can have differ
7
7
## Administrative Template
8
8
9
9
### To an Individual Computer
10
-
1. Copy the **`WAU.admx`** file to your Policy Definitions template folder.
11
-
Example: `C:\Windows\PolicyDefinitions`
12
-
2. Copy the **`WAU.adml`** file to the matching language folder in your Policy Definitions folder.
13
-
Example: `C:\Windows\PolicyDefinitions\en-US`
10
+
1. Copy the **`WAU.admx`** file to your Policy Definitions template folder.
11
+
>Example: `C:\Windows\PolicyDefinitions`
12
+
2. Copy the **`WAU.adml`** file to the matching language folder in your Policy Definitions folder.
13
+
>Example: `C:\Windows\PolicyDefinitions\en-US`
14
14
15
15
### To Active Directory
16
16
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 **PolicyDefinitions** folder (also known as the _Central Store_) on any domain controller for your domain.
17
-
2. Copy the **`WAU.admx`** file to the PolicyDefinitions folder.
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.
22
22
23
23
## Intune
24
24
25
-
Please follow the comprehensive Microsoft documentation to import and manage the WAU policies:
25
+
Please follow the comprehensive Microsoft documentation to import and manage the WAU policies:
26
26
[Import and Manage Administrative Templates in Intune](https://learn.microsoft.com/en-us/mem/intune-service/configuration/administrative-templates-import-custom#add-the-admx-and-adml-files)
27
27
28
28
## Important Notes
29
29
30
-
- When using GPO or Intune policies, you need to enable `Activate WAU GPO Management` for the policies to work. This setting is not intuitive and should be part of any decommissioning considerations.
31
30
- This project only supports the `en-US` ADML file.
0 commit comments