Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.01 KB

File metadata and controls

22 lines (17 loc) · 1.01 KB

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