Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Shutdown Timer v2.5 [/Release]
#1
I am proud to present my application I have been working on for a long time originating from this website: RocketDock.com.

It is really awesome and...

What It Does : It Shuts-down, Logs-Off, Restarts, Hibernates, or in a Computer-Based-Crisis, ForceQuits your Computer, Locks you Computer, Switch Users and Sleep/Standby your Computer by the Second, Minute or Hour based on your command. Just Enter an input based number in the countdown box. (If "0" Then it will instantly Shutdown, LogOff Etc...)

[Image: hailyeah.png]

---

Officially The Best Windows Shutdown, LogOff, Restart, Switch User, Hibernate, Lock, StandBy, Force Quit, Application Around ;). The Legend of Shutdown Timers Still Live. "Remember, I was the first here!" said Version 1.0.

[/b]
---
If you experience errors throughout the application, view spoiler.

Easy How-To-Use Instructions:

1. Download (You can give some Feedback after you tried it out or before because you think its cool Smile Always Appreciated.)
2. Open RocketDock up.
3. Finish Download.
4. Drag and Drop on to the Dock.
5. Enjoy and use it whenever you'd like!

-----
IN WINDOWS VISTA/WINDOWS 7 YOU MUST BE AN ADMINISTRATOR TO ENABLE AND DISABLE HIBERNATION. OR ELSE THERE IS NO POINT AND YOUR JUST CLICKING BUTTONS.
-----

Current Update & New Features (Version 2.5.0.0) [Last Update: 10:57PM, Friday - 4/1/2011]

Changes:
1. Grammatical Error Fixed
2. Disables Hibernate Options Automatically if not ran as Administrator.
3. Click My Name To Visit My Profile in About
4. Several Other Bugs Fixed
5. Officially The Best Windows Shutdown, LogOff, Restart, Switch User, Hibernate, Lock, StandBy, Force Quit, Application Around RocketDock.com. The Legend of Shutdown Timers Still Live.

Next Update: When I Detect A Glitch.

-------

Feel free to Rate, Comment and Enjoy!

-------
***A MUST HAVE TOP-DOG APPLICATION FOR YOUR DOCK!***
***A MUST HAVE TOP-DOG APPLICATION FOR YOUR DOCK!***
***A MUST HAVE TOP-DOG APPLICATION FOR YOUR DOCK!***

---------

Whats The Use? :

The App. is useful when: download takes too long and your not their to turn off the computer, set a time by minutes or hours! Just make sure its at least 15-20 Minutes or 1 Hour ahead of when the download ends. This is useful when you want to prank your friends and log them off the computer when their in the middle of their game,-- but don't do that. XD.

Private Message or Comment to me any Ideas of Improvement you have to add to this Docklet. :-)

Also, please report to me any glitchs, bugs, or failures throughout my program if any are seen! Thanks! ENJOYYY!
(Which is Doughted)

\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\

Incorperated: MaiTriCks File Manager © Inc.
Copyright: Copyright © MaiTriCks File Manager Inc. 2009 All Rights Reserved.
Trademark: MaiTriCks Incorporated ™
[Image: jfl1zajpg.gif]
Click Here To Download


[Image: t5BWm.png]
Reply
#2
Does this release contains source code, or only .bin ?
Reply
#3
oh,thanks for sharing this with us
Reply
#4
Or this is just awesome, it was something like this i wanted.

Thank you mate Smile
Reply
#5
(04-02-2011, 01:29 AM)h4yr0 Wrote: Does this release contains source code, or only .bin ?

The release does not contain any source. I shall release the source code later on.
[Image: t5BWm.png]
Reply
#6
I just cannot wait when the source code is released. :3 I probably have this somewhere on my computer but this one looks great.
Reply
#7
Good job on this, it's handy that you can plan when the computer must shut down
Reply
#8
I am adding this to my list that i may use later.
Reply
#9
@The High Roller:

First tested the log-off, the abort is not working properly. What I do?
The count down is 6o then I initiate the log off, when I press the abort, the count down still decrementing, when it reaches zero, it forcefully log off. I clicked the logon, but there's lot of msgboxs telling the log off is in session still, it continues to log off. Windows 7 here.

(04-02-2011, 01:29 AM)h4yr0 Wrote: Does this release contains source code, or only .bin ?

If you know how to do it in command line and initiate shutdown or using with sysinternal utilities then you can integrate them into vb.net programming. I beat you can do like this one too. I found out that it uses some of shell commands.

Edit: I have deobfuscate this program, and codes are viewable in reflector now but not hard to understand. The deobfuscated file is runable anyway.

Download:
Code:
http://www.fileserve.com/file/PDyWM6c

For the meantime, try to experiment with command prompt.
[Image: oAixz.png]

For hibernate on/off can be also run in command prompt with elevated privileges.
Code:
http://support.microsoft.com/kb/920730

PsShudown Utility by SysInternals
Code:
http://technet.microsoft.com/en-us/sysinternals/bb897541

How to Quickly Lock Your Computer and Use Other Windows Logo Shortcut Keys
Code:
http://support.microsoft.com/kb/294317

CodeProject: Timer Computer Shutdown (C#)
Code:
http://www.codeproject.com/KB/cs/timercomputershutdown.aspx

How to use command prompt in vb.net
Code:
http://www.codeproject.com/KB/vb/Shutdown_Restart_VBNet.aspx

How to Log off, Restart and Shutdown your System Using VB.Net
Code:
http://www.devasp.net/net/articles/display/354.html
USB Anti-virus? Try USB Drive Defender
[Image: 8bQCusS.jpg]
Reply
#10
(05-13-2011, 03:37 AM)euverve Wrote: @The High Roller:

First tested the log-off, the abort is not working properly. What I do?
The count down is 6o then I initiate the log off, when I press the abort, the count down still decrementing, when it reachers zero, it forcefully aborted. I clicked the logon, but there's lot of msgboxs telling the log off is in session still, it continues to log off. Windows 7 here.


If you know how to do it in command line and initiate shutdown or using with sysinternal utilities then you can integrate them into vb.net programming. I beat you can do like this one too. I found out that it uses some of shell commands.

Edit: I have deobfuscate this program, and codes are viewable in reflector now but not hard to understand. The deobfuscated file is runable anyway.

Download:
Code:
http://www.fileserve.com/file/PDyWM6c

For the meantime, try to experiment with command prompt.
[Image: oAixz.png]

For hibernate on/off can be also run in command prompt with elevated privileges.
Code:
http://support.microsoft.com/kb/920730

PsShudown Utility by SysInternals
Code:
http://technet.microsoft.com/en-us/sysinternals/bb897541

How to Quickly Lock Your Computer and Use Other Windows Logo Shortcut Keys
Code:
http://support.microsoft.com/kb/294317

CodeProject: Timer Computer Shutdown (C#)
Code:
http://www.codeproject.com/KB/cs/timercomputershutdown.aspx

How to use command prompt in vb.net
Code:
http://www.codeproject.com/KB/vb/Shutdown_Restart_VBNet.aspx

How to Log off, Restart and Shutdown your System Using VB.Net
Code:
http://www.devasp.net/net/articles/display/354.html

HAHAHAHA... You could go through all that damn pain or ask me for the source code politely... Thats not such a great way of putting it.
[Image: t5BWm.png]
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] Guidtech [Better then HWID][WITH VB FILES!] The-One 5 7,168 08-07-2015, 06:18 AM
Last Post: darknessxk
  [Release] Password Enhancer v1.0 [/Release] Resistance 11 5,981 09-29-2013, 08:58 PM
Last Post: Resistance
  [Release] Print Spooler Utility euverve 0 1,034 03-26-2013, 08:52 AM
Last Post: euverve
  [Release] USB Drive Defender euverve 0 1,331 03-22-2013, 06:21 AM
Last Post: euverve
  [Release] Whois+ Fragma 24 5,081 11-25-2012, 05:45 AM
Last Post: Ixam

Forum Jump:


Users browsing this thread: 5 Guest(s)