• Home
  • About 404TS
  • Contact

404 Tech Support

Where IT Help is Found

  • Articles
    • Code
    • Entertainment
    • Going Green
    • Hardware, Gadgets, and Products
    • Management
    • Network
    • News
    • Operating Systems
    • Security and Privacy
    • Software
    • System Administration
    • Talking Points
    • Tech Solutions
    • Web
    • Webmaster
  • Reviews
  • Media
    • Infographics
    • Videos
  • Tech Events
  • Tools
    • How do I find my IP address?
    • Browser and plugin tests
  • Get a Technical Consultation
You are here: Home / Articles / Code / No Wireless Networks Detected After Reimaging

No Wireless Networks Detected After Reimaging

2008-08-27 by Jason

After using Symantec Ghost to re-image a laptop with Windows XP and a wireless card, for some reason, it will be unable to detect any wireless networks. The card is on and multiple wireless networks are available in the area (confirmed by another laptop of the exact same model that hasn’t been re-imaged yet). This problem has reproduced itself on a Fujitsu and HP laptop with an Atheros and Intel wireless card respectively, so I assume we are not alone with this issue and figure it is not a driver issue.

The fix is to uninstall the wireless card from the device manager.

  • Right-click My Computer and go to Manage.
  • In the Computer Management window, select Device Manager in the left pane.
  • Click the ‘+’ (plus) next to Network Adapters to expand the category.
  • Right-click on the wireless card (ex. Intel(R) Wireless WiFi Link 4965AG)
  • Select ‘Uninstall’
  • After the device is removed, click the ‘Scan for new hardware’ button at the top.
  • The device will be re-installed and should now detect wireless networks.

This can be scripted using the devcon tool that Microsoft provides as a command-line alternative to the device manager.

The script can be used in two places:

  • Immediately before collecting the image, you can uninstall the device.
  • After re-imaging, you can uninstall and re-install the device like above.

To uninstall the device before collecting the image, create a batch script (text file with the file extension .bat) with this command in it:

devcon remove “PCIVEN_8086&DEV_4229&subsys_10008086”

The part in the quotes will change for you depending on what brand and model your wireless card is. You can find out what to replace it with by browsing the Device Manager:

  • Right-click My Computer and go to Manage.
  • In the Computer Management window, select Device Manager in the left pane.
  • Click the ‘+’ (plus) next to Network Adapters to expand the category.
  • Right-click on the wireless card (ex. Intel(R) Wireless WiFi Link 4965AG)
  • Select ‘Properties’
  • Click the ‘Details’ tab.
  • There will be a drop-down menu, choose ‘Matching Device ID’ or ‘Device Instance Id’
  • The entry under there will be ‘PCIVEN_…” (followed by unique numbers to your device)
  • Open a command prompt and run the command: devcon find “PCIVEN_…” (add your unique numbers to the command)

As long as only one device is found (your wireless card), you can use that number. You may have to have more numbers or you might be able to reduce the numbers depending on how specific you have to be to find the wireless device. For example:

devcon find “PCIVEN_8086”
21 matching devices found.

devcon find “PCIVEN_8086&dev_4229”
1 matching device found.

devcon find “PCIVEN_8086&dev_4229&subsys_10008086”
1 matching device found.

I can make my command use the second number if I’m lazy since only one device was found:

devcon remove “PCIVEN_8086&dev_4229”

or the third number if I want to be most specific:

devcon remove “PCIVEN_8086&dev_4229&subsys_10008086”

To implement the after-image scripting solution, we’ll use the above command to uninstall and follow it by another to automatically scan for new hardware. Put the following two commands in a batch command and replace the “PCIVEN_…” part with your numbers found above.

devcon remove “PCIVEN_8086&dev_4229”
devcon rescan

This will uninstall and re-install the device, the exact same fix that we were using through the device manager but with only one double-click to implement the solution.

Download Devcon command-line tools from Microsoft.

Filed Under: Code, Network, Software, System Administration, Tech Solutions

Trending

  • YouTube celebrates 10th birthday with A-Z
    In Infographics, Videos
  • Pizza Box, Lunch Box and other PC case form factors identified by WMI
    In Code, Hardware, Gadgets, and Products
  • UofI Finds New Partner for Blue Waters Supercomputer
    In Hardware, Gadgets, and Products

Latest Media Posts

Find Out Where To Download SNES ROMs

Find Out Where To Download SNES ROMs

Multifunctional Video Conversion Tools – Wondershare Video Converter

Multifunctional Video Conversion Tools – Wondershare Video Converter

  • Popular
  • Latest
  • Today Week Month All
  • How to ‘Unblock’ multiple files at a time with PowerShell How to 'Unblock' multiple files at a time with PowerShell
  • Command line to take ownership and change permissions Command line to take ownership and change permissions
  • Increase IIS Private Memory Limit to improve WSUS availability Increase IIS Private Memory Limit to improve WSUS availability
  • SOLVED: “This modification is not allowed because the selection is locked.” SOLVED: "This modification is not allowed because the selection is locked."
  • Creating and editing views in phpMyAdmin Creating and editing views in phpMyAdmin
  • customer contactless payment for drink with mobile phon at cafe counter bar,seller coffee shop accept payment by mobile.new normal lifestyle concept The Latest Innovations In Payment Technology
  • How Digital Technology Brought the Rise of the CMO   How Digital Technology Brought the Rise of the CMO  
  • How to Purchase Cryptocurrencies? How to Purchase Cryptocurrencies?
  • Top 6 necessary aspects to consider when hiring Angular developers Top 6 necessary aspects to consider when hiring Angular developers
  • Full guide on drawbacks and benefits of Node.js for making the perfect choice for your business Full guide on drawbacks and benefits of Node.js for making the perfect choice for your business
Ajax spinner

Elevator Pitch

404 Tech Support documents solutions to IT problems, shares worthwhile software and websites, and reviews hardware, consumer electronics, and technology-related books.

Subscribe to 404TS articles by email.

Recent Posts

  • The Latest Innovations In Payment Technology
  • How Digital Technology Brought the Rise of the CMO  
  • How to Purchase Cryptocurrencies?

Search

FTC Disclaimer

404TechSupport is an Amazon.com affiliate; when you click on an Amazon link from 404TS, the site gets a cut of the proceeds from whatever you buy. This site also uses Skimlinks for smart monetization of other affiliate links.
Use of this site requires displaying and viewing ads as they are presented.

Copyright © 2023 · Magazine Pro Theme on Genesis Framework · WordPress · Log in