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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,8 +172,8 @@ Remove scheduled tasks and scripts.
172
172
See https://github.com/Romanitho/Winget-AutoUpdate/discussions/88
173
173
174
174
## Custom script (Mods for WAU)
175
-
**Mods for WAU** allows you to craft a script to do whatever you like via `_WAU-mods.ps1` in the **mods** folder.
176
-
This script executes **if the network is active/any version of Winget is installed/WAU is running as SYSTEM**.
175
+
**Mods for WAU** allows you to craft a script to do whatever you like via `_WAU-mods.ps1` in the **mods** folder.<br>
176
+
This script executes **if the network is active/any version of Winget is installed/WAU is running as SYSTEM**.<br>
177
177
If **ExitCode** is **1** from `_WAU-mods.ps1` then **Re-run WAU**.
178
178
## Custom scripts (Mods feature for Apps)
179
179
From version 1.8.0, the Mods feature allows you to run additional scripts when upgrading or installing an app.
@@ -206,7 +206,7 @@ This will use the **content** of the text file as a native **winget --override**
206
206
In an enterprise environment it's crucial that different groups can have different settings in applications etc. or to implement other mandatory settings, i.e for security/management reasons.<br>
207
207
**WAU** doesn't have any setting that can be changed except for when installing (or editing the registry/the task `Winget-AutoUpdate` as **Admin**).<br>
208
208
With the use of **ADML/ADMX** files you can manage every **WAU** setting from within **GPO**.<br>
209
-
They will be detected/evaluated during the next run of **WAU** (taking effect before any actions).<br>
209
+
They will be detected/evaluated on a daily basis.<br>
210
210
The **GPO ADMX/ADML** validated with: [Windows 10 - Validate ADMX for Ingestion](https://developer.vmware.com/samples/7115/windows-10---validate-admx-for-ingestion)<br>
211
211
Read more in the `README.md` under the directory **Policies**.
0 commit comments