This commit is contained in:
Michael H.G. Schmidt 2023-02-14 14:44:37 +01:00
parent a7b96ec13d
commit a608062ea3

View File

@ -150,18 +150,18 @@ if %ERRORLEVEL% == 0 (
rem ... stupid OS! rem ... stupid OS!
rem why the heck is the Startmenu entry for "System Tools" installed per user ? stupid Microsoft. rem why the heck is the Startmenu entry for "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" 2>nul
rem Removing and renaming objects in the "System Tools" folder... rem Removing and renaming objects in the "System Tools" folder...
move /Y %STARTMENU_PUBLIC%\"System Tools\computer.lnk" ^ move /Y "%STARTMENU_PUBLIC%\System Tools\computer.lnk" ^
%STARTMENU_PUBLIC%\"System Tools\This PC.lnk" 1>nul 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 moving Powershell ISE icons ... rem moving Powershell ISE icons ...
move /Y %STARTMENU_PUBLIC%\"Windows Powershell\Windows PowerShell ISE.lnk" ^ move /Y "%STARTMENU_PUBLIC%\Windows Powershell\Windows PowerShell ISE.lnk" ^
%STARTMENU_PUBLIC%\"System Tools" 2>nul "%STARTMENU_PUBLIC%\System Tools" 2>nul
rd /S /Q %STARTMENU_PUBLIC%\"Windows Powershell" rd /S /Q "%STARTMENU_PUBLIC%\Windows Powershell"
) )
@ -243,7 +243,7 @@ reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" ^
echo Loading the OpenShell configuration ... echo Loading the OpenShell configuration ...
rem config must be full qualified pathname (OpenShell BUG!) rem config must be full qualified pathname (OpenShell BUG!)
set CONFIG=%TOOLS%\scripts\config\OpenshellSettings.xml set CONFIG=%TOOLS%\scripts\config\OpenshellSettings.xml
"%ProgramFiles%"\Open-Shell\StartMenu.exe -xml %CONFIG% "%ProgramFiles%\Open-Shell\StartMenu.exe" -xml %CONFIG%
echo. echo.
echo Removing the "user" folders from the explorer navigation pane ... echo Removing the "user" folders from the explorer navigation pane ...
@ -368,19 +368,19 @@ if %ERRORLEVEL% == 0 (
rem must be done (here) more than once, because Microsoft patches can reinstall some tools ... rem must be done (here) more than once, because Microsoft patches can reinstall some tools ...
echo. echo.
echo Moving accessibility tools to accessories folder ... echo Moving accessibility tools to accessories folder ...
move /Y %STARTMENU%\"Accessibility\*.*" ^ move /Y "%STARTMENU%\Accessibility\*.*" ^
%STARTMENU_PUBLIC%\Accessories 2>nul "%STARTMENU_PUBLIC%\Accessories" 2>nul
move /Y %STARTMENU_PUBLIC%\"Accessibility\*.*" ^ move /Y "%STARTMENU_PUBLIC%\Accessibility\*.*" ^
%STARTMENU_PUBLIC%\Accessories 2>nul "%STARTMENU_PUBLIC%\Accessories" 2>nul
echo Removing public accessibility tools folder ... echo Removing public accessibility tools folder ...
rd /S /Q %STARTMENU_PUBLIC%\Accessibility 2>nul rd /S /Q "%STARTMENU_PUBLIC%\Accessibility" 2>nul
echo Moving "settings" link to system tools folder ... echo Moving "settings" link to system tools folder ...
attrib -S %STARTMENU_PUBLIC%\"Immersive Control Panel.lnk" 1>nul 2>nul attrib -S "%STARTMENU_PUBLIC%\Immersive Control Panel.lnk" 1>nul 2>nul
move /Y %STARTMENU_PUBLIC%\"Immersive Control Panel.lnk" ^ move /Y "%STARTMENU_PUBLIC%\Immersive Control Panel.lnk" ^
%STARTMENU_PUBLIC%\"System Tools" 2>nul "%STARTMENU_PUBLIC%\System Tools" 2>nul
rem setting permissions for normal users ... rem setting permissions for normal users ...
icacls "%STARTMENU_PUBLIC%\System Tools\*" /grant Users:R 1>nul icacls "%STARTMENU_PUBLIC%\System Tools\*" /grant Users:R 1>nul
@ -394,13 +394,13 @@ if %ERRORLEVEL% == 0 (
rem =========== rem ===========
echo Removing accessibility tools folder ... echo Removing accessibility tools folder ...
rd /S /Q %STARTMENU%\Accessibility 2>nul rd /S /Q "%STARTMENU%\Accessibility" 2>nul
echo Removing users accessories folder ... echo Removing users accessories folder ...
rd /S /Q %STARTMENU%\Accessories 2>nul rd /S /Q "%STARTMENU%\Accessories" 2>nul
echo Removing users system tools folder ... echo Removing users system tools folder ...
rd /S /Q %STARTMENU%\"System Tools" 2>nul rd /S /Q "%STARTMENU%\System Tools" 2>nul
) )
@ -451,7 +451,7 @@ for %%D in (
) )
rem delete strange "about" link in IrfanView Startmenu folder ... rem delete strange "about" link in IrfanView Startmenu folder ...
del /F /Q %STARTMENU_PUBLIC%\IrfanView\"About IrfanView.lnk" 2>nul del /F /Q "%STARTMENU_PUBLIC%\IrfanView\About IrfanView.lnk" 2>nul
echo. echo.
echo Other tasks and fixes for the user echo Other tasks and fixes for the user
@ -459,12 +459,12 @@ echo ########################################
echo. echo.
echo Removing even more startmenu crap ... echo Removing even more startmenu crap ...
rd /S /Q %STARTMENU%\"Accessories" 2>nul rd /S /Q "%STARTMENU%\Accessories" 2>nul
rd /S /Q %STARTMENU%\"Accessibility" 2>nul rd /S /Q "%STARTMENU%\Accessibility" 2>nul
rd /S /Q %STARTMENU%\"Administrative Tools" 2>nul rd /S /Q "%STARTMENU%\Administrative Tools" 2>nul
rd /S /Q %STARTMENU%\"Maintenance" 2>nul rd /S /Q "%STARTMENU%\Maintenance" 2>nul
rd /S /Q %STARTMENU%\"System Tools" 2>nul rd /S /Q "%STARTMENU%\System Tools" 2>nul
rd /S /Q %STARTMENU%\"Windows Powershell" 2>nul rd /S /Q "%STARTMENU%\Windows Powershell" 2>nul
rem get rid of activation messages ... rem get rid of activation messages ...
echo Removing the missing activation watermark on desktop (User) ... echo Removing the missing activation watermark on desktop (User) ...
@ -474,17 +474,17 @@ reg add "HKEY_CURRENT_USER\Control Panel\Desktop" ^
rem ... stupid OS! rem ... stupid OS!
rem IE is such a zombie. I's coming back all the time ... rem IE is such a zombie. I's coming back all the time ...
echo Removing IE link in users start menu ... echo Removing IE link in users start menu ...
del /F %STARTMENU%\"Accessories\Internet Explorer.lnk" 2>nul del /F "%STARTMENU%\Accessories\Internet Explorer.lnk" 2>nul
rem ... stupid OS! rem ... stupid OS!
rem Edge is a zombie too! rem Edge is a zombie too!
echo Removing microsoft edge links in start menu and desktop ... echo Removing microsoft edge links in start menu and desktop ...
del /F %STARTMENU%\"Microsoft Edge.lnk" 2>nul del /F "%STARTMENU%\Microsoft Edge.lnk" 2>nul
del /F "%USERPROFILE%\Desktop\Microsoft Edge.lnk" 2>nul del /F "%USERPROFILE%\Desktop\Microsoft Edge.lnk" 2>nul
rem re-create "Pictures" in case it was deleted ... rem re-create "Pictures" in case it was deleted ...
echo Creating "Pictures" folder for snipping tool ... echo Creating "Pictures" folder for snipping tool ...
mkdir "%USERPROFILE%"\Pictures 2>nul mkdir "%USERPROFILE%\Pictures" 2>nul
rem HeidiSQL should be in english - always! rem HeidiSQL should be in english - always!
echo Setting language of HeidiSQL to english ... echo Setting language of HeidiSQL to english ...