From 922f1e27b8f1471ce2f3737dee4cd6e7dfed92a7 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Wed, 18 Dec 2019 18:52:46 +0530 Subject: [PATCH] Set ProgressPreference to Silent in win32.ps1 --- src/scripts/win32.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/win32.ps1 b/src/scripts/win32.ps1 index 4afaf75d..d4e34ac7 100644 --- a/src/scripts/win32.ps1 +++ b/src/scripts/win32.ps1 @@ -5,6 +5,7 @@ param ( $tick = ([char]8730) $cross = ([char]10007) $php_dir = 'C:\tools\php' +$ProgressPreference = 'SilentlyContinue' Function Step-Log($message) { printf "\n\033[90;1m==> \033[0m\033[37;1m%s \033[0m\n" $message