echo off REM REM stop the DNS Client service "Dnscache" REM sc \\%COMPUTERNAME% stop dnscache echo Dnscache stopped. REM REM then disable the DNS Client service REM sc config dnscache start= disabled echo Dnscache service disabled.