always set recycle bin limits.

This commit is contained in:
Michael H.G. Schmidt 2022-05-29 13:46:27 +02:00
parent 5b9ee8d98b
commit 58fc16bbb3

View File

@ -26,6 +26,9 @@ echo setting desktop colour (RGB) ...
echo starting BGInfo ...
%TOOLS%\bginfo\bginfo64.exe %TOOLS%\bginfo\config.bgi /NOLICPROMPT /silent /timer:0
echo setting RECYCLE BIN limits ...
powershell -command %TOOLS%\set-recyclebin.ps1
echo.
echo #####
echo ##### USER CONFIG FILES
@ -114,9 +117,6 @@ echo Adding seconds to clock ...
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" ^
/v "ShowSecondsInSystemClock" /t REG_DWORD /d 1 /f 1>nul
echo setting RECYCLE BIN limits ...
powershell -command %TOOLS%\set-recyclebin.ps1
echo setting GLOBAL view mode for windows EXPLORER ...
powershell -command %TOOLS%\set-exlorer-viewmode.ps1