DrewNaylor / guinget

Unofficial GUI for Microsoft's Windows Package Manager (winget). Kinda like Synaptic, but for Windows. Not associated with either Microsoft or the Synaptic project, and Microsoft does not endorse this software.
Apache License 2.0
135 stars 3 forks source link

Known issue: Running CMD from guinget on 64-bit Windows causes filesystem redirection to occur, resulting in anything that has to be launched from the "real" System32 not working correctly. #98

Open DrewNaylor opened 3 years ago

DrewNaylor commented 3 years ago

This shouldn't impact most people, but it will if you need to run something like SystemPropertiesProtection.exe. The only workaround I can offer is to just run CMD from the Start menu or something else instead. I could tell Windows to run CMD from SysNative, but that doesn't work when running it elevated since it just crashes. A real solution would be to compile a 64-bit version of guinget, but winget doesn't offer separate architectures yet and I don't want people to have to manually install a different version.