Abort Forced Reboot

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • PooFlinger1

    #1

    Abort Forced Reboot

    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?

  • Newbie Coder

    #2
    Re: Abort Forced Reboot

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

    InitializeSyste mShutdown 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


    Comment

    • PooFlinger1

      #3
      Re: Abort Forced Reboot

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

      Comment

      • aaron.kempf@gmail.com

        #4
        Re: Abort Forced Reboot

        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 fucking serious.

        catch a clue; norton is the least secure solution

        Comment

        • PooFlinger1

          #5
          Re: Abort Forced Reboot


          aaron.kempf@gma il.com wrote:
          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 fucking 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.

          Comment

          • Bruce W. Darby

            #6
            Re: Abort Forced Reboot

            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

            "PooFlinger 1" <PooFlinger1@gm ail.comwrote in message
            news:1169481656 .721237.284500@ v45g2000cwv.goo glegroups.com.. .
            >
            aaron.kempf@gma il.com wrote:
            >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 fucking 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.
            >

            Comment

            Working...