spotify-web-helper
spotify-web-helper copied to clipboard
Failing on Windows 7 wmic process list /format:csv
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