Winstall is a new product from Microsoft that helps you quickly install your favorite software using the command line. Winstall provides a list of software that you can use to install on your favorite Windows quickly and easily with just a few clicks.
Join the channel Telegram of the AnonyViet 👉 Link 👈 |
How winstall and winget work
Microsoft’s Windows package manager, also known as “winget”, allows you to quickly download and install one or more applications with a single command. It is very similar to the Linux package manager. As of early November 2020, Windows Package Manager will still be in preview and has not been included in Windows 10. However, it will one day be stable and be integrated into Windows 10 soon.
That’s good news, but most people don’t want to use commands, they prefer to install their application using graphical interface. That’s what winstall can do, a third party app, created by Mehedi Hassan, winstall is a web based interface that allows you to install your favorite apps in the browser. The website will then provide you with command lines that automatically install the selected applications with winget. Therefore, you don’t need to know how winget works or write the commands yourself.
It is very similar to Ninite, but it uses the Windows Package Manager.
Here’s one reason winstall is great: You don’t need to install any extra software. The site automatically provides command lines that work with the Windows Package Manager. You can see exactly what it is doing on your computer.
In the future, most likely, we will have other graphical interfaces for Windows Package Manager. Winstall is just the first pioneering example.
How to install your favorite apps using winstall
First you need install winget from Microsoft. Without winget installed, winstall won’t work. In the future, winget will be part of Windows 10 and you’ll be able to use a tool like winstall on any PC with no setup required.
After installing winget, go to the winstall website. Use the search bar or browse through the popular and featured apps, just add any app you want to your install script.

Once you have selected all your favorite apps on the site, click the “Generate Script” button at the bottom of the page.
The winstall website will show you the commands to run to install your application. You can see a full list of those apps at the bottom of this page. Or you can also delete any items you don’t want.
To install these applications, open a Windows Terminal, Command Prompt, or PowerShell window. For example, you can right-click the Start button or press Windows + X and select “Windows PowerShell” to open a PowerShell window. You may not need to launch it as Administrator.
Copy-paste the command from the website into powershell and press Enter. (If you are using PowerShell, be sure to select “Show PowerShell script” on the winstall website.)
You can also download the file .bat or .ps1 if you want. This is a script file that automatically runs the winstall web command when you double-click it.
That’s it — Windows package manager automatically installs selected applications in the terminal (collectively). You can uninstall them just like any other app from Control Panel or Settings.