

Of course no security on this, but you could add it reasonably simply, if ssh wasn't possible, and it'd depend on your requirements. This would allow any command that is at the privilege level of the logged in user, fine for launching apps, but not good for anything that requires further interaction, for that you're better off writing a local script on the Mac VM and calling it via similar means to those I've described. How to Run Windows 10 on a Mac using a Virtual MachineYou can run Windows 10 on a Mac using VMWare Fusion - in this video, I will demonstrate a complete set. Now open the following URL on the windows box Īgain, assuming the VM instance IP address is 10.0.0.1 This is pretty easy if you use Sinatra or something lightweight and similar (sammy.js for node is apparently based on sinatra.)ĭo something like this, from the Mac terminal: sudo gem install sinatraĬreate a file called app.rb require 'sinatra' Download VMWare unlocker and run windows/install.cmd script. But to do that, you need to disable Hyper-V first.

Here is an outline: Download and install VMWare Workstation. It wasnt simple process, so I decided to share this experience. Run a very simple web service on the Mac, and have it run commands supplied locally. I created Mac OS X Virtual Machine on VMWare. Once completed open VMware and click Create New Virtual Machine. Setup ssh keys to do this without password challenges. Install VMware workstation 9 then run install.cmd as an administrator. Create a fresh virtual machine Create a fresh VMware Fusion virtual machine and import your old PC into it. Move to the Mac Copy over your converted PC to run on your Mac with VMware Fusion. plink 10.0.0.1 -l username "open -a Chromium.app " Download and install the free VMware Converter tool into the Windows PC you would like to convert to a new virtual machine to run on your Mac. if your VMWare instance is on 10.0.0.1 and login is username. Now you can connect over SSH, and invoke commands. Configure remote login on the Mt Lion instance,
