node-rdp
node-rdp copied to clipboard
Microsoft Remote Desktop Protocol wrapper for NodeJS
Hi, I used this library (thanks!) and made some types, so I thought I'd share (sorry for the lack of PR / DefinitelyTyped PR). Cheers My `node-rdp.d.ts`: ```typescript declare module...
Exist any form to start MS remote connection without the window appear?
``` rdp({ address: hostname, username: user, password: password, launch: '%windir%\\system32\\notepad.exe' }).then(function() { console.log(' RDP CONNECTION ENDED!'); }); ``` This code does not execute Notepad. Hardcoding the path doesn't change the...