-
×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
- HP 1030 G3 Wireless Button Not Working

Create an account on the HP Community to personalize your profile and ask a question
01-30-2020 06:32 PM
Hey Everyone, i have hp 1030 g3 with Windows 10 Enterprise 64bit ,,, the wireless button is not working ,,, i have installed all required drivers ,, all hot keys are working ,,, expect the wireless button ,,, any suggestions
Solved! Go to Solution.
Accepted Solutions
01-31-2020 03:18 AM
01-31-2020 04:20 AM
well it's already installed checked in Device Manager >> HID Interface Devices >>> HP Wireless Button Driver>> Driver version >> 2.1.10.1
Tried >> Reset Bios factory >>> tried a newer version provided by microsoft 2.1.12.1 the same
01-31-2020 05:00 AM
Hi
Next could be checking the Wi-Fi itself.
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 interfaces
netsh wlan show drivers
PAUSE
systeminfo
PowerShell -Command "Get-NetAdapter"
PowerShell -Command "Get-NetAdapter -Name * | Format-Table -View Driver"
PowerShell -Command "GIP -Detailed"
PowerShell -Command "Test-NetConnection"
PAUSE