Winget
winget allows quick app install on windows from a terminal.
Example
This command will install slack, notion, discord & miro.
Simply copy & paste it in your command prompt
winget install --id=SlackTechnologies.Slack -e && winget install --id=Notion.Notion -e && winget install --id=Discord.Discord -e && winget install --id=Miro.Miro -e
Install winget¶
Install winget through the Microsoft store.¶
- open the windows store from the start menu, and search for app installer
-
or run this command to open the app installer store page
-
Search app installer, and install this app
- open a new terminal and run the command:
winget
Other¶
it’s a relatively new (2020) package manager for windows and likely will replace chocolatey & scoop. Atm chocolatey is still more capable IMO
it’s by default included in windows 11.
- it won’t work in cmd until after a few windows updates.
- the installed version is old and has issues. update
app installer
in the Microsoft store. (this eventually will auto update in the background.)
update all Microsoft Store apps
 Get-AppxPackage -AllUsers | foreach { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" }
Create new distributions¶
quickly create installation scripts for public software on
Backlinks¶
- Obsidian
- install on windows with winget
- package management
- windows has winget
mac brew
- windows has winget
- Barrier
- [!winget install]-
- install apps winget
- personal winget app install list
- uninstall default apps win 11
- ensure winget is installed,
- winget preset idea
- With winget installing apps has become faster, but not yet smooth. (And still quite technical)