From ba901c677425931f75a67264ec558ef5bb3ac5eb Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 3 Apr 2017 16:00:40 -0700 Subject: [PATCH] Add -NoProfile to boostrap-vcpkg.bat --- bootstrap-vcpkg.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-vcpkg.bat b/bootstrap-vcpkg.bat index 2c73cd4302..a448e1aab1 100644 --- a/bootstrap-vcpkg.bat +++ b/bootstrap-vcpkg.bat @@ -1,2 +1,2 @@ @echo off -powershell.exe -ExecutionPolicy Bypass "%~dp0scripts\bootstrap.ps1" +powershell.exe -NoProfile -ExecutionPolicy Bypass "%~dp0scripts\bootstrap.ps1"