You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The StoragePickers API can bypass permissions to access special folders
For example, it can directly access the root directory of the C:\Program Files\WindowsApps folder
Steps to reproduce the bug
Use the StoragePickers API to open a folder for selecting file/folder paths
Expected behavior
Access to folders requiring special permissions should be restricted like other APIs. For example, when VS Code attempts to access C:\Program Files\WindowsApps, it will be denied access even if UAC permission is requested