0

Im doing A React-Native for windows app and I'm using WinRT Api's for accessing the Windows.System namespace for using the ProcessLauncher class to execcute a file and a command when clicking a button on my app. The problem is that when doing it I'm always getting {"message": "Access is denied.", "number": -2147024891}.

I already give the app Capabilities that are required in the Windows.System name space. And did the remarks of both function that the namespace have. The final goal is to execute a .exe file with certain commands for interacting with another machine ( I need to use that machine ). Can someone help me to use this namespace in my app

Talal
  • 1
  • Difficult to help w/o a single line of code. Please check https://stackoverflow.com/help/how-to-ask and https://stackoverflow.com/help/minimal-reproducible-example – Simon Mourier Aug 30 '23 at 07:41

0 Answers0