Skip to content

Instantly share code, notes, and snippets.

@starkayc
Created April 12, 2025 22:03
Show Gist options
  • Select an option

  • Save starkayc/31c7ef5853e0de65e2a62f9ab29485bd to your computer and use it in GitHub Desktop.

Select an option

Save starkayc/31c7ef5853e0de65e2a62f9ab29485bd to your computer and use it in GitHub Desktop.
Migrate apps using winget

Export apps and import them using winget

Export Process

  1. Open CMD as admin
  2. Run winget export -o %userprofile%\Desktop\applist --accept-source-agreements
  3. Copy the file applist to your new pc.

Import Process

  1. Open CMD as admin
  2. Run winget import -i %userprofile%\Desktop\applist --ignore-versions --accept-package-agreements --accept-source-agreements
  3. Now you should've all the apps installed from old pc that supports winget.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment