Windows fixes (work still in progress)
This commit is contained in:
parent
6ce58993a2
commit
8a8005e2ef
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user