whoami, winget: add examples (#9069)
This commit is contained in:
@@ -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`
|
||||||
|
@@ -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`
|
||||||
|
Reference in New Issue
Block a user