Windows fixes (work still in progress)

This commit is contained in:
Christian Kuster 2016-12-09 17:04:27 +01:00
parent 6ce58993a2
commit 8a8005e2ef
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
const systemRoot = process.env.SystemRoot || 'C:\\Windows';
const tool = systemRoot + '\\System32\\netsh.exe';
const cmdLine = tool + ' wlan show networks mode=Bssid';
const detector = tool + ' -h';
const detector = tool + ' show alias';
/**
* Parsing netnsh output. Unfortunately netsh supplies the network information