Abort Forced Reboot

P

PooFlinger1

I am writing an application which will install a number of updates
(silently) as well as installing Norton and Spysweeper silently.
Problem is that after spysweeper installs, it performs a forced reboot
of the PC. How would I abort the FORCED shutdown?
 
N

Newbie Coder

Check to see if there are any command line arguments you can use to stop
shutdown

InitializeSystemShutdown API is what you need to look for

On the http://www.gotdotnet.com code samples is a piece of code that stops
Windows shutdown

Newbie Coder
 
P

PooFlinger1

Command line arguments do not work... They stop normal shutdowns, but
cannot abort a forced shutdown...
 
A

aaron.kempf

i would start with

a) not using crappy ass 3rd party software
and then
b) not using crappy ass 3rd party software


I'm dead ****ing serious.

catch a clue; norton is the least secure solution
 
P

PooFlinger1

i would start with

a) not using crappy ass 3rd party software
and then
b) not using crappy ass 3rd party software


I'm dead ****ing serious.

catch a clue; norton is the least secure solution

Wow, next time you have a biased opinion that has nothing to do with
the subject at hand, please, do me a favor, keep it to yourself. I
didn't ask for an opinion on the software that was being installed, but
as how to abort a forced shutdown.
 
B

Bruce W. Darby

PooFlinger1,

Aaron is a troll. 'tis best to ignore him and I'm sure someone who can
answer your question will stop by soon with a 'constructive' option.

Bruce
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top