Skip to content
Discussion options

You must be logged in to vote

%LocalAppData%\Microsoft\WinGet\Packages has a separate folder for each (portable) package you install. This makes it easier to manage. For example, uninstalling a package is essentially deleting its folder, and it has no effect on any of the other packages. This isn't added to %Path% because you would have to add one entry for each package you install, which would make the %Path% variable grow very quickly if you install many apps.

%LocalAppData%\Microsoft\WinGet\Links has shortcuts for all your installed packages, so you only need to have this one entry in your %Path% to use all of your packages.

The links are created only for specific executables that are listed in the package manifest…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by florelis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants