@putz123 First start by uninstalling any and all third party antivirus/firerwall, after that a reboot will be needed.
If there is still an issue.
- Open your device manager.
- Hit the start button then copy and paste devmgmt.msc into the start search box hit enter.
- Left click the + next to network adapters, right click and un-install your wireless driver.
- Then your ethernet driver, make sure and do not tick the box that says delete driver.
- Reboot your machine after you have completed this step!!
- Windows will auto reinstall the drivers upon rebooting; this essentially refreshes the drivers.
- Sometimes this will clear issues like yours.
If there is still an issue., you may want to save this batch file on another machine and transfer it to the machine in question.
(or you can type it out)
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
shutdown -r