src/PowerShell/Help/Microsoft.WinGet.Client/Get-WinGetSetting.md
Gets WinGet configuration settings.
Get-WinGetSetting [-AsPlainText] [<CommonParameters>]
This command gets the WinGet configuration settings. The settings include:
Get-WinGetSetting
Name Value
---- -----
$schema https://aka.ms/winget-settings-export.schema.json
userSettingsFile C:\Users\user1\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\Local…
adminSettings {[ProxyCommandLineOptions, False], [LocalArchiveMalwareScanOverride, False], [InstallerH…
Get-WinGetSetting | Select-Object -ExpandProperty adminSettings
Name Value
---- -----
InstallerHashOverride False
ProxyCommandLineOptions False
BypassCertificatePinningForMicrosoftStore False
LocalArchiveMalwareScanOverride False
LocalManifestFiles True
Output results as plain text
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.