Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 535 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 535 Bytes

Shutdowner

minimal windows shutdown web service - shutdown your windows system remotely

The service is very basic: GET on http://<host|localhost|ip>:28828 -> shutdown in 5s

install

  • download latest release or build it
  • copy/extact release at a place you like
  • run Shutdowner-install.bat and restart windows
  • open firewall on port 28828 if external lan use is required

uninstall

  • run Shutdowner-uninstall.bat and restart windows

build

./gradlew build createWindowsService gradlew.bat build createWindowsService