how to create shortcut on desktop for shutdown

engineer_vinay

engineer_vinay

@engineer-vinay-vETp5V Oct 26, 2024
Hi all,

Can anyone help me to create a shortcut on desktop for shutdown?

I hv already tried to make it from system file %shutdown.exe%. but it is not working but shortcut of logoff from there is working.. why???
😕

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • vishalhak

    vishalhak

    @vishalhak-B2sHVo Nov 20, 2007

    Vinay, Here's your answer
    goto c:\windows\system32\shutdown.exe -> create a shortcut of this file on desktop ->goto the shortcut's properties ->edit its target as follows
    "C:\WINDOWS\system32\shutdown.exe" -s -t 00 (do not eliminate the quotes)
  • engineer_vinay

    engineer_vinay

    @engineer-vinay-vETp5V Nov 20, 2007

    Hi Vishal,

    Thanks for ur reply but my problem is still here , when creating shortcut as per ur sugestion. but it is not goind to shut down?

    Pls??
  • xheavenlyx

    xheavenlyx

    @xheavenlyx-CbvN62 Nov 21, 2007

    Amazing!!!!!!!!

    I will try this myself, and let you know, not prommising, but awesome Q! 😀
  • vishalhak

    vishalhak

    @vishalhak-B2sHVo Nov 21, 2007

    have you edited its target as mentioned?
  • engineer_vinay

    engineer_vinay

    @engineer-vinay-vETp5V Nov 21, 2007

    Hi vishal,

    I create shortcut and then edit it's target to -s-t 00.

    But it is not working.you have done it or not?
  • vishalhak

    vishalhak

    @vishalhak-B2sHVo Dec 5, 2007

    you don't have to delete the original target, just add -s-t 00 after the double quotes
  • er.puneet

    er.puneet

    @erpuneet-D5bETx Dec 14, 2007

    Mr.vinay its working,

    goto c:\windows\system32\shutdown.exe -> create a shortcut of this file on desktop ->goto the shortcut's properties ->edit its target as follows
    "C:\WINDOWS\system32\shutdown.exe" -s -t 00
  • inet2910

    inet2910

    @inet2910-BSAW0O Jan 26, 2008

    yup...it works...and simiarly try these combinations out...using these u can make a shot cut restart icon, log off icon etc.
    -s :shuts down the PC
    -l :logs off the current user
    -t nn :indicates the duration of delay in 'nn' seconds
    -c "messagetext" :displays a message in system shutdown menu
    -f :forces any running applications to shut down
    -r :reboots the PC
  • jay_hotmail

    jay_hotmail

    @jay-hotmail-637DXF Jan 26, 2008

    Hi vinay,

    The process for creating shortcut of shutdown is same as described above. "C:\WINDOWS\system32\shutdown.exe" -s -t 00.

    Please check the folder name and drive name [C: or D: or E: etc] of your "windows".
  • engineer_vinay

    engineer_vinay

    @engineer-vinay-vETp5V Jan 28, 2008

    yes , its working.

    Thanks Vishal Hak.
  • krintte

    krintte

    @krintte-b680vs Jan 29, 2008

    hi go through the following steps for better performance.

    1. Right-click your Dekstop Computer and select New > Shortcut from the drop down menu
    2. In the browse box type: SHUTDOWN -s -t 01, click Next
    3. Type a desired name for your shortcut, click Finish
    4. After completing this step, you should have a new shortcut on your desktop that allows you to shut down your computer by simply clicking on it.
    5. When done verify function of the shortcut by double-clicking on it.