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