1

Possible Duplicate:
How do I shutdown Windows 8?

Shortcut to Shutdown in Windows 8?

Something that I can place on desktop, taskbar or even a keyboard shortcut!

DOM
  • 532

1 Answers1

2

Somebody made a program here that you may find relevant.

enter image description here

You can manually make a shutdown script by

  1. Open notepad and pasting the following text C:\Windows\System32\shutdown.exe -s -t 00
  2. Save the file as shutdownScript.bat
  3. When you run this script it will shutdown your computer, make a shortcut to the script
Mikhail
  • 3,872