spotify-web-helper icon indicating copy to clipboard operation
spotify-web-helper copied to clipboard

Failing on Windows 7 wmic process list /format:csv

Open FredUK opened this issue 7 years ago • 0 comments

Works fine on Windows 10 however on Windows 7 it throws the error:

{ err: { [Error: Command failed: C:\Windows\system32\cmd.exe /s /c "wmic process list /format:csv" Invalid XSL format (or) file name. ] killed: false, code: 44210, signal: null, cmd: 'C:\Windows\system32\cmd.exe /s /c "wmic process list /format:csv"' }, msg: 'unable to enumerate processes' }

Apparently it's a bug with Windows 7: https://stackoverflow.com/questions/9673057/wmic-error-invalid-xsl-format-in-windows7

FredUK avatar Sep 18 '17 10:09 FredUK