1

Тема: Reset IPv4

Создать *.bat файл со следующим содержимым:

ipconfig /flushdns
nbtstat -R
nbtstat -RR
netsh int reset all
netsh int ip reset
netsh int ipv4 reset
netsh winsock reset
netsh interface tcp set global autotuninglevel=disabled
rem net stop Winmgmt && 
net start Winmgmt
pause
rem net stop RpcSs && 
net start RpcSs
pause
rem net stop DcomLaunch && 
net start DcomLaunch
sc config RpcLocator start= auto
sc config Winmgmt start= auto
sc config RpcSs start= auto
sc config DcomLaunch start= auto
sc config RpcEptMapper start= auto
sc config Spooler start= auto