Winning with WinGet
It's a pain in the a** to reinstall all your applications when doing a fresh windows install. No more!
- Winget
- Export with
winget export -o myexport.json - Save to ie. github repository
- Reinstall OS
winget install --id Git.Git -e --source winget- git clone your winget repository
git clone https://github.com/yourrepo/winget.git winget import myexport.json