Jump to content

Prevent Hybrid Shutdown


Recommended Posts

I have an AutoIt script thatĀ checks an automated software deployment tool I use (wpkg) to determine if there are any software changes pending for the computer the script is running on. If there are, it displays details of the pending changes in a nice friendly GUI, and asks the user if they'd like to reboot the computer (software changes are applied during reboot).

I don't necessarily want to force the user to reboot, but the problem is that wpkg only applies changes on a reboot or a full boot, and Windows >8 uses hybrid boot by default (which is the reason for the script in the first place).

If the user chooses not to reboot immediately, I'd like the script to be able to tell the OS that it's next shutdown should be a full shutdown (not a hybrid shutdown). Is anyone aware if that's possible? My searching hasn't revealed any AutoIt functions or even windows API calls that support this feature.

I don't want to permanently disable hybrid boot in the OS, but if I can do that with AutoIt then that would be an acceptable solution if it comes to it - I'd then just re-enable it on the next startup.

Edited by JayWll
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...