Jesin's Blog

Welcome to the Portal of Technology

  • Facebook
  • GitHub
  • RSS
  • Twitter
  • Home
  • Categories
    • Domains
    • Linux
    • Networking
    • PHP
    • Virtualization
    • Web Design
    • Web Servers
    • Windows
  • WordPress Plugins
    • Custom Error Pages
    • HTTP Digest Authentication
    • Mailgun Email Validator
  • Toolbox
    • DNS Lookup Tool
    • htdigest Generator Tool Online
    • htpasswd Generator Tool Online
    • HTTP Headers Lookup Tool
    • MD5 Encryption Tool
    • Open Port Check Tool
    • SHA-1 Encryption Tool
    • URL Encoding/Decoding Tool
  • About Me
  • Contact Me
  • Sitemap
Home ›
Windows ›
Windows devmgr_show_nonpresent_devices

Windows devmgr_show_nonpresent_devices

October 11, 2011 Windows Jesin A Leave a Comment

windows category thumbnail

This tip will show the non present devices in windows operating systems. When a device is plugged the driver for that device is installed for the proper functioning of that device, but later when you unplug it the device entry disappears from the Device Manager but the drivers still exist in the system. This becomes a hindrance in some situations. Recently I myself came across the error “Cannot rename this connection. A connection with the name you specified already exists. Specify a different name.” when renaming a LAN connection, even though there was no other connection by that name. This was because earlier I had an Ethernet card with a connection by that name, even after the card was removed the operating system refused to forget it :). So applying this trick worked for me

Go to Start -> Run or [Windows] + R and type cmd, Windows Vista and 7 users go to Start -> All Programs -> Accessories -> Right-click command prompt -> Run as administrator. Enter the following commands in the command prompt.

set devmgr_show_nonpresent_devices=1
devmgmt.msc

The device manager opens, go to the View menu and select “Show hidden devices”. The faded entries are non present devices, if you’re also suffering from the “Cannot rename this connection” error expand “Network adapters” and remove the non present adapter.

windows nonpresent devices
List of non present devices in my computer

The screenshot above was taken from my computer, it shows a list of pen drives that were plugged into my system once upon a time. Interesting !!!

Once you close device manager and the command prompt this setting will no longer be active, if you want the setting to persist always follow the instruction below. Right Click My Computer -> Properties -> Advanced Tab, Windows Vista and 7 users open “Advanced system settings” -> Click Environment Variables. If devmgr_show_nonpresent_devices is set in the “User variables” it applies only to the currently logged in user, when done in “System variables” it affects the whole system. Click “New” and enter

Variable Name: devmgr_show_nonpresent_devices
Variable value: 1

Click OK thrice and the setting is permanent. But you need to select the “Show hidden devices” from the view menu in the device manager to see the non present devices.

Related posts:

windows category thumbnailHow to install Windows XP after Windows Vista/7 windows category thumbnailCreate a bootable Windows Vista/7 Installation Pen Drive windows category thumbnailAdd Command Prompt on Right Click windows category thumbnailHide Last Logged in Username in Windows (Security Policy) windows category thumbnailChange Registered To in Windows

Tags: windows, windows commands

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Get a wealth of information delivered to your inbox. Subscribe and never miss a single article.

  • Tutorials and howtos
  • Code, scripts and commands
  • Online Tools

* No spam, unsubscribe anytime

Hire Me

  • SSL installation and hardening (A+ on Qualys SSL test)
  • Apache & Nginx configuration
  • Email deliverability improvement (10/10 on Mail Tester & MailGenius)
  • WordPress customization, optimization and migration
  • and much more…

    Tools

    • DNS Lookup Tool
    • htdigest Generator Tool Online
    • htpasswd Generator Tool Online
    • HTTP Headers Lookup Tool
    • MD5 Encryption Tool
    • Open Port Check Tool
    • SHA-1 Encryption Tool
    • URL Encoding/Decoding Tool

    Nav

    • Home
    • About Me
    • Contact Me
    • Privacy Policy
    • Sitemap
    Vultr SSD VPS

    Creative Commons License
    Jesin's Blog by Jesin A is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
    Based on a work at websistent.com.