Home » Questions » Computers [ Ask a new question ]

Shutdown VMware guest applications when UPS kicks in

Shutdown VMware guest applications when UPS kicks in

My situation is that I am running VMware workstation to run a LAMP server for some lightweight data collection.

Asked by: Guest | Views: 157
Total answers/comments: 1
Guest [Entry]

"This should do the trick:

#Persistent
SetTitleMatchMode, Slow
WinWait,,virtual machine is in use,,,
{
WinMaximize
Send { Enter }
Send { Alt }
Send { Right 3 }
Send { Down }
Send { Right }
Send { Down 5 }
Send { Enter }
Sleep 5000
Send { Enter }
}

You'll need to install AutoHotkey"