How to put shutdown and hybernate buttons in buttonbar?
Moderators: Hacker, petermad, Stefan2, white
How to put shutdown and hybernate buttons in buttonbar?
I'd like to put buttons to shutdown and to hybernate in buttonbar. Any idea?
Another one to try: PowerOff, for both GUI and commandline.
Yet another one: PsShutdown, which isn't able to hibernate.
A commercial alternative is TrueLaunchBar, a replacement for the QuickLaunch bar, which has a plugin named Turn Off Computer.
Yet another one: PsShutdown, which isn't able to hibernate.
A commercial alternative is TrueLaunchBar, a replacement for the QuickLaunch bar, which has a plugin named Turn Off Computer.
Regards,
Cornelis
Cornelis
Some days ago I downloaded Power Off and put a button for it in the button bar.
There is an option in this programm which allows you to power off etc. the computer "after a process stops" and then you can choose between different processes. I'd like to shutdown my pc after a dowload with TC has been finished. Is there a process name for this which I can add or perhaps there might be another way to shutdown the computer automatically after the download is over?
There is an option in this programm which allows you to power off etc. the computer "after a process stops" and then you can choose between different processes. I'd like to shutdown my pc after a dowload with TC has been finished. Is there a process name for this which I can add or perhaps there might be another way to shutdown the computer automatically after the download is over?
If you use WinXP, there is a much simpler way.
Use Windows own 'shutdown.exe' command.
Use the following strings in of the buttons:
C:\windows\System32\shutdown.exe -s -t 00'
C:\windows\System32\shutdown.exe -r -t 00'
-The first for shutdown, the second for hibernate.
For further info, see:
http://www.budja.com/shutdown/readme.html
----------
PS: If you use WinME (possibly Win98) you can use the following strings for shutdown:
C:\WINDOWS\RUNDLL32.EXE SHELL32.DLL,SHExitWindowsEx 1
for Reboot:
C:\WINDOWS\RUNDLL32.EXE SHELL32.DLL,SHExitWindowsEx 2

Use the following strings in of the buttons:
C:\windows\System32\shutdown.exe -s -t 00'
C:\windows\System32\shutdown.exe -r -t 00'
-The first for shutdown, the second for hibernate.
For further info, see:
http://www.budja.com/shutdown/readme.html
----------
PS: If you use WinME (possibly Win98) you can use the following strings for shutdown:
C:\WINDOWS\RUNDLL32.EXE SHELL32.DLL,SHExitWindowsEx 1
for Reboot:
C:\WINDOWS\RUNDLL32.EXE SHELL32.DLL,SHExitWindowsEx 2
HerbieH*
-Keep on makin' music!
-Keep on makin' music!
I just found out, that 'shutdown.exe' is NOT a standard WinXP file.
I was fooled by the location: 'system32'
Anyway, it's freeware and you can get it here:
http://www.budja.com/shutdown/shutdown.exe

I was fooled by the location: 'system32'
Anyway, it's freeware and you can get it here:
http://www.budja.com/shutdown/shutdown.exe
HerbieH*
-Keep on makin' music!
-Keep on makin' music!
-
- Junior Member
- Posts: 7
- Joined: 2003-02-17, 06:01 UTC
> I just found out, that 'shutdown.exe' is NOT a standard WinXP file.
> I was fooled by the location: 'system32'
It came stock with my version of XP (pro)... shutdown.exe 17k - 8-23-2001
I use
%windir%\System32\shutdown.exe -s -t 00
as a shortcut target
to shut down and
%windir%\System32\shutdown.exe -r -t 00
to restart...
-=SA=-
> I was fooled by the location: 'system32'
It came stock with my version of XP (pro)... shutdown.exe 17k - 8-23-2001
I use
%windir%\System32\shutdown.exe -s -t 00
as a shortcut target
to shut down and
%windir%\System32\shutdown.exe -r -t 00
to restart...
-=SA=-
OK! The conclusion must be, that 2 versions of 'shutdown.exe' for WinXP exists:
1) A build-in with command-line options for reboot & shutdown, and possibly delay.
2) A downloadable (see above) with more options for suspend/hibernate.
I am, at this moment, not running WinXP, så I cannot personally verify this.
PS: next time, I post something on the TC-board, I will make a better 'research' on the topic, ...and perhaps make myself worthy of a 'member'-status.
1) A build-in with command-line options for reboot & shutdown, and possibly delay.
2) A downloadable (see above) with more options for suspend/hibernate.
I am, at this moment, not running WinXP, så I cannot personally verify this.
PS: next time, I post something on the TC-board, I will make a better 'research' on the topic, ...and perhaps make myself worthy of a 'member'-status.

HerbieH*
-Keep on makin' music!
-Keep on makin' music!
[face=courier]As for me I do prefer LoSOFT Tools (Down&APM), I run them from Winconsole.[/face]
[face=courier]The Protoss do NOT run from their enemies.
It is here, that we shall make our stand.[/face]
It is here, that we shall make our stand.[/face]
[face=courier]On 07-03-2003 12:34:35 +0000 Special Agent wrote:
SA> I use
SA> %windir%\System32\shutdown.exe -s -t 00
SA> as a shortcut target
System32 is in the PATH by default, so you just can run
shutdown -s -t 00
for example from Commander command line...[/face]
SA> I use
SA> %windir%\System32\shutdown.exe -s -t 00
SA> as a shortcut target
System32 is in the PATH by default, so you just can run
shutdown -s -t 00
for example from Commander command line...[/face]
[face=courier]The Protoss do NOT run from their enemies.
It is here, that we shall make our stand.[/face]
It is here, that we shall make our stand.[/face]
cool. I love those little commandline utilitiesBlack Dog wrote:[face=courier]As for me I do prefer LoSOFT Tools (Down&APM), [/face]

but I'd never pay for anything like thatBlack Dog wrote:[face=courier]I run them from Winconsole.[/face]

license #76904
-
- Junior Member
- Posts: 7
- Joined: 2003-02-17, 06:01 UTC
> but I'd never pay for anything like that You should check out
> minicmd... if only I had the url somewhere...
try here: http://homepages.borland.com/torry/apps/utilities/system/minicmd.zip
or here:
http://www.geocities.com/urifrid/minicmd-1.5-src.zip
-=SA=-
> minicmd... if only I had the url somewhere...
try here: http://homepages.borland.com/torry/apps/utilities/system/minicmd.zip
or here:
http://www.geocities.com/urifrid/minicmd-1.5-src.zip
-=SA=-
[face=courier]On 09-03-2003 05:09:08 +0000 TucknDar wrote:
T> I love those little commandline utilities
Yep, there are a lot of them, for example psshutdown.exe from Mark Russinovich PsTools. But I like down.exe more.
T> but I'd never pay for anything like that
I have free licence from author...
T> You should check out minicmd...
Well, I did. What can I say... It's not a marker to Winconsole.[/face]
T> I love those little commandline utilities

Yep, there are a lot of them, for example psshutdown.exe from Mark Russinovich PsTools. But I like down.exe more.
T> but I'd never pay for anything like that

I have free licence from author...

T> You should check out minicmd...
Well, I did. What can I say... It's not a marker to Winconsole.[/face]
[face=courier]The Protoss do NOT run from their enemies.
It is here, that we shall make our stand.[/face]
It is here, that we shall make our stand.[/face]