Shutdown Shortcut

J

JAX

I had shortcuts on my desktop for both shutdown and restart but, I have
forgotten how to create them. It's an easy task, just a matter of r-click
the desktop and "New>shortcut" then typing something like"shutdown -s -t00"
but, that isn't it. Could someone remind me how it goes?

I had a file with all kinds of neat little tricks like that but somehow, I
missed backing it up before a HD failed.

TIA, JAX
 
V

Venkatesh

Hi there,

Yeah the shutdown shorcut... it's right here:

Copy the line below to Notepad: Name it and save with a
JS extension.

(new ActiveXObject("Shell.Application")).ShutdownWindows();

You may also would like to see here:

http://www.budja.com/shutdown/

Happy Holidays !! :)

Venkatesh [MCSD] [CCNA]
 
J

JAX

Thank you Venkatesh, that was a quick reply.

JAX

Venkatesh said:
Hi there,

Yeah the shutdown shorcut... it's right here:

Copy the line below to Notepad: Name it and save with a
JS extension.

(new ActiveXObject("Shell.Application")).ShutdownWindows();

You may also would like to see here:

http://www.budja.com/shutdown/

Happy Holidays !! :)

Venkatesh [MCSD] [CCNA]
-----Original Message-----
I had shortcuts on my desktop for both shutdown and restart but, I have
forgotten how to create them. It's an easy task, just a matter of r-click
the desktop and "New>shortcut" then typing something like"shutdown -s -t00"
but, that isn't it. Could someone remind me how it goes?

I had a file with all kinds of neat little tricks like that but somehow, I
missed backing it up before a HD failed.

TIA, JAX


.
 
R

Ramesh [MVP]

Right-click on your desktop and select New / Shortcut. You will see the Create Shortcut wizard. In the field labeled Type location of the item enter the following command:
"Shutdown -s -t 0"

Click Next. Enter a name for the shortcut, e.g. Quick Shutdown. Click Finish.

--
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k
-------------------------------------------
Computer viruses: description, prevention, and recovery:
http://support.microsoft.com/?kbid=129972
-------------------------------------------


I had shortcuts on my desktop for both shutdown and restart but, I have
forgotten how to create them. It's an easy task, just a matter of r-click
the desktop and "New>shortcut" then typing something like"shutdown -s -t00"
but, that isn't it. Could someone remind me how it goes?

I had a file with all kinds of neat little tricks like that but somehow, I
missed backing it up before a HD failed.

TIA, JAX
 
J

JAX

Hi Ramesh,

That's the method I was looking for, thank you.

For anyone else reading this and might be interested; To make a shortcut for
reboot, just replace the "r" with an "s".

Happy Holidays,
JAX

Right-click on your desktop and select New / Shortcut. You will see the
Create Shortcut wizard. In the field labeled Type location of the item enter
the following command:
"Shutdown -s -t 0"

Click Next. Enter a name for the shortcut, e.g. Quick Shutdown. Click
Finish.

--
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k
-------------------------------------------
Computer viruses: description, prevention, and recovery:
http://support.microsoft.com/?kbid=129972
-------------------------------------------


I had shortcuts on my desktop for both shutdown and restart but, I have
forgotten how to create them. It's an easy task, just a matter of r-click
the desktop and "New>shortcut" then typing something like"shutdown -s -t00"
but, that isn't it. Could someone remind me how it goes?

I had a file with all kinds of neat little tricks like that but somehow, I
missed backing it up before a HD failed.

TIA, JAX
 
R

Ramesh [MVP]

Most welcome, JAX

--
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k
-------------------------------------------
Computer viruses: description, prevention, and recovery:
http://support.microsoft.com/?kbid=129972
-------------------------------------------


Hi Ramesh,

That's the method I was looking for, thank you.

For anyone else reading this and might be interested; To make a shortcut for
reboot, just replace the "r" with an "s".

Happy Holidays,
JAX

Right-click on your desktop and select New / Shortcut. You will see the
Create Shortcut wizard. In the field labeled Type location of the item enter
the following command:
"Shutdown -s -t 0"

Click Next. Enter a name for the shortcut, e.g. Quick Shutdown. Click
Finish.

--
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k
-------------------------------------------
Computer viruses: description, prevention, and recovery:
http://support.microsoft.com/?kbid=129972
-------------------------------------------


I had shortcuts on my desktop for both shutdown and restart but, I have
forgotten how to create them. It's an easy task, just a matter of r-click
the desktop and "New>shortcut" then typing something like"shutdown -s -t00"
but, that isn't it. Could someone remind me how it goes?

I had a file with all kinds of neat little tricks like that but somehow, I
missed backing it up before a HD failed.

TIA, JAX
 
G

Guest

Just out of interest.. is there any way to make the
shudown process a lot quicker with the "Shutdown -s -t 0"
method? Because it takes a lot longer to shut down that
way then going to start > shutdown..

-----Original Message-----
Right-click on your desktop and select New / Shortcut.
You will see the Create Shortcut wizard. In the field
labeled Type location of the item enter the following
command:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top