@flop There are specific errors in your logs that prompted me to provide these instructions, please do not skip any one of these steps; as they are provided to you for a reason.
Perform a clean installation of the latest wireless driver https://www.intel.com/content/www/us...-adapters.html
Make sure to follow the clean installation instructions: https://www.intel.com/content/www/us.../wireless.html
Uninstall [COLOR=rgb(184, 49, 47)]Bonjour (HKLM...{6E3610B2-430D-4EB0-81E3-2B57E8B9DE8D}) (Version: 3.0.0.10 - Apple Inc.)
With Geek Uninstaller
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, [COLOR=rgb(85, 57, 130)](Do not copy the word code) paste into open notepad and save it to your desktop as [COLOR=rgb(184, 49, 47)]clean.bat then right click on [COLOR=rgb(184, 49, 47)]clean.bat and run as admin.
Reboot the computer and check the issue.[/COLOR][/COLOR][/COLOR][/COLOR]
Perform a clean installation of the latest wireless driver https://www.intel.com/content/www/us...-adapters.html
Make sure to follow the clean installation instructions: https://www.intel.com/content/www/us.../wireless.html
Uninstall [COLOR=rgb(184, 49, 47)]Bonjour (HKLM...{6E3610B2-430D-4EB0-81E3-2B57E8B9DE8D}) (Version: 3.0.0.10 - Apple Inc.)
With Geek Uninstaller
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, [COLOR=rgb(85, 57, 130)](Do not copy the word code) paste into open notepad and save it to your desktop as [COLOR=rgb(184, 49, 47)]clean.bat then right click on [COLOR=rgb(184, 49, 47)]clean.bat and run as admin.
Code:
@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
Reboot the computer and check the issue.[/COLOR][/COLOR][/COLOR][/COLOR]
Comment