Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 579 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 579 Bytes

Windows process management library (WinP)

This project develops a library that lets you control Windows processes better, beyond what's available in JDK.

Features summary:

  • Windows machine management (logoff user, shutdown/restart machine)
  • Thread priority management
  • Process termination (including the recursive termination)
  • Process info acquisition
  • etc.

See the library's javadoc for more details.

License

MIT License