mikejp56 Posted July 4, 2013 Posted July 4, 2013 I would like to be able to set what time a Windows PC will automatically shut down. Does anyone have a script for this? Thanks. Mike
water Posted July 4, 2013 Posted July 4, 2013 You posted in the wrong forum! Have a look at function Shutdown. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
mikejp56 Posted July 4, 2013 Author Posted July 4, 2013 Hi water, Thanks for the tip, and sorry for posting in the wrong forum. Mike
scubar Posted July 4, 2013 Posted July 4, 2013 Heres a quick basic version you can edit. While 1 $Time = @Hour & @MIN If $Time = "2335" Then Shutdown(5) ExitLoop Else Sleep(30000) EndIf WEnd
Kurto2021 Posted July 5, 2013 Posted July 5, 2013 couldn't you just write a batch file and use windows to schedule it?
TheSaint Posted July 5, 2013 Posted July 5, 2013 Yes he could, by using a command like I use with a Desktop shortcut, that doesn't require AutoIt at all. C:WindowsSystem32shutdown.exe /s /f /t 9 That's on Win 7, and you may even be able to do away with the Batch file (don't know, haven't used Schedule for many a year)? Make sure brain is in gear before opening mouth! Remember, what is not said, can be just as important as what is said. Spoiler What is the Secret Key? Life is like a Donut If I put effort into communication, I expect you to read properly & fully, or just not comment. Ignoring those who try to divert conversation with irrelevancies. If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it. I'm only big and bad, to those who have an over-active imagination. I may have the Artistic Liesense to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)
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