suppressing outputs...
This commit is contained in:
parent
bd43db4e04
commit
17eb5f144a
@ -279,18 +279,18 @@ rem ... stupid OS problem #4
|
|||||||
rem why the heck are "System Tools" installed per user ? stupid Microsoft.
|
rem why the heck are "System Tools" installed per user ? stupid Microsoft.
|
||||||
echo Moving system tools links ...
|
echo Moving system tools links ...
|
||||||
move /Y %STARTMENU%\"System Tools\*.*" ^
|
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 ...
|
rem Removing and renaming some start menu stuff ...
|
||||||
move /Y %STARTMENU_PUBLIC%\"System Tools\computer.lnk" ^
|
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
|
del /F %STARTMENU_PUBLIC%\"System Tools\Command Prompt.lnk" 2>nul
|
||||||
|
|
||||||
rem ... stupid OS problem #5
|
rem ... stupid OS problem #5
|
||||||
rem same here for the accessibility tools. WHY ? stupid Microsoft.
|
rem same here for the accessibility tools. WHY ? stupid Microsoft.
|
||||||
echo Moving accessibility tools ...
|
echo Moving accessibility tools ...
|
||||||
move /Y %STARTMENU%\"Accessibility\*.*" ^
|
move /Y %STARTMENU%\"Accessibility\*.*" ^
|
||||||
%STARTMENU_PUBLIC%\"Accessibility" 2>nul
|
%STARTMENU_PUBLIC%\"Accessibility" 1>nul 2>nul
|
||||||
|
|
||||||
rem ... stupid OS problem #6
|
rem ... stupid OS problem #6
|
||||||
rem Edge is such a zombie!
|
rem Edge is such a zombie!
|
||||||
|
Loading…
Reference in New Issue
Block a user