-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Notebooks
- Notebook Wireless and Networking
- Re: My hp ENVY X360 keeps connecting and disconnecting from ...

Create an account on the HP Community to personalize your profile and ask a question
09-08-2019 01:02 PM
What should I do ?
My device manager shows under network adapters:
- Realtek RTL8822BE 802.11ac PCle Adapter
- WAN Miniport (IKEv2)
- WAN Miniport (IP)
- WAN Miniport (IPv6)
- WAN Miniport (L2TP)
- WAN Miniport (Network Monitor)
- WAN Miniport (PPPOE)
- WAN Miniport (PPTP)
- WAN Miniport (SSTP)
Solved! Go to Solution.
Accepted Solutions
09-09-2019 02:32 AM
Hi
Therefore a faulty adapter?
Copy, Paste and Save in Notepad, as LBB.bat (not a .TXT) and double click to run.
Preferably run as an Administrator
OR copy and use the individual command lines as needed.
Post anything non-personal, but relevant please.
@ECHO OFF
getmac
netsh lan show interfaces
netsh wlan show drivers
netsh wlan show interfaces
PAUSE
systeminfo
PowerShell -Command "Get-NetAdapter"
PowerShell -Command "Get-NetAdapter -Name * | Format-Table -View Driver"
PowerShell -Command "GIP -Detailed"
PowerShell -Command "Test-NetConnection"
PAUSE
09-09-2019 02:32 AM
Hi
Therefore a faulty adapter?
Copy, Paste and Save in Notepad, as LBB.bat (not a .TXT) and double click to run.
Preferably run as an Administrator
OR copy and use the individual command lines as needed.
Post anything non-personal, but relevant please.
@ECHO OFF
getmac
netsh lan show interfaces
netsh wlan show drivers
netsh wlan show interfaces
PAUSE
systeminfo
PowerShell -Command "Get-NetAdapter"
PowerShell -Command "Get-NetAdapter -Name * | Format-Table -View Driver"
PowerShell -Command "GIP -Detailed"
PowerShell -Command "Test-NetConnection"
PAUSE