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
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,6 @@ This module will let you update your installed software with WinGet, many of the
8
8
This module is perfect for people like me that are to lazy to update every singel software all the time, it's much easier to just run a PowerShell Script.
9
9
I have added the result from PSScriptAnalyzer in [test folder](https://github.com/rstolpe/WinSoftwareUpdate/tree/main/test) I have some ShouldProcess warnings in this module but that's nothing to worry about really.
10
10
11
-
# Note
12
-
This module are only supported with PowerShell 5.1 because of limitation for the Appx module.
13
-
14
11
## This module can do the following
15
12
- Check what platform your currently running and adapt the downloads for that, if your running x86, amd64, arm64.
16
13
- Make sure that you have WinGet installed and up to date, if it's not the module will install / update it for you to the latest version.
0 commit comments