From df58592b7313788f5ffceb608601b4fbd4f8bb7b Mon Sep 17 00:00:00 2001 From: JustOptimize Date: Sat, 9 Sep 2023 00:04:59 +0200 Subject: [PATCH] Hide Winget output Hiding Winget output like in the "Install and replace Task Manager" script --- .../3. Configuration/Start Menu/Install Open-Shell.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playbook/Executables/AtlasDesktop/3. Configuration/Start Menu/Install Open-Shell.cmd b/src/playbook/Executables/AtlasDesktop/3. Configuration/Start Menu/Install Open-Shell.cmd index 65ed767a36..7c1d0c14c4 100644 --- a/src/playbook/Executables/AtlasDesktop/3. Configuration/Start Menu/Install Open-Shell.cmd +++ b/src/playbook/Executables/AtlasDesktop/3. Configuration/Start Menu/Install Open-Shell.cmd @@ -39,7 +39,7 @@ call "%windir%\AtlasDesktop\3. Configuration\Start Menu\Disable Start Menu and S echo] :: Download and install Open-Shell -winget install -e --id Open-Shell.Open-Shell-Menu -h --accept-source-agreements --accept-package-agreements --force +winget install -e --id Open-Shell.Open-Shell-Menu -h --accept-source-agreements --accept-package-agreements --force > nul if !errorlevel! NEQ 0 ( echo Error: Open-Shell installation failed. pause