cleanup c:\BACKUP after executing tcpoptimizer

This commit is contained in:
Michael H.G. Schmidt 2023-02-23 12:09:37 +01:00
parent 06876d2566
commit 9dc28eef51

View File

@ -169,6 +169,8 @@ rem optimize the TCP stack for datacenter use!
echo ####### tcpoptimize.ps1 #######
powershell -Command .\tcpoptimize.ps1
echo ####### tcpoptimize.ps1 #######
rem cleanup (we don't need the logfile backup) ...
deltree %Systemdrive%\BACKUP
echo.
echo #######################