Skip to content

Commit c34dac2

Browse files
committed
Documentation
1 parent 38c0cb9 commit c34dac2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ WAU runs with system and user contexts. This way, even apps installed on User's
7474
### Default install location
7575
By default, scripts and components will be placed in "Program Files" location (inside a Winget-AutoUpdate folder).
7676

77+
## Settings
78+
Post installation: all settings can be managed via the **WAU Settings (Administrator)** shortcut installed if `STARTMENUSHORTCUT=1` is set during installation (if not set `WAU-Settings-GUI.ps1` can be run manually as an **Administrator**)
79+
7780
## Update WAU
7881
### Manual Update
7982
Same process as new installation.
@@ -144,7 +147,7 @@ Default value 0. Set `BYPASSLISTFORUSERS=1` to bypass Black/White list when run
144147
Set `DESKTOPSHORTCUT=1` to create a shortcut for user interaction on the Desktop to run task `Winget-AutoUpdate`
145148

146149
### STARTMENUSHORTCUT
147-
Set `STARTMENUSHORTCUT=1` to create shortcuts for user interaction in the Start Menu to run task `Winget-AutoUpdate` and open Logs.
150+
Set `STARTMENUSHORTCUT=1` to create shortcuts for user interaction in the Start Menu to **Run WAU** (run task `Winget-AutoUpdate`), **Open Logs**, start **WAU App Installer** or **WAU Settings (Administrator)**.
148151

149152
### NOTIFICATIONLEVEL
150153
Specify the Notification level: Full (Default, displays all notification), SuccessOnly (Only displays notification for success) or None (Does not show any popup).

Sources/Policies/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# WAU Administration Template
22

3-
In an enterprise environment, it's crucial that different groups can have different settings in applications or implement other mandatory settings for security/management reasons. **WAU** doesn't have any settings that can be changed except during installation (or by editing the registry/the `Winget-AutoUpdate` task as **Admin**). However, with the use of **ADML/ADMX** files, you can manage every **WAU** setting from within **GPO** or **Intune policies**.
3+
In an enterprise environment, it's crucial that different groups can have different settings in applications or implement other mandatory settings for security/management reasons.
4+
5+
With the use of **ADML/ADMX** files, you can manage every **WAU** setting from within **GPO** or **Intune policies**.
46

57
![image](https://user-images.githubusercontent.com/102996177/213920242-7ff8e2b4-d926-4407-b860-1e5922e29c3e.png)
68

0 commit comments

Comments
 (0)