Hola
aqui tienes un ejemplo de script para shutdown computer local
Set colOperatingSystems = GetObject("winmgmts:{(Shutdown)}").ExecQuery("Sele ct * from Win32_OperatingSystem")
For Each objOperatingSystem in colOperatingSystems
ObjOperatingSystem.Win32Shutdown(1)
Next
debes salvarlo en el notepad y dale extencion .vbs
luego abre schedule task y configura este script en el horario que quieres!!
buen trabajo
p.s. espero tus comentarios