From a20a2b2f94c2a5d7f6344f00ac0e8ddf0b6595f7 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Thu, 27 Jan 2022 21:59:33 +0100 Subject: [PATCH] added -Silent --- install.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.bat b/install.bat index 2ac696f..2827132 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""'" -Verb RunAs +@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