[vagrant-up] Disable Powershell

2018-02-02 Thread Niels Bertram
Hi there, is there a way to run vagrant up without needing powershell on a Windows PC? Powers above have decided to disabled powershell and now Vagrant is failing to even boot the most simple machines. c:\test\vagrant-box> vagrant up Failed to locate the powershell executable on the available P

Re: [vagrant-up] Disable Powershell

2018-02-02 Thread Niels Bertram
pine-3.6-x86_64" config.vm.hostname = "alpine" end On Friday, February 2, 2018 at 11:37:56 PM UTC+10, Alvaro Miranda Aguilera wrote: > > whats your vagrantfile ? > > > On Fri, Feb 2, 2018 at 1:18 PM, Niels Bertram > wrote: > >> Hi there, is there a way to run

Re: [vagrant-up] Disable Powershell

2018-02-02 Thread Niels Bertram
shared folder > > config.vm.synced_folder ".", "/vagrant", disabled: true > > > see if that at least start the VM > > from there maybe, you can play with the communicator set it to ssh and see > if that works. > > > > On Fri, Feb 2, 2018 at 2:58 PM