James
Happy New Year
Jerry
--
The quickest way to double your money,
is fold it in half and put it in your pocket.
"James" <moore...@hotmail.com> wrote in message
news:1136086212.7...@g43g2000cwa.googlegroups.com...
Create a desktop Icon with the following:
Right click on the desktop and select New - Shortcut,
Type: C:\windows\system32\shutdown.exe -s -t -0
hit Next and exit.
--
The quickest way to double your money,
is fold it in half and put it in your pocket.
"James" <moore...@hotmail.com> wrote in message
news:1136086212.7...@g43g2000cwa.googlegroups.com...
--
The quickest way to double your money,
is fold it in half and put it in your pocket.
"James" <moore...@hotmail.com> wrote in message
news:1136086212.7...@g43g2000cwa.googlegroups.com...
herbzee wrote:
> I did all this and when I execute the icon, my monitor turns black
> for a couple of seconds and then reverts to it's original status.
> What am I doing wrong ?
> cheers-Herb.
Well.. For one thing, the "-0" isa just wrong.
Try this (f4rom WAY earlier in this thread.)
shutdown -s -t 1 -c "Superfast Shutdown in T-Minus 1 Second.." -f
The -c is for fun (Comments). The -f is to force running applications to
close without
warning.
--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html
Shenan Stanley wrote:
> Squire wrote:
>
>>An alternate plan would be to use Shutdown.exe
>>It is built into XP and does a nice job of shutting down.
>>
>>Create a desktop Icon with the following:
>>Right click on the desktop and select New - Shortcut,
>>
>>Type: C:\windows\system32\shutdown.exe -s -t -0
>>hit Next and exit.
>
>
> herbzee wrote:
>
>>I did all this and when I execute the icon, my monitor turns black
>>for a couple of seconds and then reverts to it's original status.
>>What am I doing wrong ?
>>cheers-Herb.
>
>
> Well.. For one thing, the "-0" isa just wrong.
> Try this (f4rom WAY earlier in this thread.)
>
> shutdown -s -t 1 -c "Superfast Shutdown in T-Minus 1 Second.." -f
>
> The -c is for fun (Comments). The -f is to force running applications to
> close without
> warning.
>
I see no ref. to f4. The earliest thread I have is 12/31/05
cheers-Herb.
Jerry
>>
f4rom is a typo. (from)
The post I refer to can be found in the Google Groups archival of the
original listing of this thread:
Did the command now work for you?