Copy Paste in vSphere before installing VMware tools

I’ve spent enough time building VMs in vSphere to know that the first few minutes between starting the VM and getting VMware Tools installed is agonising. Similar to my ‘Copy Paste With Powershell Sendkeys‘ script, I have another tool written in AutoIT which sends defined keyboard strokes to the system. So this is not exactly ‘copy paste in vSphere’, but it achieves the same goal. If you actually want to enable clipboard sync between host and VM, you can follow this guide here: Enable Copy and Paste Operations Between the Guest Operating System and Remote Console. This is going to need VMware Tools installed on the host though. ...

May 18, 2020 · 2 min · Tom

Automatically pause Spotify with the 3CX client

Note: This article covers an older 3CX CTI integration method from the Windows 10 era. The 3CX client has changed significantly since this was written — the core AutoIT approach may still work but exact steps may differ. This is a really old script that I just found in my archive, but it still works all the same. The goal was to write a small script that would automatically pause Spotify with the 3CX client when there was an inbound call. ...

May 16, 2020 · 3 min · Tom