Wednesday, July 15, 2026

Winget Commands

Winget Stuff
winget pin add --id TrackerSoftware.PDF-XChangeEditor --blocking
winget pin add --id CodeJelly.Launchy
winget pin list

winget upgrade -e -u -h
winget upgrade -e -u -h --accept-package-agreements  --accept—source-agreements --disable-interactivity
winget upgrade --all --include-unknown --silent --accept-package-agreements  --accept—source-agreements --disable-interactivity

-e =exact id
-u =all
-h =silent

With ids in a string add the conditions to the end of the string

Uninstall if programs installed as user, use cmd non-admin. If all users use cmd admin

winget export -o "%USERPROFILE%\desktop\apps.json"

Winget Commands

Winget Stuff winget pin add --id TrackerSoftware.PDF-XChangeEditor --blocking winget pin add --id CodeJelly.Launchy winget pin list winget u...