Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Lectures_SSD2_Yermakova / Lectures_SSD2 Yermakova.doc
Скачиваний:
226
Добавлен:
25.02.2016
Размер:
3.16 Mб
Скачать

Changing a Driver's Configuration

A driver is designed to operate in a particular fashion, but it may also include a number of operations to customize its functions for a particular user or system environment. Features to be modified include those that match some particular hardware or system requirement (such as the transfer speed of a modem, how much data to buffer, what protocols should be used, etc.), and those that are user-oriented (what is your screen's resolution, what wallpaper to display, whether the mouse should function as a left-handed mouse, etc.).

Most devices and software modules in the operating system that manage resources have an applet installed in the Control Panel window to present a user interface for changing some of these options. (The Control Panel is listed under Settings, which is on the Start menu.) This is the most convenient method of changing the parameters that affect a driver's or resource manager's operation. Depending on the change, it may take effect immediately or require the operating system to be rebooted to take effect.

Another means for changing a driver's configuration is the Device Manager function. Device Manager presents information either about your computer as a whole or about an individual hardware component. By selecting a specific device and selecting to view its properties, you can change various functions.

Since you as the user of a home computer are also its administrator, all of the environment and user settings are under your control. However, you should take a great deal of caution before making any changes, as it may make the device or even the entire computer unusable unless a reinstallation is performed. Because of the possible problems that can occur with these changes, most computers in a business or school environment prevent all users except the "system administrator" from making these changes.

When you make a change to the operation of the system, the related data needs to be saved so it can be referenced the next time the system is rebooted. Operating systems such as UNIX keep all configuration information in text files that an administrator can change through a simple text editor. Windows started out similar to UNIX in keeping configuration information in text files (such as WINDOWS.INI, SYSTEM.INI, CONFIG.SYS), but later versions consolidate all configuration information (including application information) that is installed into several binary files, which are collectively called the Registry. The registry has its own editor (either REGEDIT or REGEDT32) for viewing and modifying the information. Due to the cryptic nature of this information, novice users should rely on facilities such as Control Panel to modify its contents. However, some drivers and resource managers have options that cannot be accessed through Control Panel and can only be modified directly in the registry.

Utilities exist for backing up or restoring the registry on a regular basis, or before making any major changes to hardware or installing new applications on the computer system. If the system should become unusable after installing a new program or making a change through Control Panel, the registry can be restored to its prior settings to make the system functional again, performing as it did at the time the registry was backed up.