- Get App Installer from the Microsoft Store
- Run startFromScratchDesktop.bat batch script (Edit the startFromScratchDesktop.bat file to add/remove applications for install, See template below)
- Install any remaining applications manually
REM {Name}
winget install -e {Id} -h
REM if %ERRORLEVEL% EQU 0 Echo {Name} installed successfully.
shows all apps available for install in winget repository
winget show
search for specific app via application name
winget search {application name}