moyanming2013
moyanming2013
Accidentally disconnect USB cabled Seika Notetaker Braille display and reconnect needs restart NVDA
### Steps to reproduce: 1. Start NVDA 2021.3RC1 2. Connect the Seika Notetatker by USB cable 3. Select "Seika Notetaker" in the Braille display of NVDA and connect successfully. 4....
Hi, There is an run time error when use the wrapper, but the command on the PowerShell works fine. How to fix this problem? var t = wdp.RunCommandWithoutOutputAsync( @"erase C:\Data\Users\folder1\...
Hi, When use the "copy" command by the wrapper, there is an error occur. var t = wdp.RunCommandWithoutOutputAsync( @"copy E:\folder1\ C:\Data\Users\ -force -recurse", "false","5").Result; The "t" return following string: "The...
I want to use the code page (e.g. code page 936) which is not supported in UWP apps. I can get the code page 936 by use the "CodePagesEncodingProvider" class...