jvanegmond Posted July 3, 2006 Posted July 3, 2006 (edited) start>run "gpedit.msc" Computerconfiguration > Windows- Settings > Scripts( Start up / Shutdown ) > Shutdown Write a script that is: Run("Shutdown -a") and Add it to the list. [Edit] I did: Run("Shutdown -a") MsgBox(0, "" , "Shutdown aborted") The msgBox appeared somewhere in the blue screen in WinXp and what it said was: Running shutdown scripts. This is too late to abort it i believe.. Edited July 3, 2006 by Manadar github.com/jvanegmond
gamepin126 Posted July 3, 2006 Posted July 3, 2006 http://www.vbaccelerator.com/home/VB/Tips/...own/article.aspI know some people have here have a VB compiler, just do that.
dnsi Posted July 3, 2006 Posted July 3, 2006 Your script wont prevent the user from unpluging the cord. My Programs:Flip-Flop File Encryption SysyemMULTIPLAYER-SOCKETSERVERHide An Archive In A Picture
Briegel Posted July 3, 2006 Author Posted July 3, 2006 @gamepin126, that's what I primary wanted. But how to realize with AutoIt? Briegel
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now