From: o//annabee on
:) Why do simple when you can do complicated ?


[ExplorerClassName:"Progman" 0]
[DestroyWindow|
APIFindWindow #1 &NULL
or eax eax | je D0>
push eax | APIPostMessage eax &WM_QUIT 0 0 | pop eax
D0:]

ThisApp.DestroyExplorer:
DestroyWindow ExplorerClassName
ret

Thats all it took :)
The other code I posted wore traumatic to say the least.
In short, find Progman, post it a &WM_QUIT message :)


--
http://TheWannabee.org
From: Alex on
Another good way is to boot from a DOS boot disk
and delete the primary/active partition on the drive that
windows boots from.

:D
yep

"\\o//annabee" <http://TheWannabee.org> wrote in message
news:opsns0ztuv1ounrv(a)news.braodpark.no...
> :) Why do simple when you can do complicated ?
>
>
> [ExplorerClassName:"Progman" 0]
> [DestroyWindow|
> APIFindWindow #1 &NULL
> or eax eax | je D0>
> push eax | APIPostMessage eax &WM_QUIT 0 0 | pop eax
> D0:]
>
> ThisApp.DestroyExplorer:
> DestroyWindow ExplorerClassName
> ret
>
> Thats all it took :)
> The other code I posted wore traumatic to say the least.
> In short, find Progman, post it a &WM_QUIT message :)
>
>
> --
> http://TheWannabee.org


From: o//annabee on
Pý Fri, 18 Mar 2005 12:39:42 +1100, skrev Alex <alex(a)alex.com>:

> haha :-)
>
> ok sounds good. actually bad idea. it never ends at one beer
> with me.. 12 or 13 beers later.. yep :]

Sometimes, this is the only sensible thing to do.

> I am looking at my empty German bier drinking stein
> on the shelf next to me, it holds 1 litre of beer
>
> up for a few steins of beer? :P

Yep :) When i have sleept 48 hours.

--
http://TheWannabee.org
From: Alex on
wolfgang can come too, he can have a glass of lemonade :-)


"\\o//annabee" <http://TheWannabee.org> wrote in message
news:opsns9cqib1ounrv(a)news.braodpark.no...
> Pý Fri, 18 Mar 2005 12:39:42 +1100, skrev Alex <alex(a)alex.com>:
>
>> haha :-)
>>
>> ok sounds good. actually bad idea. it never ends at one beer
>> with me.. 12 or 13 beers later.. yep :]
>
> Sometimes, this is the only sensible thing to do.
>
>> I am looking at my empty German bier drinking stein
>> on the shelf next to me, it holds 1 litre of beer
>>
>> up for a few steins of beer? :P
>
> Yep :) When i have sleept 48 hours.
>
> --
> http://TheWannabee.org


From: Robert Redelmeier on
Alex <alex(a)alex.com> wrote:
> Another good way is to boot from a DOS boot disk and delete
> the primary/active partition on the drive that windows
> boots from.

Actually, I routinely kill Explorer and it's tree from TaskMgr
on MS-Win2k systems. Then usually relaunch Explorer. This
clears out a bunch of processes I usually don't need or want.

-- Robert