An open API service indexing awesome lists of open source software.

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.

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
```