always set recycle bin limits.
This commit is contained in:
parent
5b9ee8d98b
commit
58fc16bbb3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user