Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingwersaft committed May 18, 2018
1 parent 44cb0dd commit 22969ba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ gradle-app.setting

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
/.idea/
/out/
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# 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`

0 comments on commit 22969ba

Please sign in to comment.