Skip to content

Install multiple applications via single Batchfile. Useful for reinstalling your favorite apps on a fresh Windows install

Notifications You must be signed in to change notification settings

0xDario/WindowsFreshInstallScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Get App Installer from the Microsoft Store
  2. Run startFromScratchDesktop.bat batch script (Edit the startFromScratchDesktop.bat file to add/remove applications for install, See template below)
  3. Install any remaining applications manually

Template for Adding Apps To Install

  REM {Name}          
  winget install -e {Id} -h
  REM if %ERRORLEVEL% EQU 0 Echo {Name} installed successfully.

Find Additional Apps Using Winget CLI

shows all apps available for install in winget repository

  winget show

search for specific app via application name

  winget search {application name}

Additional Links for Downloads

About

Install multiple applications via single Batchfile. Useful for reinstalling your favorite apps on a fresh Windows install

Topics

Resources

Stars

Watchers

Forks