Skip to content

maheshrijal/windows-app-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple PowerShell script to install apps on windows via Winget CLI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published