Any plan to implement something like packages packs for installing multiple apps at once? #303221
Answered
by
Trenly
NeutronZen
asked this question in
Q&A
-
Like for example to install Essential Apps or my Favorite ones, after a fresh install or reinstall of windows |
Beta Was this translation helpful? Give feedback.
Answered by
Trenly
Oct 14, 2025
Replies: 1 comment 1 reply
-
You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NeutronZen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
winget export
to create a JSON file of the packages on your system, and then manually edit the file to remove the packages you don't want to install. Then, you can usewinget import
to install all of them