From 667368e4c8e46acec590c53b10947e51a9919293 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Sat, 12 Feb 2022 16:21:26 +0100 Subject: [PATCH] Add files via upload --- install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bat b/install.bat index 2827132..f529c02 100644 --- a/install.bat +++ b/install.bat @@ -1,2 +1,2 @@ @echo off -powershell -Command "Start-Process 'powershell.exe' -Argument '-executionpolicy bypass -file """%~dp0winget-install-and-update.ps1"" -Silent'" -Verb RunAs \ No newline at end of file +powershell -Command "Get-ChildItem -Path '%~dp0' -Recurse | Unblock-File; Start-Process 'powershell.exe' -Windowstyle Maximized -Wait -Argument '-executionpolicy bypass -file """%~dp0Winget-AllinOne.ps1"" '" -Verb RunAs \ No newline at end of file