Chapter 1: Loading and Configuring Device Drivers

Exam Objectives

check.png Device driver requirements and installation

check.png Identification and use of signed drivers

check.png Working with drivers and diagnosing driver errors

The United Nations’ goal is for the nations of the world to work together and achieve common goals. They achieve this end by communicating with each other, but they first have to overcome the language barrier, which is done by employing hundreds of translators. Device drivers serve a similar role for computers that translators serve for the UN, converting information between the operating system and various pieces of hardware. Device drivers are responsible for establishing and maintaining communication links between an operating system and the various hardware devices on a computer. Each hardware device has its own language. The job of the device driver is to translate data from the device into something that the OS can understand, and then translate the OS data into something that the device can understand.

Even with the advent of Plug and Play, an A+ Certified Professional still needs to understand how drivers work and how to diagnose driver-related problems. Even though Plug and Play may allow for default drivers to be automatically selected and loaded, the entire process of managing drivers is not a hands-off process, and intervention will be required on many occasions.

Loading Device Drivers

Because device drivers are so important, you should consider how device drivers are loaded onto your system. In the following sections, you take a look at loading device drivers for Windows. In Book III, you see how to configure the hardware to be added to a system; in this chapter, you focus on the software side of configuring these devices.

remember.eps Because so many devices and drivers are floating around out there, the steps in this chapter for working with and managing drivers are necessarily broad and generic.

Drivers and their installation are tied to INF files, which contain installation instructions. There are several ways to install drivers with INF files:

diamonds.jpg Use Add Hardware in Windows XP and Windows Vista (use Add a Device in the Windows 7 Control Panel).

diamonds.jpg You might be able to use the INF files themselves.

diamonds.jpg You might have to load the drivers manually.

diamonds.jpg You might be able to install drivers directly through a setup program from the manufacturer, which can be used to install other software as well.

remember.eps Before attempting device detection, ensure that the device is properly plugged in and powered; if not, the device will never be detected. And if the device is not detected, you have to manually load the drivers and configure the device. Loading drivers manually is discussed later in this section.

warning_bomb.eps Some hardware vendors recommend that you copy their drivers onto your system before connecting the hardware to update the INF files to acknowledge that this hardware exists. This then allows the device to be properly detected when Windows finds it, allowing Windows to automatically load the drivers. This information is usually included with the vendor’s Quick Install or Quick Start guide. In most cases, it does not really matter when the drivers are copied; if the drivers are not on your system, Windows will ask you where to find them.

By default, Windows Vista and Windows 7 use Windows Update to locate and install drivers for devices that are installed into or connected to the system, which takes a lot of the work out of installing drivers. The settings for this behavior are found in the System Properties, as shown in Figure 1-1. To locate these settings on Windows 7 (the Windows Vista process is similar), follow these steps:

1. Click Start.

2. Right-click Computer and choose Properties from the shortcut menu to open the System Properties dialog box.

3. Choose Advanced System Settings from the navigation menu. If you are prompted with a User Account Control dialog, choose Continue to proceed to the Systems Properties dialog.

4. Click the Hardware tab and then click the Device Installation Settings button.

5. In the Device Installation Settings dialog box that opens (see Figure 1-1), select a radio button for how you do/do not want Windows 7 to check for driver updates for new hardware. You can

• Perform driver selection and installation automatically.

• Have Windows 7 automatically attempt to locate all drivers via Windows Update.

• Have Windows 7 use Windows Update only when a local drive is not available for the device.

• Never use Windows Update for driver software.

• Optionally, Windows 7 can replace the generic icons representing the devices on your computer with more realistic icons by selecting the Replace Generic Device Icons with Enhanced Icons check box.

remember.eps If you choose not to use Windows Update and if the drivers are not built into Windows or if they have not been installed, Windows will not be able to locate appropriate drivers for the device.

6. Click Save Changes to close the Device Installation Settings choices, and then click OK to close System Properties.

Figure 1-1: Using Windows Update for drivers can make it extremely easy to deal with new hardware.

9781118237038-fg060101.tif

To install a device driver on Windows XP or a newer OS, follow these steps:

1. Start the device driver load process for your operating system.

On Windows XP, open the Add Hardware applet by choosing Start⇒Control Panel⇒Printers and Other Hardware⇒Add Hardware. The Add Hardware Wizard starts.

On Windows Vista and Windows 7, follow these steps:

a. Open the Device Manager by choosing Start.

b. Right-click Computer⇒Manage.

c. Click Device Manager from the navigation menu.

d. Choose Action⇒Add Legacy Hardware.

The Add Hardware Wizard starts.

2. When the Add Hardware Wizard starts, click Next.

3. Indicate whether you already added the hardware to your system; then click Next.

If you are adding a device, Windows performs a search of Plug and Play devices. The results of this search are displayed for you and include any unknown devices.

tip.eps Because adding a device also includes a troubleshooting option, this is your opportunity to select a device already installed on the system that you would like to troubleshoot. If you select to troubleshoot a device, the next screen in the wizard informs you that when you finish the wizard, you will start the troubleshooter. The troubleshooter lets you set resource settings, such as IRQ and I/O addresses.

4. If the device that you need to load the drivers for is not listed, choose the option to Add a New Hardware Device at the bottom of the list; then click Next.

5. You have the option of letting Windows search for new hardware (shown in Figure 1-2), or you can select the hardware from a list.

tip.eps If your computer appears to not be responding, give it some time to finish its detection process.

6. If no devices are found, click Next to manually choose a driver.

7. To install a device manually, first choose the hardware type (shown in Figure 1-3). After you make your selection, click Next.

Figure 1-2: Plug and Play detection is used to initially locate all devices on your computer.

9781118237038-fg060102.tif

Figure 1-3: Choose the type of device you are installing so that you can look at a filtered list.

9781118237038-fg060103.tif

8. A screen listing manufacturers and models appears. Choose the manufacturer and then choose a model from that manufacturer. Click Next after making your selection.

If the device cannot be matched to known devices, you can click the Have Disk button to browse for or type the location of the device’s INF file, as shown in Figure 1-4.

Figure 1-4: Device lists are listed by manufac­turer to make locating devices easier.

9781118237038-fg060104.tif

If Windows cannot detect the device settings for your device, it asks you to manually enter the settings for some or all of the hardware resources, which are I/O addresses, Memory, DMA, and IRQs.

You might be prompted for special device-related settings. If not, you should have a hardware installation dialog box on your screen.

9. Click Next to start installing your hardware.

If Windows cannot locate some of the required files, it might ask you to insert a disk with the drivers on it or to locate the files that it needs.

10. Click Finish when the installation is complete.

If you need to manually adjust the hardware resource settings, you can change the settings for the device by using either the device’s control panel (if one exists) or Device Manager.

tip.eps Because control panels for each device are different, I look only at the Device Manager in this section.

To access the resource settings on Windows though Device Manager, use these steps:

1. Choose StartControl Panel, open the System applet, click the Hardware tab, and then click the Device Manager button. If you are using Windows Vista or Windows 7, Choose StartControl Panel, choose Hardware and Sound, and then click the Device Manager link.

The Device Manager opens, and you can expand the device tree and select the device that you want to work with.

2. When you find the device, right-click it and choose Properties.

From the Properties window for the device, you can troubleshoot the device, examine driver details, change resource settings, and choose which hardware profiles will use the device.

3. Click the Resources tab to change the resource settings that are used by the device, as shown in Figure 1-5. After adjusting the settings, click OK to close the device properties dialog.

fortheexam.eps Device Manager is the main tool used for configuring and removing installed device drivers.

Figure 1-5: You might have to tell Windows what resources your device requires.

9781118237038-fg060105.tif

Changing Device Settings

Regardless of how you install the drivers for the device, if Windows can’t detect the settings for the device, you are prompted to specify IRQ, I/O, DMA, and memory resource settings. The prompt should only be necessary for non–Plug and Play devices. If you are not sure of the current settings for the device, confirm the settings by examining the hardware or by using the configuration utility that came with the device. A configuration utility should be included on the driver disk of any devices that support software configuration. If the device is configured for Plug and Play, you shouldn’t have to worry about this.

For many devices, you can add drivers from the device’s Control Panel applet, if there is one. This ability is not available for all devices but is available for modems and several other devices.

If you want to change the settings for a device that is installed on your system, you can use either the Control Panel applet for the device (such as Phone and Modem Options, Display, or Network) or Device Manager. Because each Control Panel applet is different, I do not go through each of them here, but rather show you Device Manager.

To access Device Manager in Windows 7, choose Start⇒Control Panel, click the Hardware and Sound link (opening the Hardware and Sound option), and then click the Device Manager link. You can also open the System Properties dialog box by right-clicking My Computer and choosing Manage, then clicking the Device Manager link in the Systems Tools section of the navigation menu. With Device Manager open, expand the appropriate device tree until you see the device that you want to work with; then right-click the device and choose Properties. You can use the Properties window to disable the device in the current hardware profile or all hardware profiles, change the driver, and set resources for the device (see Figure 1-6).

Windows Vista and newer OSes do not have hardware profiles. Based on how the driver was designed, you might not have a Driver or Resources tab and you will not be able to configure the settings on those tabs.

ontheweb.eps Lab 1-1 will guide you through examining the resources that are in use by your network card. In this exercise, you can use Windows 2000, Windows XP, Windows Vista, or Windows 7. Lab 1-1 can be found in the Labs.pdf file, which can be downloaded from the website www.dummies.com/go/ aplusaio.

Figure 1-6: Device Manager is a very powerful tool when it comes to device manage­ment.

9781118237038-fg060106.tif

Updating Drivers

From time to time, software vendors update their drivers, and you can choose to not update them, manually update them, or use Windows Update. When these drivers make it to the Windows Update Web site or Microsoft Update Web site, if you have upgraded, you can add them to your updates by choosing the optional hardware components. If you choose to update the drivers manually, right-click the device in Device Manager and choose Update Driver or click the Update Driver button on the Driver tab. Because some drivers do make it to the Windows Update Web site, the first question you will be asked when you choose to update your driver is whether you want to check Windows Update for copies of the drivers. If you choose not to use Windows Update or if there are no updated drivers on the site, you can still update them manually.

The next step in the update process is either allowing Windows to automatically locate the drivers (Recommended) or having you manually specify a location for the drivers (Advanced). If you use the automatic method, Windows checks your currently installed INF files and the root directories of your removable media. If no matching drivers are found, you need to come back and choose Advanced, which allows you to recheck the same paths as well as specify a directory in which to look for drivers. If all else fails, you can select “Don’t search. I will choose the drivers I want to install.” This option gives you a list of all drivers as well as a Have Disk button to load other drivers into the system. In most cases, you won’t have to use this screen. Just telling Windows to search a specific directory is usually enough for it to locate the correct driver for you.

Windows Vista and Windows 7 streamline the dialog boxes for this process, and will always check the Windows Update site as part of their automatic driver update process, unless you have changed the default Device Installation Settings, on the Hardware tab of System properties (or Advanced System Settings).

tip.eps Most of the Windows drivers will be updated when you apply an OS service pack. Microsoft often includes new drivers with the OS service packs.

Removing Device Drivers

At some point, you might want to remove a device. The proper and clean removal of devices represents a large step forward in device management for the Windows OS. You can use Device Manager with all versions of Windows to cleanly remove devices and drivers. Device Manager allows you to select any installed device on your system and delete it. In addition to Device Manager, you may be able to use the individual device’s Control Panel applet, such as the Network Control Panel applet.

To use Device Manager to remove a device from Windows, follow these steps:

1. Choose StartControl Panel, click Hardware and Sound, and then click the Device Manager link. If you are using older versions of Windows choose StartControl Panel, open the System applet, click the Hardware tab, and then click the Device Manager button.

2. Expand the hardware tree to locate your device, right-click the device, and choose Uninstall.

You are presented with a confirmation dialog box.

3. Click OK.

The device will be uninstalled.

Like with the Uninstall/Unplug options in Windows 2000, Windows will (by default) unplug devices that you have removed, leaving drivers and settings behind for you in case you want to reinstall the device. To see devices with Device Manager that have only been unplugged, choose View⇒Show Hidden Devices in Device Manager. This now shows all devices that have been installed on your computer, even if they are currently unplugged, and you can choose to remove them here and delete their drivers.

Signed and Unsigned Drivers

Driver signing prevents installing untested drivers on a system. Hardware vendors have an option to send their completed drivers to Microsoft for testing. After testing the driver and confirming that it doesn’t have any apparent problems within the OS, Microsoft returns the driver to the vendor with a signature file. This signature file has a .cat extension and contains information about the original driver file to ensure that the driver was not modified since it was sent to Microsoft. When loading drivers, Windows checks for the existence of the signature file. If the signature is not available, you can configure what you want to have happen on the system. Your choices are

diamonds.jpg Ignore the missing signature and install the drivers.

diamonds.jpg Warn the user of the missing signature, but still give the option of installing (see Figure 1-7).

diamonds.jpg Block the installation of the driver.

Figure 1-7: Driver signing prevents installation of unwanted drivers.

9781118237038-fg060107.eps

In Windows XP, these settings are configured in the System control panel, using the Driver Signing button on the Hardware tab. If you are logged in as an administrator, you can save these settings to affect all users. Typically, the option to block unsigned drivers is enforced on high-availability workstations or servers. To modify these settings for Windows Vista and Windows 7, you can

diamonds.jpg Choose on a per-boot basis.

a. Press F8 at the start of the boot process.

b. Choose Disable Driver Signature Enforcement.

diamonds.jpg Use bcpedit.exe to permanently disable driver signing by using the following command:

bcdedit.exe /set loadoptions DDISABLE_INTEGRITY_CHECKS

remember.eps Any individual user can make his or her individual driver signing policy stronger than the administrator’s defined system default.

fortheexam.eps Driver signing is designed to increase system stability by requiring hardware manufacturers to validate their drivers with Microsoft.

Working with Plug and Play

Thanks to Plug and Play, you have to do less work to add a device because device identification, driver selection, and hardware configuration are ­handled by Plug and Play (at least after the device has been added to the driver database). The Plug and Play specification says that a device should do the following:

diamonds.jpg Be uniquely identified

diamonds.jpg State the services that it provides and the resources that it requires

diamonds.jpg Identify the driver that supports it

diamonds.jpg Allow software to configure it

The Plug and Play standard also requires that Plug and Play devices be backward compatible with non–Plug and Play systems — at least, that’s the recommendation. All Plug and Play hardware should also be independent of operating systems that are installed on the system.

The Plug and Play process starts with the computer BIOS that supports Plug and Play. In addition, you also need an operating system that supports Plug and Play and Plug and Play devices. Current Windows OSs are Plug and Play–aware operating systems. The Plug and Play process contains three major components:

diamonds.jpg Bus Enumerator

diamonds.jpg Configuration Manager

diamonds.jpg Resource Arbitrator

Figure 1-8 shows how these components fit together, and I discuss the whole Plug and Play process in the following paragraphs.

At the lowest level in the Plug and Play process is the Bus Enumerator, whose job is to deal directly with individual devices. Each bus architecture in your computer has a Bus Enumerator, and the major bus architectures include PCI, ISA, EISA, PCMCIA (PC Card), SCSI, and USB. When a device is added to the system, especially in the case of PCMCIA devices, it announces its presence to the Bus Enumerator. The Bus Enumerator assigns an ID to the device, interrogates the device IRQ and I/O preferences, and possibly reconfigures the device based on requests from Configuration Manager.

Figure 1-8: The Plug and Play concept is very simple in design.

9781118237038-fg060108.eps

The Bus Enumerator is called into action when a Plug and Play computer boots, and it has work to do whenever a device is added or removed from a particular bus. When the Bus Enumerator (and the rest of the Plug and Play system) is given a notification of device removal, it can prepare for it. For example, if you want to remove a PCMCIA Ethernet adapter, you can notify the Plug and Play system by stopping the device by clicking the PC Card icon in the system tray (XP) or notification area (Vista and 7) and choosing the Ethernet adapter.

fortheexam.eps Devices that can be removed or added to a running system are hot swappable. Cold swapping takes place when the machine is powered down, which is the case for most devices. PCMCIA or PC Cards support hot swapping, and some of the newer computers support hot swapping on the PCI bus. Some manufacturers also use the term warm swappable to refer to components that can be replaced when the computer is in a sleep, standby, or other lower-power state.

The Bus Enumerator does not decide what resources the new device is going to use — that is the job of Configuration Manager. The Bus Enumerator passes all information about the device to Configuration Manager, which takes a look at all the resources required by all devices on the system. If multiple devices require the same resources, the Configuration Manager calls on the Resource Arbitrator, which evaluates which devices can operate at which settings and provides a solution in which all devices are able to use compatible settings.

After the Resource Arbitrator works its magic, a new resource configuration is passed to Configuration Manager. Configuration Manager accepts the new configuration; it contacts each Bus Enumerator and has the Bus Enumerator reconfigure any devices that require reconfiguration. So, although the Bus Enumerator doesn’t decide how to reconfigure devices, it does actually carry out the reconfiguration of the devices.

All information about devices on your computer is written into the Registry, which maintains the hardware tree. Configuration Manager is responsible for writing the information into the Registry. In a computer that supports the Plug and Play BIOS, the basic Plug and Play configuration is actually performed at the BIOS level. When the OS loads, it goes through the Plug and Play process and modifies any configurations that require modification.

If legacy devices (non–Plug and Play devices) exist on your system, resources are assigned to them first. This makes perfect sense because these devices cannot be reconfigured through the Plug and Play process. To ensure that the proper resources are allocated to legacy devices, you can reserve those resources in the system BIOS.

In most BIOS configurations, you have the option of reserving resources for non–Plug and Play devices. The settings in the BIOS tell you whether you are reserving resources for non–Plug and Play devices, reserving resources for legacy devices, or disabling resources. Those resources are not actually disabled, but their use by Plug and Play devices is disabled; legacy devices are still able to use these resources. The BIOS represents the best place to reserve legacy resources for this reason: It represents the first area where Plug and Play resources are actually assigned to devices.

warning_bomb.eps Before changing any BIOS settings, consult your motherboard documentation. Incorrect modification of your BIOS can result in your computer not functioning.

Because legacy devices cannot be reconfigured through the Plug and Play process, they should always be allowed to use the resources that they require. In a perfect world, that would be all you need. Because we don’t live in a perfect world, though, you must reserve resources. Reserving the resources for legacy devices at the BIOS level is more consistent for achieving a working configuration than allowing them to be reserved at the OS level.

When Plug and Play systems first entered the market, they were plagued with difficulty. Much of this difficulty came from devices that were not fully Plug and Play–compliant or from non–Plug and Play–aware system BIOS, not to mention mixing Plug and Play and non–Plug and Play devices together in a computer, which always causes additional problems and was often the case in early systems. Over the years, hardware and software manufactures have learned a lot about how Plug and Play should and can work, and today Plug and Play is much closer to its ideal.

Permissions to Install Drivers

To install drivers on a Windows computer, by default, you need to be a member of the Administrators group. In most cases, you do not want just anybody adding hardware devices to a computer and causing no end of problems for the people responsible for maintaining the computer. This ability to install the software for the device is controlled in the same way all rights on the computer are controlled, through the Security Policy. The computer policy can be changed locally. However, if the computer is part of Active Directory (AD), conflicting AD settings would override the local Security Policy. To view the active security settings on your computer and to see whether they are being overridden, you only have to look as far as the Administrative Tools by choosing Control Panel⇒System and Security.

In Administrative Tools, you will find the Local Security Policy application, which lets you see all security settings on your computer. To see the right to load and unload device drivers, expand the tree on the left to see Local Policies⇒User Rights Assignments. After selecting User Rights Assignments, you can browse the list on the right for Load and Unload Device Drivers. The Security Setting column tells you who has the permission, as shown in Figure 1-9. To change the permission, double-click the security setting, and use the Load and Unload Device Drivers Properties dialog box to change the list of people who have permissions.

Figure 1-9: The Local Security Policy allows you to install device drivers.

9781118237038-fg060109.tif

Verifying Driver Installation

To ensure that the drivers for a device are working properly, you should check three things:

diamonds.jpg The device is listed in Device Manager, and it displays a “working properly” message. If you see the Question mark category, you have some devices installed that do not have drivers.

diamonds.jpg Make sure that the device available to its own management or control software. For instance, if a scanner does not show up in the scanning software application, that could be due to a faulty driver.

diamonds.jpg Make sure that the device is yielding predictable results when used. If not, the issue could be driver-related.

remember.eps In most cases, if the drive is listed as working in Device Manager, the device driver is loaded properly for the device. So, the issues might actually be settings for the device or a hardware failure.

Device Driver Failure

What do you do if a device driver does not work? This is a question heard many times by users with driver problems. The answer is, as always with computers, “It depends.” Some actions that you can take to deal with a malfunctioning driver include

diamonds.jpg Upgrading to a newer driver version

diamonds.jpg Removing the device

diamonds.jpg Rolling back drivers

diamonds.jpg Booting to the last known good configuration

diamonds.jpg Using restore points

If the driver is not working or if it has compromised the stability of the computer, you do have the preceding options. Issues with drivers could range from the driver just not working to the computer having a Stop event (blue screen error) during the boot process. In most cases, if the driver is just not working, look at how the device is connected to the computer and also examine any related components. For example, if the problem is with a USB device, are the rest of the USB components (such as the USB hubs and controllers) on the computer working?

After you verify this, and that the device is properly attached and powered, examine the driver version and its settings. Check for a newer (usually) driver or an older (rarely) driver that could fix your problem. Discussion boards often help diagnose driver-related issues, be they a version issue to settings related. In most cases, you should initially load the component with the latest driver available, which means ignoring the CD that came with the device and going directly to the manufacturer’s Web site. If the device doesn’t work because of a hardware conflict, simply remove the device and replace it with a different manufacturer’s version. These hardware conflicts are very rare, but when they happen, you may have no choice but to replace with a different product.

Rather than just not working, the problem with the driver failure might be more prominent, such as a blue screen error during system boot. If that is the issue, your resolution is somewhat more critical. The first step is deciding what your immediate resolution needs to be. If it is to allow the computer to be usable and that the device was considered an extra feature, remove the device and look at adding and troubleshooting the device installation later. If it is to get the device working, you need to troubleshoot the device installation immediately. Your steps might vary some, but usually you want to do the following:

diamonds.jpg Boot into Safe Mode to verify that base system files are still operational. From there, you can remove or disable the device to allow the computer to boot. This can be done while leaving the device in the ­computer.

diamonds.jpg If the error occurred as part of a driver update, choose the driver ­rollback option on the Driver tab of the device’s Device Manager properties.

diamonds.jpg Download a newer version of the driver; you might be trying to load an older version of the driver with known problems. The vendor’s Web site will let you know whether newer versions of both drivers and firmware are available — and, often, what issues they corrected.

warning_bomb.eps diamonds.jpg Risking the loss of configuration settings or files, the last two options are last-chance efforts to restore system stability in the form of booting to the Last Known Good Configuration or using a past system restore point. Because these two items return to a past point in time, you do run the risk of losing additional settings that you were not aware of. For more information about these two procedures, see Book VII, Chapter 3.

In a perfect world, one of these fixes will work for you, and you won’t lose any data or settings.

Getting an A+

In this chapter, you look at general processes to load and configure device drivers. Specifically, you find out the following:

diamonds.jpg The driver installation procedures are found in INF files.

diamonds.jpg Drivers verified and signed by Microsoft include a CAT file, which contains the signature.

diamonds.jpg Plug and Play takes care of device resource settings for most devices.

diamonds.jpg Device Manager is the basic management tool for driver management.

diamonds.jpg Driver errors can be recovered by updating drivers, using Safe Mode, loading the Last Known Good Configuration, or restoring to a system restore point.

Prep Test

1 Device drivers are used to do what?

A checkbox.jpg Provide power to the device while it is operating

B checkbox.jpg Act as a software interface between the operating system and the device

C checkbox.jpg Provide advanced configuration options for the device

D checkbox.jpg Steer the device to a new location on the computer

2 What is the risk of using an unsigned driver?

A checkbox.jpg Unsigned drivers are only reliable when using Windows NT 4.0.

B checkbox.jpg Unsigned drivers are missing their SIG files.

C checkbox.jpg Unsigned drivers are not backward compatible with older hardware versions.

D checkbox.jpg Unsigned drivers have not been tested by Microsoft.

3 Which of the following is not part of the Plug and Play procedure?

A checkbox.jpg Resource Arbitrator

B checkbox.jpg Dynamic Reconfigurator

C checkbox.jpg Configuration Manager

D checkbox.jpg Bus Enumerator

4 Which users on a Windows XP or Vista computer have the right to load device drivers?

A checkbox.jpg Guests

B checkbox.jpg All Users

C checkbox.jpg Administrators

D checkbox.jpg Power Users

5 Device settings, such as IRQs, can be modified through which tools? (Choose all that apply.)

A checkbox.jpg Device Manager

B checkbox.jpg Resource Manager

C checkbox.jpg Device’s Control Panel, such as Network Control Panel

D checkbox.jpg Device Arbitrator

Answers

1 B. Device drivers act as an intermediary between the operating system and physical devices. See “Loading and Removing Device Drivers.”

2 D. Unsigned drivers have not been tested by Microsoft’s hardware qualification labs and, as such, are missing their CAT files. These drivers might work, but they are not verified by Microsoft. Review “Signed and Unsigned Drivers.”

3 B. The Dynamic Reconfigurator is not part of the Plug and Play procedure. Check out “Working with Plug and Play.”

4 C. Only members of the Administrators group have been granted the right to load and unload device drivers, by default. Peruse “Permissions to Install Drivers.”

5 A, C. Most device settings can be modified through either Device Manager or the device’s Control Panel. Resource Manager and Device Arbitrator are made-up terms. Take a look at “Changing Device Settings.”

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset