Easton Pillay
Easton Pillay
If you drag and drop the installer into your Downloads folder, does it work? (This doesn't solve your problem, but I'm curious if Defender has trouble with the installer itself...
I can't log into the store because the store isn't installed on LTSC builds (or on Server, or in the Sandbox)[^1]. Therefore, I think the expected behavior here would be...
The issue was that the Microsoft Store source exists even if the Microsoft Store itself isn't installed, and therefore some apps can't be installed (regardless of authentication being necessary). In...
It looks like this isn't a winget bug: https://docs.microsoft.com/en-us/troubleshoot/windows-server/system-management-components/powershell-console-characters-garbled-for-cjk-languages Launching cmd.exe and launching a PowerShell from there makes the issue go away, so this must be the bug.
I don’t think there is a VT sequence (https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences) to change the console font programmatically (or even see what it is). There may be a way to use the older...
@denelon I think this needs to be fixed before 1.3 is generally available, as it's a showstopper for adding AppsAndFeaturesEntries to manifests (since this will result in infinite upgrades for...
> It might be best to limit to a single entry for Apps & Features per installer node. That's fairly similar to how it is today, except instead of the...
Maybe try `winget source reset --force`? That'll wack the source entirely and reinstall it. (you'll have to be an Administrator)
That looks like https://github.com/microsoft/winget-cli/issues/2408. (Which is kind of a different issue than this one, because #2408 describes multiple packages being identified as the same package, whereas this one identifies one...
Can you post the output of `winget list pycharm` please?