Accessing the Device Manager
Windows 95/98/Me
1. Click Start, then select Settings -> Control Panel
2. Select System applet, then Device Manager tab.
Windows 2000 and Windows XP
1. Right-click My Computer then select Properties
2. Select the Hardware tab
3. Click the Device Manager button
* Alternative 1: Start -> Run -> devmgmt.msc -> OK
* Alternative 2: Type "devmgmt.msc" into the Command Prompt
* Alternative 3: Device Manager is part of Computer Management, which also includes Event Viewer, Services Manager, Disk Management and many other things. Right-Click My Computer then select Manage to start Computer Management, or invoke compmgmt.msc, or launch it via the shortcut in Control Panel, Administrative Tools.
* Alternative 4: Press and hold down the Windows key and press the Pause/Break key.
* Alternative 5: Create a batch file(.bat) to run Device Manager. A one line entry of devmgmt.msc
into an ANSI text file with the extension (.bat) suffices. However you can also invoke instance settings, such as displaying non-present devices, by adding an additional first command line set devmgr_show_nonpresent_devices=1 for an overall structure like this: set devmgr_show_nonpresent_devices=1 devmgmt.msc
* Alternative 6: Instead of a batch file, simply create a shortcut leading to devmgmt.msc
Windows Vista and Windows 7
1. Click Start -> in the "Start Search" box
2. Type "Dev" (without pressing enter); wait for a list to show up
3. Click Device Manager
* Alternative 1: Open the Start menu, right-click on Computer, select Manage, click on "Device Manager" in the left-hand tree
* Alternative 2: run devmgmt.msc
* Alternative 3: Device Manager is part of the Computer Management, which also includes Event Viewer, Services Manager, Disk Management, as well as many other things. Right-Click My Computer then select Manage to start Computer Management.
Hidden Settings
Display of 'non-present' devices The Device Manager can display the driver entries for a device that is not currently connected to a computer but had been successfully installed to run through a port, such as a USB port. This is useful for removing entries of old devices or performing a clean reinstall of a device.
This mode activated each time device manager is added and must be invoked just prior to opening Device Manager using the Command Prompt or Batch file method. Command line is as follows: set devmgr_show_nonpresent_devices=1
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment