I do stop shutdown in Windows

Hello…!!

I do stop shutdown in windows (windows nt4.0 / windows 2000 /windows
2003)…
I want to understand whether in Kernel, however, isn’t shutdown made and it
can do.

I do hooking ZwShutdownSystem()…but windows can not break shutdown…

How do stop Shutdown system…??
Please Help me…

Please do not do this. Laptop users will be VERY angry having their
computer damaged by heat due to your software :slight_smile:

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From: “u9220502”
Newsgroups: ntdev
To: “Windows System Software Devs Interest List”
Sent: Thursday, June 24, 2004 6:15 AM
Subject: [ntdev] I do stop shutdown in Windows

> Hello…!!
>
> I do stop shutdown in windows (windows nt4.0 / windows 2000 /windows
> 2003)…
> I want to understand whether in Kernel, however, isn’t shutdown made and it
> can do.
>
> I do hooking ZwShutdownSystem()…but windows can not break shutdown…
>
> How do stop Shutdown system…??
> Please Help me…
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com

I think they are a heck of a lot more likely to be very angry about
losing all their data when the battery runs out, but I agree with
Maxim’s sentiment.

Maxim S. Shatskih wrote:

Please do not do this. Laptop users will be VERY angry having their
computer damaged by heat due to your software :slight_smile:

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From: “u9220502”
> Newsgroups: ntdev
> To: “Windows System Software Devs Interest List”
> Sent: Thursday, June 24, 2004 6:15 AM
> Subject: [ntdev] I do stop shutdown in Windows
>
>
>
>>Hello…!!
>>
>>I do stop shutdown in windows (windows nt4.0 / windows 2000 /windows
>>2003)…
>>I want to understand whether in Kernel, however, isn’t shutdown made and it
>>can do.
>>
>>I do hooking ZwShutdownSystem()…but windows can not break shutdown…
>>
>>How do stop Shutdown system…??
>>Please Help me…
>>
>>
>>
>>—
>>Questions? First check the Kernel Driver FAQ at
>
> http://www.osronline.com/article.cfm?id=256
>
>>You are currently subscribed to ntdev as: xxxxx@storagecraft.com
>>To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>


…/ray..

Please remove “.spamblock” from my email address if you need to contact
me outside the newsgroup.

Unfortunately in cases such as background format running on a CD-MRW or
DVD+RW, you might really like to prevent the immediate shutdown and instead
safely close the disc (which takes an average 60 sec, but sometimes more),
avoiding the user to loose his data on the open media. :wink:

Best regards,

David Burg


David Burg
Software Development,
InCD Project Leader

Ahead Software AG
Im Stoeckmaedle 18 fax: +49 (0)7248 911 888
76307 Karlsbad email: xxxxx@nero.com
Germany http://www.nero.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Ray Trent
Sent: Friday, June 25, 2004 7:39 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] I do stop shutdown in Windows

I think they are a heck of a lot more likely to be very angry about
losing all their data when the battery runs out, but I agree with
Maxim's sentiment.

Maxim S. Shatskih wrote:

Please do not do this. Laptop users will be VERY angry having their
computer damaged by heat due to your software :slight_smile:

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From: "u9220502"
> Newsgroups: ntdev
> To: "Windows System Software Devs Interest List"
> Sent: Thursday, June 24, 2004 6:15 AM
> Subject: [ntdev] I do stop shutdown in Windows
>
>
>
>>Hello...!!
>>
>>I do stop shutdown in windows (windows nt4.0 / windows 2000 /windows
>>2003)....
>>I want to understand whether in Kernel, however, isn't shutdown made and
it
>>can do.
>>
>>I do hooking ZwShutdownSystem()...but windows can not break shutdown...
>>
>>How do stop Shutdown system....??
>>Please Help me...
>>
>>
>>
>>---
>>Questions? First check the Kernel Driver FAQ at
>
> http://www.osronline.com/article.cfm?id=256
>
>>You are currently subscribed to ntdev as: xxxxx@storagecraft.com
>>To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>

--
../ray..

Please remove ".spamblock" from my email address if you need to contact
me outside the newsgroup.

---
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: xxxxx@nero.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

I guess if notebooks melts down, data are lost anyway :wink:

Best regards,

Michal Vodicka
UPEK, Inc.
[xxxxx@upek.com, http:://www.upek.com]


From: xxxxx@lists.osr.com[SMTP:xxxxx@lists.osr.com] on behalf of Ray Trent[SMTP:xxxxx@synaptics.spamblock.com]
Reply To: Windows System Software Devs Interest List
Sent: Friday, June 25, 2004 7:39 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] I do stop shutdown in Windows

I think they are a heck of a lot more likely to be very angry about
losing all their data when the battery runs out, but I agree with
Maxim’s sentiment.

Maxim S. Shatskih wrote:

> Please do not do this. Laptop users will be VERY angry having their
> computer damaged by heat due to your software :slight_smile:
>
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> xxxxx@storagecraft.com
> http://www.storagecraft.com
>
>
> ----- Original Message -----
> From: “u9220502”
> > Newsgroups: ntdev
> > To: “Windows System Software Devs Interest List”
> > Sent: Thursday, June 24, 2004 6:15 AM
> > Subject: [ntdev] I do stop shutdown in Windows
> >
> >
> >
> >>Hello…!!
> >>
> >>I do stop shutdown in windows (windows nt4.0 / windows 2000 /windows
> >>2003)…
> >>I want to understand whether in Kernel, however, isn’t shutdown made and it
> >>can do.
> >>
> >>I do hooking ZwShutdownSystem()…but windows can not break shutdown…
> >>
> >>How do stop Shutdown system…??
> >>Please Help me…
> >>
> >>
> >>
> >>—
> >>Questions? First check the Kernel Driver FAQ at
> >
> > http://www.osronline.com/article.cfm?id=256
> >
> >>You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> >>To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
> >
> >
>
> –
> …/ray..
>
> Please remove “.spamblock” from my email address if you need to contact
> me outside the newsgroup.
>
> —
> Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@upek.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

What about WM_QUERYENDSESSION message. Isn’t it a documented way of
preventing shutdown?

–htfv

“David Burg” wrote in message news:xxxxx@ntdev…
> Unfortunately in cases such as background format running on a CD-MRW or
> DVD+RW, you might really like to prevent the immediate shutdown and
> instead
> safely close the disc (which takes an average 60 sec, but sometimes more),
> avoiding the user to loose his data on the open media. :wink:
>
> Best regards,
>
> David Burg
>
> ----------------------------------------------------------------
> David Burg
> Software Development,
> InCD Project Leader
>
> Ahead Software AG
> Im Stoeckmaedle 18 fax: +49 (0)7248 911 888
> 76307 Karlsbad email: xxxxx@nero.com
> Germany http://www.nero.com
> ----------------------------------------------------------------
>
>
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Ray Trent
> Sent: Friday, June 25, 2004 7:39 PM
> To: Windows System Software Devs Interest List
> Subject: Re:[ntdev] I do stop shutdown in Windows
>
>
> I think they are a heck of a lot more likely to be very angry about
> losing all their data when the battery runs out, but I agree with
> Maxim’s sentiment.
>
> Maxim S. Shatskih wrote:
>
>> Please do not do this. Laptop users will be VERY angry having their
>> computer damaged by heat due to your software :slight_smile:
>>
>> Maxim Shatskih, Windows DDK MVP
>> StorageCraft Corporation
>> xxxxx@storagecraft.com
>> http://www.storagecraft.com
>>
>>
>> ----- Original Message -----
>> From: “u9220502”
>> Newsgroups: ntdev
>> To: “Windows System Software Devs Interest List”
>> Sent: Thursday, June 24, 2004 6:15 AM
>> Subject: [ntdev] I do stop shutdown in Windows
>>
>>
>>
>>>Hello…!!
>>>
>>>I do stop shutdown in windows (windows nt4.0 / windows 2000 /windows
>>>2003)…
>>>I want to understand whether in Kernel, however, isn’t shutdown made and
> it
>>>can do.
>>>
>>>I do hooking ZwShutdownSystem()…but windows can not break shutdown…
>>>
>>>How do stop Shutdown system…??
>>>Please Help me…
>>>
>>>
>>>
>>>—
>>>Questions? First check the Kernel Driver FAQ at
>>
>> http://www.osronline.com/article.cfm?id=256
>>
>>>You are currently subscribed to ntdev as: xxxxx@storagecraft.com
>>>To unsubscribe send a blank email to xxxxx@lists.osr.com
>>
>>
>>
>
> –
> …/ray..
>
> Please remove “.spamblock” from my email address if you need to contact
> me outside the newsgroup.
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@nero.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>