echo 'Ensuring .NET 4.0 is installed' @powershell -NoProfile -ExecutionPolicy Bypass -File "c:\users\vagrant\hws\install_net4.ps1" echo 'Ensuring Chocolatey is Installed' @powershell -NoProfile -ExecutionPolicy Bypass -File "c:\users\vagrant\hws\install_chocolatey.ps1"