+ Reply to Thread
Results 1 to 7 of 7

Thread: AMP WinOFF

  1. #1

    Join Date
    02.03.09
    Posts
    69
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss69

    AMP WinOFF

    AMP WinOFF is an utility designed to schedule the shut down of Windows computers, with several shut down modes and fully configurable.
    AMP WinOFF


    really usefull utility if you don't want to wait until, for example a torrent finishes in the night
    Last edited by hojotrance; 28.05.09 at 09:09.
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    anonftw (29.05.09) , SBfreak (28.05.09) , hitman (28.05.09)

  3. #2
    Retired Staff hitman's Avatar
    Join Date
    20.05.07
    Location
    South Of Heaven
    Posts
    2,777
    Activity Longevity
    0/20 20/20
    Today Posts
    0/5 sssss2777
    looks good i used in the past Shutdown4U but ill try this one out and see if it works better.


    cheaten - wieso kompliziert wenn's auch einfach geht.!

    No Place to Hide
    Reply With QuoteReply With Quote
    Thanks

  4. #3

    Join Date
    24.12.08
    Posts
    106
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss106
    have been using this for years - great little tool!
    Reply With QuoteReply With Quote
    Thanks

  5. #4
    Retired Seal
    SealLion's Avatar
    Join Date
    03.05.08
    Location
    The Arctic--Believe it!!
    Posts
    2,079
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 sssss2079
    I've got a question here:

    Is there a part of Windows that has a built-in operation where one could shut down Windows directly through the OS itself without the use of some app like this one??
    "God, from the mount Sinai
    whose grey top shall tremble,
    He descending, will Himself,
    in thunder, lightning, and loud trumpet’s sound,
    ordain them laws".


    John Milton (1608-1674) in Paradise Lost


    Ripley's SealLion's Believe it or Not! ~ NASCAR car crashes and Windows have just one thing in common.
    Oh, oh. Better use LINUX.
    Reply With QuoteReply With Quote
    Thanks

  6. #5
    Advanced User alpacino's Avatar
    Join Date
    18.03.09
    Location
    locked in Alchemilla Hospital
    P2P Client
    none, just the toolz
    Posts
    2,064
    Activity Longevity
    6/20 18/20
    Today Posts
    1/5 sssss2064
    Quote Originally Posted by SealLion View Post
    I've got a question here:

    Is there a part of Windows that has a built-in operation where one could shut down Windows directly through the OS itself without the use of some app like this one??
    I know the shutdown command to shutdown windows (in XP), and it supports some switches. Just type shutdown with no arguments in a command prompt window to see the syntax. And with some DOS coding skills you could make some batch file.
    it's hip to be square
    Reply With QuoteReply With Quote
    Thanks

  7. Who Said Thanks:

    SealLion (31.05.09)

  8. #6
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,410
    Activity Longevity
    6/20 19/20
    Today Posts
    0/5 ssss39410
    alpacino is right. You could use the Task Scheduler to make the following command run at a certain time:
    Code:
    shutdown -s -f -t 0
    It'll 'f'orce a 's'hutdown. The -t 0 is to prevent the "Windows is about to shut down" window from showing up - useless since you won't be there.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  9. Who Said Thanks:

    alpacino (31.05.09)

  10. #7
    Moderator
    shoulder's Avatar
    Join Date
    12.04.08
    Location
    I*** D* M*****
    Posts
    4,827
    Activity Longevity
    3/20 19/20
    Today Posts
    0/5 sssss4827
    The easiest way for a sheduled shutdown is:
    Code:
    shutdown -s -t x
    x = time to wait until shutdown in seconds



    ------------------------------>>>>>>>>>> <<<<<<<<<<------------------------------

    Reply With QuoteReply With Quote
    Thanks

  11. Who Said Thanks:

    SealLion (31.05.09)

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •