UNPKG

node-vbox

Version:

Interact with virtualbox from nodejs

8 lines (6 loc) 175 B
const VBoxNode = require('../lib/main'); VBoxNode.rdp.enableRdpAuth().then(() => { console.log('VBoxAuthSimple enabled'); }).catch(error => { console.log(error); });