whoami, winget: add examples (#9069)

This commit is contained in:
Colin Westwater
2022-10-16 05:41:04 +01:00
committed by GitHub
parent 0ef02f4345
commit 7fb2b9262f
2 changed files with 12 additions and 0 deletions

View File

@@ -22,3 +22,7 @@
- Display the logon ID of the current user: - Display the logon ID of the current user:
`whoami /logonid` `whoami /logonid`
- Display all information for the current user:
`whoami /all`

View File

@@ -14,3 +14,11 @@
- Search for a package: - Search for a package:
`winget search {{package}}` `winget search {{package}}`
- Upgrade all packages to latest versions:
`winget upgrade --all`
- List all packages installed that can be managed with winget:
`winget list --source winget`