varunon9 / Remote-Control-PC

Control Laptop using Android. Remote control PC consists of android as well as desktop app written in Java to control laptop using phone.
MIT License
194 stars 97 forks source link

Power Off features in windows #18

Closed varunon9 closed 5 years ago

varunon9 commented 6 years ago

Right now shutdown, lock, suspend and restart features on windows work only for Win 8. To support in all windows versions https://github.com/varunon9/Remote-Control-PC/blob/master/RemoteControlPC-JavaFXML/src/poweroff/PowerOff.java (Line 24, 28, 5, 67) file need to be modified.

Pull requests are welcomed !!