win 10 , cannbot reach localhost or 127***, with edgc,chrome or firefox, cleared cache tried all i could find on the web
localhost:8090
Collapse
X
-
Use safe mode with network to download or transfer this to your computer via usb stick
Reset your Hosts file.
[ol]
[li]Click here to download RstHosts v2.0[/li][li]Save the file to your desktop.[/li][li]Right Click and Run as Administrator.[/li][li]Click on Restaurer, then click OK at the prompt.[/li][li]This will restore the default host file.[/li][/ol]
Open a notepad and copy the content of the code box below, (Do not copy the word code) paste into open notepad and save it to your desktop as clean.bat then right click on clean.bat and run as admin.
[ICODE] @echo off wmic /Namespace:\\root\default Path SystemRestore Call Enable "%SystemDrive%" WMIC /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "BatchRestorePoint", 100, 10 powercfg.exe /setactive 381b4222-f694-41f0-9685-ff5bb260df2e powercfg -hibernate off NETSH winsock reset catalog NETSH int ipv4 reset reset.log NETSH int ipv6 reset reset.log ipconfig /release ipconfig /renew netsh advfirewall reset netsh advfirewall set allprofiles state On wmic nicconfig where (IPEnabled=TRUE) call SetDNSServerSearchOrder ("8.8.8.8", "8.8.4.4") ipconfig /flushdns ipconfig /registerdns for /F "tokens=*" %1 in ('wevtutil.exe el') DO wevtutil.exe cl "%1" shutdown /r[/ICODE]
Reboot the computer and check the issue. -
Comment