0.2.0 • Published 7 years ago

patched-wintools v0.2.0

Weekly downloads
7
License
-
Repository
github
Last release
7 years ago

wintools - Some windows tools for node.js

npm install wintools
  • ps(callback) where callback is function(err, list) returns a list of running processes.
  • kill.pid(pid, callback) kills a process by PID.
  • kill.image(imageName, callback) kills a process by image name (e.g. node.exe).
  • shutdown.poweroff(callback) turns of off the machine immediately.
  • shutdown.restart(callback) rstarts the machine immediately.

License

MIT