So I was working on something this morning that can be very useful seeing as we all have users who dont know how to shutdown, particularly lawyers and insurance guys. Originally written as per request from a family member to stop annoying kids from never shutting down the thing. Figured id share it with the world. #include <Timers.au3>
#include <Date.au3>
#include <File.au3>
$Timeout = <Desired time (ms!)>
$Directory = "C:ShutdownLog"
$File = "C:ShutdownLogLog.txt"
$