Shutdown Shortcut

  • Thread starter Thread starter Bradley Thomas
  • Start date Start date
B

Bradley Thomas

hi

In windows Vista how can I create a shortcut on my desktop to enable me to
shut down?

Regards
Bradley Thomas.
 
Bradley Thomas said:
hi

In windows Vista how can I create a shortcut on my desktop to enable me to
shut down?

Regards
Bradley Thomas.

In your root directory create a directory called Bat.
Open notepad and enter the following:

@echo off
Shutdown -s -t 2 -f

Save the file in Bat as shutdown.bat.
Right click shutdown.bat and send a shortcut to
the desktop. Then you can change the icon to
one of your choice. Icons are in: windows\
system32\SHELL32.dll.

The t 2 means shutdown in 2 seconds, which
you can change to any value.

If you change the -s in the above batch script
to -r you can create a restart shortcut in the same
manner.

If you want a Hibernate script create a bat file
with the following:

@echo off
C:\windows\system32\rundll32.exe powrprof.dll,SetSuspendState
 
hi

In windows Vista how can I create a shortcut on my desktop to enable me to
shut down?

Regards
Bradley Thomas.


Go to http://www.karenware.com/ , look down the list on the left side
of the page and choose Search. In the box type "show stopper" without
the quotes, and you will be directed to a download page for the
program. It is free. I have used it with no problem.
 
Create a shortcut with the following Command Line:

shutdown.exe -s -t 0
 
news.microsoft.com said:
Is it freeware or shareware? It doesn't say on the site.

Really? Reading helps.

Heaps of free plugins are included with the freeware 'Basic Edition' of
TweakVI. Additional plugins are available to subscribers and new plugins
will be released from time to time once they become available. Subscribe
today and immediately download up to 13 additional plugins for TweakVI.
 
Is it freeware or shareware? It doesn't say on the site.

That aces it: you are O N E D U M B B U N N Y ! !

Go back and take 30 seconds to scan the first page, moron.

DDW
 
Back
Top