Run
Run copied to clipboard
Opening an app using path in folder with space won't work without quoting
Heya! I just recently discovered a path bug to run executable on folder with spaces. Basically the program said that it didn't find matching path unless you explicitly quote the path "...". However, if we compare it with Microsoft's run context, it does run like what user expect.
If we remove executable name (for example: GenshinImpact.exe), it will successfully launch explorer with desired folder path instead.
Screenshots
Microsoft Run
interesting observation. thx for reporting