| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

AutoHibernateWorkstation

Page history last edited by David B 15 years ago

Here's another handy little script you can run from your crontab to automatically hibernate at a certain time of day:

 

 

On Error Resume Next
set WshShell = CreateObject("WScript.Shell")    
WshShell.SendKeys "^{ESC}uh{ENTER}"

 

Note: This works on Windows 2000. It probably works on other Win32s as well.

 

-Attribution

Comments (0)

You don't have permission to comment on this page.