diff --git a/install.bat b/install.bat index 419d0cf..2ac696f 100644 --- a/install.bat +++ b/install.bat @@ -1 +1,2 @@ -powershell -Command "Start-Process 'powershell.exe' -Argument '-executionpolicy bypass -file """%~dp0winget-install-and-update.ps1""'" -Verb RunAs \ No newline at end of file +@echo off +powershell -Command "Start-Process 'powershell.exe' -Argument '-executionpolicy bypass -file """%~dp0winget-install-and-update.ps1""'" -Verb RunAs