Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.09 KB

readme.md

File metadata and controls

31 lines (22 loc) · 1.09 KB

Powershell script to install apps on windows via winget cli

How to run?

  1. Open your powershell as administrator and run Set-ExecutionPolicy Unrestricted
  2. Create your applist with the list of apps you want to install. Browse a list of winget packages at winstall.app & winget.run
  3. Download the script (optional)
  4. Run the script providing path to your applist

Run with (Local) App List Path

.\install.ps1 -applist 'C:\Users\Mahesh\Downloads\applist'

Run with (Remote) App List Path

.\install.ps1 -applist 'https://raw.githubusercontent.com/maheshrijal/windows-app-installer/main/applist'

Run with (Default) App List picked from applist

.\install-apps.ps1

Run without downloading the script from applist

iwr -useb https://maheshrijal.com/wininstall | iex