Tech Geek

How to Add a Shutdown,Reboot Buttons to Windows 8 Start Screen

Posted by Raghavendra
Windows 8, the latest operating stem from Microsoft has tried to unify the experience from Tablets to laptops and to desktops. This Operating system is way more touch friendly than its predecessors and has with its sleek approach to simplify all the day to day tasks.
However, there is one point where this Operating System didn’t performed as per the expectations of the users. And that point is the ease with which one can Shutdown or restart the system. In earlier versions of Windows, user just need to click on the Start button and select the Shutdown option to shutdown the system. However that is not the case with Windows 8 as Windows 8 does not feature any Start button. In fact the Start button has been replaced by the Start screen. So, to Shutdown the system, one has to Go to the Power option under the Settings charm and then select the Shutdown option. Lengthy, isn’t it?

So, today we are here with a tutorial following which you can add a Shutdown and Reboot tile to your Windows 8 Start Screen so that the whole process becomes simple and you get to shutdown or restart your system just with one click. So lets get started.

Check out the video tutorial on adding Shutdown and Reboot buttons to Windows 8 Start Screen:


Follow the steps to Add Shutdown and Restart Buttons:

(1) First of all launch Notepad. This can be done by pressing Win Key+R which will call up the run dialogue box and then type notepad and hit enter. Or you can even search for notepad from the start screen and then launch it.
(2) Then copy and paste the below given text to notepad.
1
set WshShell = WScript.CreateObject("WScript.Shell")<br>strStartMenu = WshShell.SpecialFolders("StartMenu")<br>set oShellLink = WshShell.CreateShortcut(strStartMenu & "\Shutdown.lnk")<br>oShellLink.TargetPath = "%systemroot%\System32\shutdown.exe"<br>oShellLink.Arguments = "-s -t 0"<br>oShellLink.WindowStyle = 1<br>oShellLink.IconLocation = "%systemroot%\System32\shell32.dll,27"<br>oShellLink.Description = "Shutdown Computer (Power Off)"<br>oShellLink.WorkingDirectory = "%systemroot%\System32\"<br>oShellLink.Save<br>Set oShellLink = Nothing<br>set oShellLink = WshShell.CreateShortcut(strStartMenu & "\Log Off.lnk")<br>oShellLink.TargetPath = "%systemroot%\System32\shutdown.exe"<br>oShellLink.Arguments = "-l"<br>oShellLink.WindowStyle = 1<br>oShellLink.IconLocation = "%systemroot%\System32\shell32.dll,44"<br>oShellLink.Description = "Log Off (Switch User)"<br>oShellLink.WorkingDirectory = "%systemroot%\System32\"<br>oShellLink.Save<br>Set oShellLink = Nothing<br>set oShellLink = WshShell.CreateShortcut(strStartMenu & "\Restart.lnk")<br>oShellLink.TargetPath = "%systemroot%\System32\shutdown.exe"<br>oShellLink.Arguments = "-r -t 0"<br>oShellLink.WindowStyle = 1<br>oShellLink.IconLocation = "%systemroot%\System32\shell32.dll,176"<br>oShellLink.Description = "Restart Computer (Reboot)"<br>oShellLink.WorkingDirectory = "%systemroot%\System32\"<br>oShellLink.Save<br>Set oShellLink = Nothing<br>Wscript.Echo "Created Shutdown, Restart and Log Off buttons"
(3) Now click on the Save As option in the File menu and in the File name enter Shutdown.vbs Don’t forget to enter .vbs
(4) Next in the file type, select All files and click on the Save option.

(5) Then switch to the location where you saved the file and run the file once. The file will open for a second and then will automatically disappear.
(6) Now switch to the Start Screen and Voilla. You will see that the Tiles of Shutdown, Restart and Log Off have been automatically pinned there and now with one click you can Shutdown or restart your system.
  • Also Check:Customize The Number of Rows of Tiles on Windows 8 Start Screen

0 comments:

Post a Comment

Newer Post Older Post Home
Powered by Blogger.

Search The Blog

  • HOME
  • ABOUT
  • PRIVACY POLICY
  • DISCLAIMER

Contact us using the below form

Name

Email *

Message *

ABOUT ALL TECH BUZZ

Alltechbuzz8.blogspot.in is a blog for Tech Geeks and Bloggers where we share fresh and updated information related to Internet, Social Media, Gadgets, Blogging, How-To Guides, Internet Marketing, SEO and much more related to Technology. You can check out about the admin of the blog here and check out our Sitemap.

QUICK NAVIGATION

  • HOME
  • ABOUT
  • DISCLAIMER
  • PRIVACY POLICY
Follow Me On Google+

"© Copyright 2014" Eleven 40 Blogger · All Rights Reserved · And Our Sitemap · All Logos & Trademark Belongs To Their Respective Owners·
Template Developed By Blogging Recipes.