bat файл запуска поменяй на этот код
@echo off
cls
title StartUp
:hlds
echo (%time%) HLDS Start Loaded.....
reg add "HKCU\Software\Valve\Steam\ActiveProcess" /v SteamClientDll /t REG_SZ /d "" /f
start /wait /high hlds.exe -console -game cstrike -insecure -noipx +map 35hp_2 +maxplayers 25 +port 27017
echo n| goto hlds
echo (%time%) HLDS Crashed, restarting...
goto hlds