From 72b4e2a5a91949fad89663f1a4c82a95adc72105 Mon Sep 17 00:00:00 2001 From: Danijel-James Wynyard Date: Sat, 23 May 2020 11:03:54 +1000 Subject: [PATCH] Update Start.cmd with issue #22 https://github.com/farag2/Windows-10-Setup-Script/issues/22 --- Start.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start.cmd b/Start.cmd index 9a4d0211..9f0a813f 100644 --- a/Start.cmd +++ b/Start.cmd @@ -1,4 +1,4 @@ @echo off chcp 65001 >nul -powershell.exe -ExecutionPolicy RemoteSigned -NoExit -NoProfile -NoLogo -File "%~dp0Win 10.ps1" \ No newline at end of file +powershell.exe -ExecutionPolicy ByPass -Scope Process -NoExit -NoProfile -NoLogo -File "%~dp0Win 10.ps1"