• Hi there and welcome to PC Help Forum (PCHF), a more effective way to get the Tech Support you need!
    We have Experts in all areas of Tech, including Malware Removal, Crash Fixing and BSOD's , Microsoft Windows, Computer DIY and PC Hardware, Networking, Gaming, Tablets and iPads, General and Specific Software Support and so much more.

    Why not Click Here To Sign Up and start enjoying great FREE Tech Support.

    This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Some sites i cant access says "took too long respond" and some sites dont load completely

Status
Not open for further replies.
I've accidentally changed my wifi IP address in cmd while trying to access private DHCP by using the ethernet cable but I couldn't access either. After disconnecting the ethernet, I try to use my own iPhone as a hotspot, some sites I couldn't access and it says took too long to respond. I've tried:-

Clear browser cache, history, and cookies
Reset Chrome browser settings
Restart DNS client
Change IPv4 DNS Address
Reset the Chrome profile Sync
Remove browser extension from Chrome
Reset TCP/IP
Reinstall Chrome
Install another web browser
Flush DNS
netsh int IP reset
I also reset my PC :(

and I don't know how to restore it. I use my iPhone as a hotspot device. any leads?
I've tried on youtube but it still dint get what I want :(
 
Create and run batch file.


Open a notepad and copy the entire content of the code box below.
Paste the txt into the notepad. Save the file to your desktop as InternetFlush.bat
Now you will right click the on InternetFlush.bat and run as administrator.
Note: If you are using a third party firewall -- you will want to leave out the top two lines of the script.
At the end of the batch file there will be a prompt to
Warning: This batch file will reboot your machine when complete! Save all work prior to running!!


Code:
netsh advfirewall reset
netsh advfirewall set allprofiles state ON
ipconfig /flushdns
netsh winsock reset catalog
netsh int ip reset c:\resetlog.txt
ipconfig /release
ipconfig /renew
netsh int ipv4 reset
netsh int ipv6 reset
bitsadmin /reset /allusers
reg delete HKLM\SOFTWARE\Policies\Microsoft\Windows\IPSec\Policy\Local /f
reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\IPSec\Policy\Local /f
netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled
netsh interface ipv6 isatap set state state=disabled
netsh interface teredo set state disabled
netsh interface tcp set global autotuning=disabled
reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF
for /F "tokens=*" %%a in ('wevtutil.exe el') DO wevtutil.exe cl "%%a"
shutdown -r
 
Status
Not open for further replies.