Help - Search - Members - Calendar
Full Version: Hide Shutdown
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
engert100
Hi.

when using the following code in any batch file:
CODE
shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..."

you'll get this annying popup: Click to view attachment

Is there any way to hide this window?
If not, is there a third party program which will allow you to restart the PC without any popups?

Thanks.

sp00f
QUOTE (engert100 @ Jul 9 2008, 08:57 PM) *
Hi.

when using the following code in any batch file:
CODE
shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..."

you'll get this annying popup: Click to view attachment

Is there any way to hide this window?
If not, is there a third party program which will allow you to restart the PC without any popups?

Thanks.

leave the text out
engert100
I tried shutdown.exe -r -f but the popup still shows up.

Any other sugesstions?
radix
QUOTE (engert100 @ Jul 10 2008, 03:17 PM) *
Any other sugesstions?

AutoIt:
CODE
Shutdown(1)

You can compile the script and call it from a batch file.
engert100
Thank you
hapecatŪ
QUOTE (engert100 @ Jul 9 2008, 02:57 PM) *
If not, is there a third party program which will allow you to restart the PC without any popups?

You might give this one a try: Quick ShutDown
I've been using it for several years and really like it.
trinivo7
Some months ago I found a rea gem called : ChaosShut thumbup.gif
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.