Change Shutdown / Restart / buttons


  1. Posts : 541
    Windows 7 Ultimate x64
       #1

    Change Shutdown / Restart / buttons


    Is there a way on Windows 7 to have it like in the pic bellow ?
    Cheers.
    Attached Thumbnails Attached Thumbnails Change Shutdown / Restart / buttons-xp.jpg  
      My Computer


  2. Posts : 934
    Windows 8.1 ; Windows 7 x86 (Dec2008-Jan2013)
       #2

    You can try my application.

    Probably it would be nicer to make it in some other environment, but I decided to use HTML application technology.

    Firstly, those apps are highly customizable and all tools are in the system already. Which is good for people, who know nothing about programming. Secondly, it was also announced that Windows 8 apps are going HTML 5!

    So, here is my app. It is using VBScript for calling shutdown.exe and Rundll32.exe Powrprof.dll commands.

    Since it is not a standard binary application, all resources should be kept in the same folder. But you can customize it as you want. You would have to have some knowledge of HTML (or google+copy&pasting skills).

    As for using it, you need to install some customizable start menu replacers, like Classic Shell Start Menu.
    Then customize Shutdown button to start this file. (In Classic Shell Start Menu you need to go Start orb – Settings – Classic Start menu- At the bottom click All settings –Customize Start menu – Select Shutdown –Right click - Edit).


    Command for the menu should be changed to the following:
    Code:
    "%SystemRoot%\System32\mshta.exe" "C:\YOUR_PATH_HERE\turnOff.hta"
    To make this application work on Windows 8 M2/M3, I had to give up GetObject function in VBScript, which didn’t want to work properly (Gurus! Your advice regarding GetObject would be appreciated here).

    So, if you want it to work on Windows 8 M2/M3, you need to replace lines from 19 to 29 with:

    window.resizeTo 321,206
    window.moveTo 480,297
    (application window is centered as for 1280x800)

    On Windows 7 works out of the box.
    Attached Thumbnails Attached Thumbnails Change Shutdown / Restart / buttons-screenshot.png  
    Change Shutdown / Restart / buttons Attached Files
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 20:14.
Find Us