Power menu to shutdown
#1
Is there a way to set the power tile on the home screen to shutdown only? I don't need the shutdown timer or reboot etc. I modified the dialogbuttonmenu.xml to remove the unwanted stuff, but would still like to modify the button to shutdown.
Reply
#2
Just edit the guisettings.xml file inside your userdata folder and replace:

Code:
<setting type="string" name="skin.eminence.home.314.path">ActivateWindow(shutdownmenu)</setting>

with

Code:
<setting type="string" name="skin.eminence.home.314.path">ShutDown()</setting>


That's it.
Reply

Logout Mark Read Team Forum Stats Members Help
Power menu to shutdown0