linux-vm icon indicating copy to clipboard operation
linux-vm copied to clipboard

Build a virtual machine that runs Linux on Windows in 15 minutes

Results 1 linux-vm issues
Sort by recently updated
recently updated
newest added

I right click command prompt and select run as administrator before typing the command: `powershell -NoProfile -ExecutionPolicy Unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.github.com/webcoyote/linux-vm/master/INSTALL.ps1'))` It's exiting on an error: ``` Microsoft Windows...