A Microsoft platform for building and publishing apps for Windows devices.
Hello, Welcome to Micorosoft Q&A,
if you have embed win32 exe into UWP app as desktop-bridge extension. you can't launch this exe from browser extension, even if you could launch it with path, but this exe is run in the independent process, and it has no permission to access UWP local folder. For your scenario, the better way is register url scheme for UWP app, and launch uwp app with this scheme then call FullTrustProcessLauncher to start embed exe to make native messaging protocol via stdin/stdout .
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.