Echo off
cls
ipconfig /flushdns
ipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh int ip reset reset.log
netsh winsock reset catalog
cd /d %temp%
for /r %%a in (*.*) do (
del /f /q %~a
cd /d “%UserProfile%Local SettingsTemporary Internet Files
for /r %%b in (*.*) do (
del /f /q %~b
echo y|chkdsk /f
echo y | gpupdate /force /wait:0
shutdown -r
Comments are closed