Powershell script to install apps on windows via winget cli
- Open your powershell as administrator and run
Set-ExecutionPolicy Unrestricted
- Create your applist with the list of apps you want to install. Browse a list of winget packages at winstall.app & winget.run
- Download the script (optional)
- Run the script providing path to your applist
.\install.ps1 -applist 'C:\Users\Mahesh\Downloads\applist'
.\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