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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ The following command will install WAU through winget itself in the newest versi
26
26
```batch
27
27
winget install Romanitho.Winget-AutoUpdate
28
28
```
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).
if ($cost.ApproachingDataLimit-or$cost.OverDataLimit-or$cost.Roaming-or$cost.BackgroundDataUsageRestricted-or ($cost.NetworkCostType-ne"Unrestricted")) {
Write-ToLog"Could not evaluate metered connection status - skipping check.""Gray"
46
+
return$true
47
+
}
39
48
49
+
if ($cost.ApproachingDataLimit-or$cost.OverDataLimit-or$cost.Roaming-or$cost.BackgroundDataUsageRestricted-or ($networkCostTypeName-ne"Unrestricted")) {
40
50
Write-ToLog"Metered connection detected.""Yellow"
41
51
42
52
if ($WAUConfig.WAU_DoNotRunOnMetered-eq1) {
43
-
44
53
Write-ToLog"WAU is configured to bypass update checking on metered connection"
45
54
return$false
46
-
47
55
}
48
56
else {
49
-
50
57
Write-ToLog"WAU is configured to force update checking on metered connection"
0 commit comments