Skip to content

Commit

Permalink
Hide Winget output
Browse files Browse the repository at this point in the history
Hiding Winget output like in the "Install and replace Task Manager" script
  • Loading branch information
JustOptimize committed Sep 11, 2023
1 parent 32c4a1f commit df58592
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df58592

Please sign in to comment.