Z
ZQ_995
My Wifi connection randomly disconnects from the internet. Using PowerShell Get-NetConnectionProfile, I found that the IPv4Connectivity attribute on the network profile changes from Internet to LocalNetwork when my internet disconnection happens.Name : Asus-5Ghz-2InterfaceAlias : Broken Wifi InterfaceIndex : 20 NetworkCategory : Private IPv4Connectivity : Internet --> LocalNetworkIPv6Connectivity : NoTrafficHence, I tried to use PowerShell Set-NetConnectionProfile to set IPv4Connectivity attribute back to Internet from LocalNetwork. The command I used is as per the exampl
Continue reading...
Continue reading...