Damon Cortesi's blog

Musings of an entrepreneur.

Scripting Mouse Integration in Virtual Server

| Comments

Being the lazy guy that I am, I decided to script up Ben’s tip on non-integrated mouse in Microsoft Virtual Server.

Since Virtual Server apparently doesn’t have an easy way to turn off mouse integration (as opposed to Virtual PC), Ben posted the exact change to the config file that needs to be made. Using Virtual Server’s COM interface, this can be easily automated as long as you know the path to the parameter. I had to reset my virtual machine for the change to take effect.

The code below simply toggles mouse integration on and off when called with the following syntax: cscript toggleMI.vbs “Virtual Machine Name”

Enjoy!

Comments