suppressing outputs...

This commit is contained in:
Michael H.G. Schmidt 2022-12-27 11:58:15 +01:00
parent bd43db4e04
commit 17eb5f144a

View File

@ -279,18 +279,18 @@ rem ... stupid OS problem #4
rem why the heck are "System Tools" installed per user ? stupid Microsoft.
echo Moving system tools links ...
move /Y %STARTMENU%\"System Tools\*.*" ^
%STARTMENU_PUBLIC%\"System Tools" 2>nul
%STARTMENU_PUBLIC%\"System Tools" 1>nul 2>nul
rem Removing and renaming some start menu stuff ...
move /Y %STARTMENU_PUBLIC%\"System Tools\computer.lnk" ^
%STARTMENU_PUBLIC%\"System Tools\This PC.lnk" 2>nul
%STARTMENU_PUBLIC%\"System Tools\This PC.lnk" 1>nul 2>nul
del /F %STARTMENU_PUBLIC%\"System Tools\Command Prompt.lnk" 2>nul
rem ... stupid OS problem #5
rem same here for the accessibility tools. WHY ? stupid Microsoft.
echo Moving accessibility tools ...
move /Y %STARTMENU%\"Accessibility\*.*" ^
%STARTMENU_PUBLIC%\"Accessibility" 2>nul
%STARTMENU_PUBLIC%\"Accessibility" 1>nul 2>nul
rem ... stupid OS problem #6
rem Edge is such a zombie!