Step 1
Install chocolaty in host machine using cmd.exe (Run elevated)
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
0.10.3 (as of 3/16/2017)
Step 2
Open Windows' power shell (Run elevated)
1. Install or upgrade oracle virtual box
choco install virtualbox -version 5.1.18
5.1.18 r114002
choco upgrade virtualbox
2. Install or upgrade vagrant
choco install vagrant -version 1.9.2
choco upgrade vagrant
3. Restart the machine
4. Vagrant up ....Boom all old scripts starting work again!