Skip to content

Instantly share code, notes, and snippets.

View helmiau's full-sized avatar
:octocat:
Available for work

Helmi Amirudin helmiau

:octocat:
Available for work
View GitHub Profile
@helmiau
helmiau / regedit-internet-connected-but-wifi-icon-disconnected.reg
Last active June 11, 2023 11:04
If you faced Windows WiFi icon disconnected, but your Windows can access internet, run this to modify your registry editor then restart your windows.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet]
"ActiveDnsProbeContent"="8.8.4.4"
"ActiveDnsProbeContentV6"="2001:4860:4860::8844"
"ActiveDnsProbeHost"="dns.google"
"ActiveDnsProbeHostV6"="dns.google"
"ActiveWebProbeContent"="Microsoft Connect Test"
"ActiveWebProbeContentV6"="Microsoft Connect Test"
"ActiveWebProbeHost"="www.msftconnecttest.com"