Monday, June 19, 2017

Windows 8 shut down with one click - Tips & Tricks

As you can shut down Windows 8 with just a single click, we’ll explain to you in our guidebook: Whoever wants to shut down Windows 8 is forced to travel a whole range of clicks and a few mouse kilometers.



To do this, use [Win-C] to open the main bar on the right, click Settings and then click On / Off. Only then Shut Down is available for selection. We’ll show you how to use Windows 8 to quickly and easily shut down your Windows® 8-tile look.


Create a Windows 8 shutdown


It is also possible under Windows 8 to open the window for shutdown on the naked Windows desktop with the key combination [Alt-F4]. This also works via VBScript with the following lines


Dim objShell set objShell = CreateObject ("shell.application") objshell.ShutdownWindows set objShell = nothing


The script is created as a text file, then it is endowed with the suffix.vbs and can then be placed on the desktop: Double-clicking on it then opens the window for shutdown. Another possibility is to call the command shutdown.exe at the command line. In the following form, Windows 8 immediately runs down and without further demand


Shutdown / s / t0


If this command is stored in a text file with the suffix.bat, this can also be started with a double-click.


It is even more practical to place a corresponding tile on the start screen, which clicks on the computer. To do so, right-click a new shortcut on the Windows desktop and type the desired shutdown command in the following form


C: \ windows \ system32 \ shutdown / s / t0


For example, you name this link. Then, move this newly created shortcut from the desktop to the C: \ ProgramData \ Microsoft \ Windows \ Startup menu \ Programs.
directory


After switching to the new start screen, you will see All Apps. [Win-Z] opens the bar at the bottom of the screen, where you click All Apps. There you can also find the link again. Select them with a right-click and then Attach to Start.


Lesetipp: Start Windows 8.1 in safe mode


Your one-click shutdown will then appear on the home screen. If you want to make the tile even more attractive, open the context menu with a right-click on the desktop, select Properties and Shortcut. Select another icon


The shutdown command still has a number of other switches. A reboot of the system has the command line


C: \ windows \ system32 \ shutdown / r / t0


A call to the shutdown command with the /? In the input prompt shows you all other possibilities.

No comments:

Post a Comment