diff --git a/pages/windows/whoami.md b/pages/windows/whoami.md index 45f2c15ad0..bd681d0858 100644 --- a/pages/windows/whoami.md +++ b/pages/windows/whoami.md @@ -22,3 +22,7 @@ - Display the logon ID of the current user: `whoami /logonid` + +- Display all information for the current user: + +`whoami /all` diff --git a/pages/windows/winget.md b/pages/windows/winget.md index 0bd32ab54a..38c907c7d3 100644 --- a/pages/windows/winget.md +++ b/pages/windows/winget.md @@ -14,3 +14,11 @@ - Search for a 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`