Need a shortcut for rebooting my computer

Locked
Guest

Need a shortcut for rebooting my computer

Post by Guest »

Anyone know what command it is in winxp? I'll be able to assign a keypress combination for it, right?
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Post by FragaGeddon »

Create a new shortcut and put this in the target box:

shutdown:
%windir%\System32\shutdown.exe -s -t 00

reboot:
%windir%\System32\shutdown.exe -r -t 00

logoff:
%windir%\System32\shutdown.exe -l -t 00
Guest

Post by Guest »

thanks *kiss*
Guest

Post by Guest »

Hmm the shortcut doesn't work with the keypress, anyone know how to make it work?
Bdw3
Posts: 3348
Joined: Sun Mar 12, 2000 8:00 am

Post by Bdw3 »

In my experience key shortcuts only work when the shortcut is on the desktop; and even then, only when the desktop is in focus.
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Post by FragaGeddon »

ToxicBug wrote:Hmm the shortcut doesn't work with the keypress, anyone know how to make it work?
Just put the shortcut in your taskbar, then it's just one simple click.
User avatar
raw
Posts: 2739
Joined: Tue Nov 16, 1999 8:00 am

Post by raw »

Put this in your registry, reboot, and to activate press "scroll lock" twice. Make sure everything is saved.

Code: Select all

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters]
"CrashOnCtrlScroll"=dword:00000001
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Post by FragaGeddon »

raw wrote:Put this in your registry, reboot, and to activate press "scroll lock" twice. Make sure everything is saved.

Code: Select all

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters]
"CrashOnCtrlScroll"=dword:00000001
Well that wouldn't work if you have a kvm switch.
Underpants?
Posts: 4755
Joined: Mon Oct 22, 2001 7:00 am

Post by Underpants? »

excellent point, Obi-Wan 0bviousi.
Locked