Results 1 to 5 of 5

Thread: Creating a shutdown Program

  1. #1
    Join Date
    Jan 2006
    Posts
    104

    Creating a shutdown Program

    Hello I would like to know how to make a program that starts at the same time as xp pro to block shutdown even though it has the attribute 0 sec time and then shutdown the pc it has sent the command. Hope you can help me
    Live, Love, Die, But
    ···ENjO¥···

  2. #2
    Join Date
    Dec 2007
    Posts
    1,736

    Re: Creating a Program

    You create one .Bat that is "shutdown-a" but it did launch once during startup, after if you want to run it regularly is a bit more complicated

  3. #3
    Join Date
    Jan 2006
    Posts
    104

    Re: Creating a Program

    that I know but I want it launching automatically when the shutdown is send to my pc and then recovery of the IP of the sender and return of a shutdown command in the opposite direction.
    Live, Love, Die, But
    ···ENjO¥···

  4. #4
    Join Date
    Dec 2007
    Posts
    1,599

    Re: Creating a Program

    normally you can not extinguish a PC with the shutdown command remotely
    windows has always denied the shutdown-m ...
    It depends on the Rights of the current session

  5. #5
    Join Date
    Dec 2007
    Posts
    1,547

    Re: Creating a Program

    Shutdown.exe allows you to either restart or shut down your computer from a command prompt. Optionally, you can create a shortcut to shutdown.exe that is more accessible.

    Right click on the Desktop.
    Left click on New > Shortcut.

    In the Type the location of the item: textbox enter
    %windir%\System32\shutdown.exe -s

    The -s parameter is used to shut down the computer.

    The following two parameters can be used with -s:
    -f Forces running applications to close without warning.
    -t xx Set timeout for shutdown to xx seconds.

    The following command would shut down instantly.
    %windir%\System32\shutdown.exe -s -f -t 00

    Click the Next > button.

    In the Type a name for this shortcut: textbox enter
    Shutdown My Computer (or some other name of your choice)

    Click the Finish button.

Similar Threads

  1. How to run program to shutdown pc
    By Eugenia in forum Operating Systems
    Replies: 5
    Last Post: 01-06-2011, 09:51 PM
  2. Creating Vista Shutdown.bat file
    By BALLARI in forum Operating Systems
    Replies: 3
    Last Post: 07-03-2011, 05:24 AM
  3. Which program is best for creating torrent on mac
    By Tamkinat in forum Technology & Internet
    Replies: 6
    Last Post: 27-06-2010, 12:05 AM
  4. Creating Icons for Shutdown and Reboot
    By Orlando in forum Tips & Tweaks
    Replies: 2
    Last Post: 21-03-2009, 05:29 PM
  5. Creating program in pags. Html
    By Anti_Trend in forum Software Development
    Replies: 1
    Last Post: 30-09-2008, 07:24 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,716,933,468.32280 seconds with 16 queries