Export Winget list to batch file. Generates a bat file to reinstall all currently installed programs with winget, to restore all programs on a new machine.
node run.js
or
python run.py
Run install.bat as administrator
- install.bat - Install all programs
- unknown.txt - All unavailable packages
To Package the python script use pyinstaller
pyinstaller -F yourprogram.py