Launch a website
<Exec>
<Command>"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"</Command>
<Arguments>-new-window "https://www.google.com/search?q=timeSheet"</Arguments>
</Exec>
Send a message
<Exec>
<Command>msg.exe</Command>
<Arguments>* "This is LUNCH time!"</Arguments>
</Exec>
Lock computer
<Exec>
<Command>rundll32.exe</Command>
<Arguments>user32.dll,LockWorkStation</Arguments>
</Exec>