Thursday, June 12, 2014

How to quit Lync 2010 more easily

Quitting Lync 2010 takes a LOT of clicks, including opening the app and finding the minimal menu and finding File->Exit, instead of just letting the user quit it using the task bar icon.

I figured that there should be an easier way, so I simply made this script:

Filename: kill-lync.cmd:
---
taskkill /im communicator.exe
---

So now I simply hit the Windows button and type "kill" and click my script. Done! :)