Windows 95/98/Me
- Click Start, then select Settings -> Control Panel
- Select System applet, then Device Manager tab.
Windows 2000 and Windows XP
- Select the Start menu at the bottom-right of your screen.
- Choose Control Panel (or Settings, then Control Panel on some computers).
- In the window that opens, double-click the control panel titled System. If there is no item titled System listed in the Control Panels window, click the link in the upper-left of the window titled Switch To Classic View. The System Control Panel icon should now be visible to the right. Double-click it to open the System Properties window.
- At the top of the System Properties window that opens, click the tab titled Hardware.
- Then click the button labeled Device manager. You will be presented with a list of all the components installed on your computer.
- Alternative 1:
- Right-click My Computer then select Properties
- Select the Hardware tab
- Click the Device Manager button
- Alternative 2: Start -> Run -> devmgmt.msc -> OK
- Alternative 3: Type "devmgmt.msc" into the Command Prompt
- Alternative 4: 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 5: Press and hold down the Windows key and press the Pause/Break key.
- Alternative 6: 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 - Alternative 7: Instead of a batch file, simply create a shortcut leading to devmgmt.msc
No comments:
Post a Comment