• ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
Are you having HotKey issues? Click here for tips and tricks.
Check out our WINDOWS 11 Support Center info about: OPTIMIZATION, KNOWN ISSUES, FAQs, VIDEOS AND MORE.
HP Recommended
15-r086TU
Microsoft Windows 7 (32-bit)

Opareting seytem: Windows 7 (32BIT)

Model: HP 15-r086TU

Hi, everone when I write the (NETSH WLAN show drivers) commend on my CMD it show me there is no wireless interface on this system .

This is my device managers screenshoot: bYEzJLl

Please give me solution for this problem, as I am a very new user on my PC.

1 REPLY 1
HP Recommended

Hi

 

Hidden Devices.png  Use the HIDDEN tab.

 

This short script is to gather information on some parts of your system
OS, Networking Hardware and Software etc.

Copy and paste the section between the ~~~~ lines, into NotePad.
Save as CF4.bat somewhere easily accessible. Double click to Run

Then run as Administrator to create the output files if desired.
The output files can be edited to remove SENSITIVE details before posting.
Delete the output files immediately after use.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ECHO OFF

systeminfo
PowerShell -Command "Get-NetAdapter"
PowerShell -Command "Get-NetAdapter -Name * | Format-Table -View Driver"
PowerShell -Command "GIP -Detailed"
PowerShell -Command "Test-NetConnection"
PAUSE

PowerShell -Command "Get-NetAdapter > C:\GNA.txt"
PowerShell -Command "Get-NetAdapter -Name * | Format-Table -View Driver > C:\GNB.txt"
PowerShell -Command "GIP -Detailed > C:\GNC.txt"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A slightly more comprehensive script and may give some clues.

 

If in doubt please ask.

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.