Describe the bug
MSYS shell fails to run UWP apps with "Permission denied" error.
Steps to Reproduce the Problem
- Install MSYS2 from https://www.msys2.org/
- Install Python 3 from https://www.microsoft.com/store/productId/9MSSZTT1N39L
- Run
/c/Users/Kagami/AppData/Local/Microsoft/WindowsApps/python3.exe from MSYS2
Expected behavior: It should run Python 3
Additional Context: Operating System, Screenshots
If applicable, add screenshots to help explain your problem.
- OS: Windows 10 Pro version 2004 64bit


UWP apps creates reparse points for their executables in /c/Users/Kagami/AppData/Local/Microsoft/WindowsApps/, while MSYS fails to reparse them.
See the PowerShell side of patch: PowerShell/PowerShell#10331