coreybutler / node-windows

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
Other
2.8k stars 356 forks source link

Chinese support for 'list' function #196

Closed zhanghuanchong closed 6 years ago

zhanghuanchong commented 6 years ago

Now it will get mess code on Windows with Chinese as default language when executing list function.

Need to change page code to 437 to get output in English before running tasklist command, like this:

chcp 437 && tasklist ...
coreybutler commented 6 years ago

PR welcome.

jdziat commented 6 years ago

This is a request for functionality and can be closed. Once a PR is submitted we can review and go from there.