Unable to reboot using Alt+Ctrl+Del

G

Guest

On my old computer I was able to hold down Alt+Ctrl+Del for 10 seconds and my
computer would automatically reboot. My new machine does not do that. How do
I enable this functinality on my new machine (XP Media Center 2004 wich is
basically XP Pro)? Any help would be appreciated.
 
J

JerryM \(ID\)

Ctrl + Alt + Del only brings up the task manager in XP.
You can create a shortcut icon on your task bar by using the following code:
Shutdown = Shutdown.exe -s -t 05
Restart = Shutdown.exe -r -t 05
It will create an Icon on the desktop which you can drag down to the Quick
launch on the task bar.
You can select a different Icon for each one by right clicking the Icon and
properties.
 
F

~ FreeSpirit ~

JerryM (ID) said:
Ctrl + Alt + Del only brings up the task manager in XP.
You can create a shortcut icon on your task bar by using the following code:
Shutdown = Shutdown.exe -s -t 05
Restart = Shutdown.exe -r -t 05
It will create an Icon on the desktop which you can drag down to the Quick
launch on the task bar.
You can select a different Icon for each one by right clicking the Icon and
properties.
==========================
Where is the Shutdown and Restart code typed?

FS~
Completely FREE software:
http://www.pricelessware.org/thelist/index.htm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
J

JerryM \(ID\)

Right click on the desktop,
select New and shortcut.
type the code where indicated.
follow the screen prompts.
 

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