Skip to content

Commit a3a72cf

Browse files
author
Viktar Karpach
committed
Cleanup tabs vs spaces and update readme.md
1 parent 5b134bb commit a3a72cf

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

Karpach.RemoteShutdown.Controller/TrayCommandType.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
{
33
public enum TrayCommandType
44
{
5-
Restart,
5+
Restart,
66
Hibernate,
77
Shutdown,
88
Suspend,
99
TurnScreenOff,
1010
ForceShutdown,
11-
Lock
11+
Lock
1212
}
1313
}

readme.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
This is a Fork repository from [karpach/remote-shutdown-pc](https://github.com/karpach/remote-shutdown-pc) !!!!!!
2-
3-
I just added the possibility to restart the computer. Tested and working ! :)
4-
5-
6-
7-
8-
9-
# Remote Shutdown Manager
1+
# Remote Shutdown Manager
102
The project is a windows application, which gives an ability to shutdown, suspend, hibernate PC, **restart** or turn screen off using HTTP GET request.
113

124
The application stays in a system tray area, where you can trigger custom command shutdown as well.
@@ -43,6 +35,7 @@ http://remote-host-name:5001/secret/
4335
* http://remote-host-name:5001/secret/suspend
4436
* http://remote-host-name:5001/secret/turnscreenoff/
4537
* http://remote-host-name:5001/secret/lock/
38+
* http://remote-host-name:5001/secret/restart/
4639
* http://remote-host-name:5001/secret/ForceShutdown
4740

4841
The application can be easily used with IFTTT or AutoVoice to shutdown PC remotely.

0 commit comments

Comments
 (0)