Configuring WinGet

Join the Windows Insider Program

When you are joined to the Windows Insider Program your insider settings and account will show.

Open the Windows Store and Install “App Installer” then logoff and back in.

Windows store App Installer to get winget

It will now show in app execution aliases

Windows 10 Settings: Aliases

Quick fix: Add the winget path to your environment variables.

Adding winget to environment variables.

Check your shell for winget –version to make sure you can invoke it.

Checking the winget version

Now that winget is ready you can search for apps via the command line. If searching by name be sure to use quotations when app names have spaces like the Brave Browser search below.

Searching for apps via winget

I like the show command so you can see Publisher and software licensing information, download source and hash.

Output for winget show “Brave Browser”

Now we can use it to install apps. Be careful with UAC since it might prompt on non-admin scenarios

Installing Notepad++ with winget
Result of add/remove program and opening the app after installed via winget

As mentioned in the intro, winget is still under development and I recommend checking and contributing to the issues tab in Github (link below). I am already using so that when it reaches GA I can integrate this into my pipelines so that I can further simplify the tasks by not having to configure chocolatey. I recommend to check hashes, sources and do AV scans after installations to make sure files are clean.

Sources:

https://docs.microsoft.com/en-us/windows/package-manager/

https://wingetit.com/

https://winstall.app/