karpach / remote-shutdown-pc

Remote Shutdown Manager is a windows application, which gives an ability to shutdown, suspend, hibernate PC or turn screen off using HTTP GET request.
326 stars 47 forks source link

Hide tray icon, or require password to exit the app #9

Open wishie opened 3 years ago

wishie commented 3 years ago

I guess it's more of a feature request than an issue..

But I want to install this on my kids PC, but he is smart enough to just exit the app.. can we make it so a password needs to be entered to exit the app? Or simply hide the tray icon so he has no idea that it is running?

Vgbhieel commented 3 years ago

It would be a great feature.

wes1993 commented 3 years ago

@wishie As a workaround you should disable the Auto startup feature and set the auto startup in this way:

Run gpedit.msc Go to computer Configuration -> Windows Setting -> Scripts(Startup/shutdown) Go to Startup properties then you will get the new windows. Now add the program that you want to run before login.

In this way you have the software that run before windows login, so you could shutdow, reboot etc before login.

Best Regards Stefano