So i had to make my own script to restart the miner because it was still hanging with 10 vegas, i woke up and machine hanged. sometimes only miner hangs. I made a bat file that runs every 4 hours to kill the process, and re run it. Seems to be working fine up to now, 10 hours mining.
Script for those who want it.
@echo off
:: clears the screen
cls
:: Enter your process name below
taskkill /im SRBMiner-CN.exe /F
:: clears the screen again
cls
:: echos the following
echo The requested program and service has been restarted. Press any key to exit.
You can even do other crazy stuff in here...