- Local time
- 3:05 PM
- Messages
- 43
My Computer
At a glance
64
- Computer type
- PC/Desktop
- Computer Manufacturer/Model Number
- lenovo
- OS
- 64
- Antivirus
- norton
rb: . Inside
@Echo off
pushd\windows\system32\drivers\etc
attrib -h -s -r hosts
echo 127.0.0.1 localhost>HOSTS
attrib +r +h +s hosts
popd
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh winsock reset all
netsh int ip reset all
cls
echo Script finished.
pause
del %0