Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Create a batch file with the following:
@echo off
powercfg -h off
rundll32.exe powrprof.dll,SetSuspendState 0,1,0
powercfg -h on
Then create the desktop shortcut and use the Browse to point to the batch file you created. Works perfectly.
It works perfectly, if you run as administrator.