PSWizget
1.0.10
PowerShell script that allow you to manage the upgrade process with winget.
It adds a few more options than 'winget upgrade --all':
- create a file with the packages you would like to omit
- add or remove packages from toSkip file directly from the script
- automatically omit packages with "unknown" installed version, or when the formats of
the installed version an
It adds a few more options than 'winget upgrade --all':
- create a file with the packages you would like to omit
- add or remove packages from toSkip file directly from the script
- automatically omit packages with "unknown" installed version, or when the formats of
the installed version an
PowerShell script that allow you to manage the upgrade process with winget.
It adds a few more options than 'winget upgrade --all':
- create a file with the packages you would like to omit
- add or remove packages from toSkip file directly from the script
- automatically omit packages with "unknown" installed version, or when the formats of
the installed version and the available version formatest does not match
- it tries to guess the correct installed version by reading the pattern
from the available version
- manually edit the upgrade queue
- quick mode (it's similar to 'winget upgrade --all' but with a blacklist applied)
Show more
It adds a few more options than 'winget upgrade --all':
- create a file with the packages you would like to omit
- add or remove packages from toSkip file directly from the script
- automatically omit packages with "unknown" installed version, or when the formats of
the installed version and the available version formatest does not match
- it tries to guess the correct installed version by reading the pattern
from the available version
- manually edit the upgrade queue
- quick mode (it's similar to 'winget upgrade --all' but with a blacklist applied)
Installation Options
Owners
Copyright
GPL-3.0
Package Details
Author(s)
- zakret.code@gmx.com
Tags
windows winget batch upgrade wizard update all queue
Functions
Split-Result Get-Answer Write-PackagesStatus Get-IntAnswer Show-Result Write-Separator Show-UI
PSEditions
Dependencies
This script has no dependencies.
Release Notes
- bug fixes
- colorized output
- the title bar shows which package is currently being updated
- better readability
- added the ability to escape the selected option
FileList
- PSWizget.nuspec
- PSWizget.ps1