We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a way to export the existing user settings so that it can be imported into another device or VM.
Winget Settings Export --path C:\WinGet\Settings.json Winget Settings Import --path C:\WinGet\Settings.json
GPO: Import Winget Client settings
The text was updated successfully, but these errors were encountered:
The export functionality is planned via PowerShell DSCv3. After:
We will work on implementing "export" in the DSC resources for WinGet.
The configuration is available today via the Microsoft.WinGet.DSC PowerShell module for both user settings and administrator settings.
Sorry, something went wrong.
No branches or pull requests
Description of the new feature / enhancement
Provide a way to export the existing user settings so that it can be imported into another device or VM.
Proposed technical implementation details
Winget Settings Export --path C:\WinGet\Settings.json
Winget Settings Import --path C:\WinGet\Settings.json
GPO: Import Winget Client settings
The text was updated successfully, but these errors were encountered: