Send Keystrokes/Text to a VM through the Host OS
Hey, It is possible to send key strokes and text to a Hyper V Virtual Machine using WMI on the host operating system. This can be handy when programming for an off network VM or if the VM loses network connectivity for any reason. Here’s the code to do it,… Read more »