HI is it possible to defrag drives with a script?
also another questions from a script newbie. Is it also possible to add remove client into tcp properties using a script?
thank you for your help.
REM *** Defrag Harddrive
echo step 13 - Defragmentation of harddrives (depending on machine performance
echo and software configuration this can take several minutes)
echo * Defrag drive c:
rem %systemroot%\system32\defrag.exe c: -f > nul
echo * Defrag drive d:
rem %systemroot%\system32\defrag.exe d: -f > nul
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.