I'm relatively new to C# and programming in general, so please bear with me. I'm working on a UWP app using an Upboard with Windows IoT. I need to clone an image to a USB device, but I'm facing permission issues with USB access.
I have already added BroadFileSystemAccess capability and managed to launch executable files using ProcessLauncher (FullTrustLauncher didn't work). I then tried using a Python script converted to an executable, but it resulted in an error regarding USB permissions. I also tried creating a PowerShell executable, but it seems I'm missing some required modules.
Is there something else I can try? Should I just wait till we get a proper windows license? Thanks in advance