https://github.com/dreamlinerm/winget-list-to-install
Automatic reinstallation of all programs for reset Windows. Export all Progams with winget to executable file to restore all programs on a new machine.
https://github.com/dreamlinerm/winget-list-to-install
reinstall-programs restore-programs winget winget-export winget-list
Last synced: 4 months ago
JSON representation
Automatic reinstallation of all programs for reset Windows. Export all Progams with winget to executable file to restore all programs on a new machine.
- Host: GitHub
- URL: https://github.com/dreamlinerm/winget-list-to-install
- Owner: Dreamlinerm
- Created: 2024-11-10T20:31:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T22:13:35.000Z (11 months ago)
- Last Synced: 2025-06-09T09:58:29.262Z (4 months ago)
- Topics: reinstall-programs, restore-programs, winget, winget-export, winget-list
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Winget list to install
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.
## Usage```bash
node run.js
```
or
```bash
python run.py
```
Run install.bat as administrator## Generates
- install.bat - Install all programs
- unknown.txt - All unavailable packages### Dev
To Package the python script use pyinstaller
```bash
pyinstaller -F yourprogram.py
```