Understanding Operating Systems

Computers are pretty much useless without software. A piece of hardware might just as well be used as a paperweight or doorstop unless you have an easy way to interface with it. Software provides that way. While there are many types of software, or programs, the most important application you’ll ever deal with is the operating system. Operating systems have many different, complex functions, but two of them jump out as being critical: interfacing with the hardware and providing a platform on which other applications can run.

Here are three major distinctions of software you should be aware of:

Operating system (OS) Provides a consistent environment for other software to execute commands. The OS gives users an interface with the computer so they can send commands (input) and receive feedback or results (output). To do this, the OS must communicate with the computer hardware to perform the following tasks, as illustrated in Figure 12-1:
  • Disk and file management
  • Device access
  • Memory management
  • Output format
Once the OS has organized these basic resources, users can give the computer instructions through input devices (such as a keyboard or a mouse). Some of these commands are built into the OS, whereas others are issued through the use of applications. The OS becomes the center through which the system hardware, other software, and the user communicate; the rest of the components of the system work together through the OS, which coordinates their communication.

Figure 12-1: The operating system interacts with resources.

c12f001.eps
Application Used to accomplish a particular task, an application is software that is written to supplement the commands available to a particular OS. Each application is specifically compiled (configured) for the OS on which it will run. For this reason, the application relies on the OS to do many of its basic tasks. Examples of applications include complex programs such as Microsoft Word and Internet Explorer as well as simple programs such as a command-line FTP program. Either way, when accessing devices and memory, the programs can simply request that the OS do it for them. This arrangement saves substantially on programming overhead because much of the executable code is shared—it is written into the operating system and can therefore be used by multiple applications running on that OS.
Driver Extremely specific software written for the purpose of instructing a particular OS on how to access a piece of hardware. Each modem or printer has unique features and configuration settings, and the driver allows the OS to properly understand how the hardware works and what it is able to do.

In the following sections, we’ll look at some terms and concepts central to all operating systems. Then we’ll move into specific discussions on Windows operating systems.


realworld.eps
Is Windows the Only Operating System?
In the workplace, it is likely that you will encounter operating systems beyond just Windows 7, Windows Vista, and Windows XP. Linux, for example, is a popular operating system for servers while Mac OS rules the Apple world. This exam focuses only on the three Windows operating systems mentioned and thus they are the only ones we cover in this book. It is highly recommended that you become familiar with other operating systems as your job requires, but you will not need to know them for the A+ certification exam.

Operating System Terms and Concepts

Before we get too far into our discussion of PC operating systems, it will be useful to define a few key terms. The following are some terms you will come across as you study this chapter and work in the computer industry:

Version A particular revision of a piece of software, normally described by a number that tells you how new the product is in relation to other versions of the product.
Source The actual code that defines how a piece of software works. Computer operating systems can be open source, meaning the OS can be examined and modified by anyone, or they can be closed source, meaning that only an owner or developer can modify or examine the code.

note.eps
A word often used interchangeably with closed source is proprietary.

Shell A program that runs on top of the OS and allows the user to issue commands through a set of menus or other interface (which may or may not be graphical). Shells make an OS easier to use by changing the user interface.
Graphical user interface (GUI) A method by which a person communicates with a computer using graphical images, icons, and methods other than text. GUIs allow a user to use a mouse, touchpad, or another mechanism (in addition to the keyboard) to interact with the computer to issue commands.
Network Any group of computers that have a communication link between them. Networks allow computers to share information and resources quickly and securely.
Cooperative multitasking A multitasking method that depends on the application itself to be responsible for using the processor and then freeing it for access by other applications. This is the way very early versions of Windows managed multiple applications. If any application locked up while using the processor, the application was unable to properly free the processor to do other tasks and the entire system locked, usually forcing a reboot.
Preemptive multitasking A multitasking method in which the OS allots each application a certain amount of processor time and then forcibly takes back control and gives another application or task access to the processor. This means that if an application crashes, the OS takes control of the processor away from the locked application and passes it on to the next application, which should be unaffected. Although unstable programs still lock, only the locked application will stall—not the entire system. This is what is used today in modern operating systems.
Multithreading The ability of a single application to have multiple requests in to the processor at one time. This results in faster application performance because it allows a program to do many things at once.
32-bit An operating system that is 32-bit is one that can not only run on 32-bit processors but can utilize the capabilities of the processor fully. While this may sound simple, the truth of the matter is that it took many years after the 32-bit processor became available before operating systems (which were 16-bit at the time) were able to utilize their features. Just as you could not mix racecars with a country road, you cannot mix 64-bit software with 32-bit hardware.
64-bit A 64-bit operating system is one that is written to utilize the instructions possible with 64-bit processors. Originally, these were more common with servers than desktops, but with prices dropping, 64-bit processors have become more common on the desktop, as have operating systems that will run on them. As mentioned earlier, you cannot mix 64-bit software with 32-bit hardware (but you can run most 32-bit software on 64-bit hardware).
x86 The terms x86 is commonly used to refer to operating systems intended to run on the Intel processor because Intel initially identified its 32-bit processors with numbers ending in 86 prior to switching to the Pentium line.
x64 The term x64 is commonly used to denote operating systems that can run on 64-bit processors. This is also commonly referred to as AMD64 since AMD defined the 64-bit instruction set used today.

Minimum System Requirements

In the chapters to come, we’ll explore how to install and upgrade each of the operating systems you need to know for the exam, but one of the things that can prevent you from even considering these options is the hardware requirements of the operating system you are thinking of installing. Before you can begin to install an OS, there are several items you must consider. You must perform the following tasks before you even put the OS installation disc into your computer’s optical drive. These items essentially set the stage for the procedure you are about to perform:

  • Determining hardware compatibility and minimum requirements
  • Determining installation options
  • Determining the installation method
  • Preparing the computer for installation

Let’s begin our discussion by talking about hardware compatibility issues and requirements for installing the various versions of Windows.

Determining Hardware Compatibility and Minimum Requirements

Before you can begin to install any version of Windows, it is important that you determine whether the hardware you will be using is supported by the Windows version you will be running. That is, will the version of Windows have problems running any device drivers for the hardware you have?

To answer this question, Microsoft first came up with several versions of its Hardware Compatibility List (HCL). This was intended to be a list of all the hardware that worked with Windows and the versions of Windows with which the hardware worked. With the release of Windows XP, Microsoft expanded the idea of the HCL to include software as well, and a list that includes both hardware and software can hardly be called a Hardware Compatibility List. The new term was the Windows Catalog, and it replaced HCLs. This gave way to the Compatibility Center, and the one for Windows 7 can be found at the following location:

www.microsoft.com/windows/compatibility/windows-7/en-us/default.aspx.

c12i001.tif

The point is, before you install Windows, you should check all your computer’s components against this list and make sure each item is compatible with the version of Windows you plan to install. Just because a product is not on the list does not mean that it will not work; it merely means that it has not been tested. The list represents tested software and hardware that vendors have stated are compatible, but it is by no means all inclusive.

In addition to general compatibility, it is important that your computer have enough “oomph” to run the version of Windows you plan to install. For that matter, it is important for your computer to have enough resources to run any software you plan to use. Toward that end, Microsoft (as well as other software publishers) publishes a list of both minimum and recommended hardware specifications that you should follow when installing Windows.

“Minimum specifications” are the absolute minimum requirements for hardware your system should meet in order to install and run the OS you have chosen. “Recommended hardware specifications” are what you should have in your system to realize usable performance. Always try to have the recommended hardware (or better) in your system. If you don’t, you may have to upgrade your hardware before you upgrade your OS if you’re running more than just a minimal environment. Table 12-1 lists the minimum and recommended hardware specifications for Windows XP Professional. Note that in addition to these minimum requirements, the hardware chosen must be compatible with the selected version of Windows. Also, be aware that additional hardware may be required if certain features are installed (for example, a NIC is required for networking support).

Table 12-1: Windows XP Professional minimum and recommended hardware

HardwareXP Professional RequirementXP Professional Recommendation
Processor233MHz Pentium/Celeron or AMD K6/Athlon/Duron300MHz or higher Intel-compatible processor
Memory64MB128MB
Free hard disk space1.5GB1.5GB
Floppy drive Not requiredNot required
CD-ROM or DVD driveRequiredRequired
VideoSuperVGA or betterSuperVGA or better
MouseRequiredRequired
KeyboardRequiredRequired

Table 12-2 lists the minimum system requirements for various versions of Windows Vista.

Table 12-2: Windows Vista minimum hardware requirements

Table 12-02

Table 12-3 lists the minimum system requirements for Windows 7. It should be noted that Windows XP Mode requires an additional 1GB RAM and 15GB hard drive space.

Table 12-3: Windows 7 minimum hardware requirements

HardwareMinimum Supported for All Versions
Processor1GHz
Memory1GB for 32-bit; 2GB for 64-bit
Free hard disk space16GB free for 32-bit; 20GB free for 64-bit
CD-ROM or DVD driveDVD-ROM
VideoDirectX 9 with WDDM 1.0 (or higher) driver
MouseRequired (but not listed as a requirement)
KeyboardRequired (but not listed as a requirement)
Internet accessNot listed as a requirement

If there is one thing to be learned from Table 12-1, Table 12-2, and Table 12-3, it is that Microsoft is nothing if not optimistic. For your own sanity, though, we strongly suggest that you always take the minimum requirements with a grain of salt. They are minimum requirements. Even the recommended requirements should be considered minimum requirements. The bottom line is make sure you have a good margin between your system’s performance and the minimum requirements listed. Always run Windows on more hardware rather than less!

Other hardware—sound cards, network cards, modems, video cards, and so on—may or may not work with Windows. If the device is fairly recent, you can be relatively certain that it was built to work with the newest version of Windows. But if it is older, you may need to find out who made the hardware and check their website to see if there are drivers available for the version of Windows you are installing.


Windows 7 Upgrade Advisor
The easiest way to see if your current hardware can run Windows 7 is to download and run the Windows 7 Upgrade Advisor available at the following location:
c12i002.tif

There’s one more thing to consider when evaluating installation methods. Some methods only work if you’re performing a clean installation and not an upgrade. We’ll discuss this in greater detail in the next chapter.

The Windows Interface

The interface of a machine running Windows XP is shown in Figure 12-2. If you’ve worked with older versions of Windows, you’ll notice that it looks only a bit different than the older interfaces. Most basic tasks, however, are accomplished in almost identical fashion on everything from a Windows 95 workstation computer to a Windows 2008 Server computer and a Windows 7 computer. Also, although the tools that are used often vary between the different OSs, the way you use those tools remains remarkably consistent across platforms.

This changed a bit with Windows Vista and the Aero interface, as Figure 12-3 shows, but not as dramatically as many in the media have made it out to be. It was tweaked a bit more with Windows 7, as shown in Figure 12-4.

We will begin with an overview of the common elements of the Windows GUI. We will then look at some tasks that are similar across Windows operating systems. If you have a copy of Windows 7, Windows Vista, or Windows XP available, you may want to follow along by exploring each of the elements as they are discussed.


note.eps
If you are able to follow along, you may notice that there are numerous icons and options we do not mention. Quite honestly, there are too many to cover, and they’re out of the scope of this chapter. For now, simply ignore them, or browse through them on your own and then return to the text.

Figure 12-2: The Windows XP interface

c12f002.tif

Figure 12-3: The Windows Vista interface

c12f003.tif

Figure 12-4: The Windows 7 interface

c12f004.tif

The Desktop

The Desktop is the virtual desk on which all of your other programs and utilities run. By default it contains the Start menu, the Taskbar, and a number of icons. The Desktop can also contain additional elements, such as shortcuts or links to web page content. Because it is the base on which everything else sits, the way the Desktop is configured can have a major effect on how the GUI looks and how convenient it is for users.

You can change the background patterns, screensaver, color scheme, and size of elements on the Desktop by right-clicking any area of the Desktop that doesn’t contain an icon. The menu that appears allows you to do several things, such as create new Desktop items, change how your icons are arranged, or select a special command called Properties or Personalize, similar to the one shown for Windows 7 in Figure 12-5.

Figure 12-5: The Windows 7 Desktop context menu

c12f005.tif

When you right-click the Desktop and choose Personalize, then Display, you will see the Display Properties screen shown in Figure 12-6 (for Windows 7).

Figure 12-6: The Display Properties screen for Windows 7

c12f006.tif

This screen will differ slightly based on the operating system, but you either click the various options at the top to move to the different screens of information about the way Windows looks (non–Windows 7) or choose the options on the left to do the same (Windows 7) . While the options will differ based on the operating system, the main ones in the Display Properties window of most are listed here:

Personalization (or Themes) Used to select a theme that enables you to quickly customize the look and feel of your machine. Selecting a theme sets several items at once, such as a picture to display on the Desktop, the look of icons, sounds to use, and so on. All of these options can also be selected individually through the other Desktop Properties tabs. For example, if you’re more comfortable with the look and feel of previous versions of Windows, you can select the Windows Classic theme.
Background or Desktop The Background tab is used to select an HTML document or a picture to display on the Desktop. In addition, you can configure other items through the Customize Desktop button. Examples include changing which default icons to display on the Desktop and configuring web content for the Desktop.
Screen Saver Sets up an automatic screensaver to cover your screen if your computer has not been active for a certain period of time. Originally used to prevent burned-in monitors, screensavers are now generally used for entertainment or to password-protect users’ Desktops. The Screen Saver tab also gives you access to other power settings.
Appearance Used to select a color scheme for the Desktop or to change the color or size of other Desktop elements.
Settings Used to set the color depth or screen size. Also contains the Advanced button, which leads to graphics driver and monitor configuration settings.

note.eps
You can also access the Display Properties settings by using the Display icon under Control Panel.

In Exercise 12.1, you will see how to change a screensaver.


Exercise 12.1
Changing a Screensaver
1. Right-click the Desktop.
2. Choose Properties from the context menu (or Personalize, depending on your operating system).
3. Click the Screen Saver tab.
4. Choose 3D Flower Box or another screensaver. Click Preview to see the new screensaver. Move the mouse to cancel the screensaver and return to the Display Properties dialog box.
5. Click the OK button or the Apply button. (OK performs two tasks—Apply and Exit Window—whereas Apply leaves the window open.)

The Taskbar

The Taskbar (see Figure 12-7) is another standard component of the Windows interface. Note that although the colors and feel of the Desktop components, including the Taskbar, have changed throughout the operating systems, the components themselves are the same. The Taskbar contains two major items: the Start menu and the system tray (systray). The Start menu is on the left side of the Taskbar and is easily identifiable: It is a button that has the word Start on it, or in the case of Windows 7/Vista, it is the large Windows icon. The system tray is located on the right side of the Taskbar and contains only a clock by default, but other Windows utilities (for example, screensavers or virus-protection utilities) may put their icons here to indicate that they are running and to provide the user with a quick way to access their features.

Figure 12-7: The Taskbar

c12f007.tif

Windows also uses the middle area of the Taskbar. When you open a new window or program, it gets a button on the Taskbar with an icon that represents the window or program as well as the name of the window or program. To bring that window or program to the front (or to maximize it if it was minimized), click its button on the Taskbar. As the middle area of the Taskbar fills with buttons, the buttons become smaller so they can all be displayed.

A special area on the Taskbar to the right of the Start button is known as the Quick Launch area, and it appears with some Windows OSs (including Windows XP and Windows Vista). Icons of commonly used programs can appear here, and the programs can be started with a single click. If the icons are in the Quick Launch area—as opposed to on the Desktop, or elsewhere—they are always visible and accessible. In Windows 7 the Quick Launch area was replaced with a mechanism where commonly used programs can be pinned to the Task bar.

You can increase the size of the Taskbar by moving the mouse pointer to the top of it and pausing until the pointer turns into a double-headed arrow. Once this happens, click the mouse and move it up to make the Taskbar bigger. Or move it down to make the Taskbar smaller. You can also click the Taskbar and drag it to the top or side of the screen.


tip.eps
In Windows, once you’ve configured the Taskbar position and layout to your liking, you can configure it so that it can’t be changed accidentally. To do so, right-click the Taskbar and select Lock The Taskbar. To unlock the Taskbar and make changes, right-click the Taskbar and select Lock The Taskbar again.

You can make the Taskbar automatically hide itself when it isn’t being used (thus freeing that space for use by the Desktop or other windows). In Exercise 12.2, we will show you how.


Exercise 12.2
Auto-Hiding the Taskbar
1. Right-click the Taskbar.
2. Choose Properties, which will bring up the Taskbar And Start Menu Properties screen.
3. Check the Auto-Hide The Taskbar option on the Taskbar tab of the Taskbar And Start Menu Properties dialog box.
4. Click OK.
5. The Taskbar retracts as soon as you click OK.
6. Move the mouse pointer to the bottom of the screen and the Taskbar will pop up and be available for normal use.

In addition to the Taskbar, Windows Vista includes the Sidebar, shown in Figure 12-8. This provides a quick interface that allows you to access common utilities (such as the headlines) and gadgets. While the Sidebar existed only for Windows Vista, the concept of gadgets persists and they can be placed directly on the Desktop in Windows 7.

Figure 12-8: The Windows Vista Sidebar

c12f008.tif

The Start Menu

Back when Microsoft officially introduced Windows 95, it bought the rights to use the Rolling Stones’s song “Start Me Up” in its advertisements and at the introduction party. Microsoft chose that particular song because the Start menu was the central point of focus in the new Windows interface, as it has been in all subsequent versions.

To display the Start menu, click the Start button in the Taskbar. You’ll see a Start menu similar to that shown in Figure 12-9 for Windows XP and Figure 12-10 for Windows 7/Vista. You’ll notice that in Windows XP the look of the Start menu is slightly different than that in Windows 7/Vista, but they all behave the same. Regardless of the operating system, the Start menu always serves the same function: providing quick access to important features and programs.

Figure 12-9: The Windows XP Start menu

c12f009.tif

From the Start menu, you can select any of the various options the menu presents. An arrow pointing to the right indicates that a submenu is available. To select a submenu, move the mouse pointer over the submenu title and pause. The submenu will appear; you don’t even have to click. (You have to click to choose an option on the submenu, though.) We’ll discuss each of the Start menu’s submenu options and how to use them.

All Programs Submenu

The All Programs submenu holds icons for the program groups. When you select this submenu, you will be shown a submenu for each program group. In Windows 7, Vista, and XP, the look is again a little different, but the functionality is the same. You can navigate through this menu and its submenus and click the icon for program you wish to start.


tip.eps
You can check which OS you are using by right-clicking the My Computer icon on the Desktop and selecting Properties. The OS type and version are displayed on the first tab. Note that the My Computer icon may not display on the Desktop by default (if the icon does not appear on the Desktop, you can find it on the Start menu instead). In Windows XP, you can add the icon to the Desktop by using Display Properties (click Customize Desktop on the Desktop tab, select My Computer on the General tab, and apply your changes), or you can click Start and then right-click the My Computer option (known as just Computer in Windows 7 and Windows Vista) and select Properties.
If you are running Windows XP or Vista and are attached to the look and feel of the pre–Windows XP Start menu, you can configure XP to use the old Start menu layout. To do so, right-click the Taskbar and select Properties. Click the Start Menu tab, select Classic Start Menu, and click OK.

Figure 12-10: The Windows 7/Vista Start menu

c12f010.tif

The most common way to add programs to this submenu is by using an application’s installation program. In Windows XP, if you’re using the Classic Start menu, you can also add programs to this submenu by using the Taskbar Properties screen (right-click the Taskbar and choose Properties). Additionally, items can be added by dragging and dropping icons onto these menus.

My Recent Documents (Windows XP)/Recent Items (Windows 7 and Windows Vista) Submenu

The My Recent Documents/Recent Items submenu has only one function: to keep track of the last data files you opened. Whenever you open a file, a shortcut to it is automatically made in this menu. To open the document again, click the shortcut in the Documents menu to open it in its associated application.

In some versions of Windows XP, this feature is not enabled by default. To enable it, in the Taskbar And Start Menu Properties screen, click the Start Menu tab and then click Customize (next to Start Menu). Click the Advanced tab, select the List My Most Recently Opened Documents option, and then click OK. An option called My Recent Documents is added to the Start menu; it lists the 15 most recently opened data files.


tip.eps
To clear the list of documents shown in the My Recent Documents/Recent Items submenu, open the Taskbar And Start Menu Properties screen. Then use the Clear button on the Advanced tab. (Remember that you access the Advanced tab in Windows XP via the Customize button on the Start Menu tab.)

Search (Find) Submenu/Option

The name of this Start menu option differs between Search and Find in the various versions of Windows, but its purpose doesn’t. In all cases, it’s used to locate information on your computer or on a network.

In Windows XP, to find a file or directory, click the Search option in the Start menu. Doing so opens the Search Results dialog box. In the left pane, click All Files And Folders, and then enter the appropriate information in the text fields. Expand the down-pointing double arrows to access advanced search options. To start the search, click Search. The search results appear in the right pane.

In Windows 7 and Windows Vista, the Search menu choice has disappeared, but you can search by typing into the Search box that always appears in the upper-right corner of Windows Explorer (technically, searching is still available from the Start menu in the Search Programs And Files bar, but Explorer’s works better). You can search through file content by using the filter contents: followed by the word/phrase/text you are seeking. More importantly, though, to quickly find commands start typing into the Start menu find field and the system displays matching commands. This is sometimes the quickest way of getting to a particular command especially when you can’t remember the exact name (for example, the Disk Management tools can be accessed by typing “ntfs”; the command appears as Create and format hard disk partitions).

Help And Support Command

Windows has always included a very good Help system. In addition, the Help system was updated with a new interface and new tools in Windows 7, Vista, and XP. Because of its usefulness and power, it was placed in the Start menu for easy access.

When you click Help And Support, the Help And Support Center home page opens. This screen may have been slightly customized by a hardware vendor if the operating system was preinstalled on your machine. However, all the options and available tools will still be present.


tip.eps
A quick way to access Help is to press the F1 key.

The Run Command

You can use the Run command to start programs if they don’t have a shortcut on the Desktop or in the Programs/All Programs submenu. When you choose Run from the Start menu, a pop-up window appears. To execute a particular program, type its name in the Open field. If you don’t know the exact path, you can browse to find the file by clicking the Browse button. Once you have typed in the executable name, click OK to run the program.


tip.eps
To open a command prompt, you can type CMD or COMMAND into the Run box and click OK. You might need to run this as Administrator if you want to change system settings in Vista and Win7. From the Start menu type cmd into the search field then type Ctrl-Shift-Enter to run as administrator.

Applications can easily be started from the Run window; often you will find it faster to open programs this way than search for their icons in the Start menu maze. In Exercise 12.3, you will see how to start a program from the Run window.


Exercise 12.3
Starting a Program from the Run Window
1. Click Start > Run.
2. In the Open field, type notepad.
3. Click OK. Notepad will open in a new window.
If the program you want to run has been run from the Run window before, you can find it on the Open field’s drop-down list. Click the down arrow to display the list, and then select the program you want by clicking its name and clicking OK.

While this functionality did not disappear from Windows Vista, it is a bit different. A blank dialog box appears at the bottom of the Start menu with the default phrase Start Search within. Type the name of the command you want to run in here, and press Enter. Vista will look for the executable and run it.

Turn Off Computer Command

Windows operating systems are very complex. At any one time, many files are open in memory. If you accidentally hit the power switch and turn off the computer while these files are open, there is a good chance they will be corrupted. For this reason, Microsoft has added the Turn Off Computer command under the Start menu (in 7/Vista it appears as Shut Down or as an icon of an on/off button and does not have a label). Note that with a configuration called Fast User Switching, Windows XP also displays Shut Down rather than Turn Off Computer. When you select this option, Windows presents you with several choices. Exactly which options are available depends on the Windows version you are running.

The possible choices are as follows:

Turn Off/Shut Down This option writes any unsaved data to disk, closes any open applications, makes a copy of the Registry, and gets the computer ready to be powered off. Depending on the OS, the computer is then powered down automatically, or you’ll see a black screen with the message It’s now safe to turn off your computer. In this case, you can power off the computer or press Ctrl+Alt+Del to reboot the computer. In Windows 7, the Turn Off option is known as Shut Down.
Restart This option works the same as the first option, but instead of causing the computer to shut down completely and shut off, it automatically reboots it with a warm reboot.
Sleep (Windows 7 and Windows Vista only) This option places the computer into a hibernation state. The session is saved and can be restored, but monitor and hard disks are turned off.
Stand By (Windows XP only) This option places the computer into a low-power state. The monitor and hard disks are turned off, and the computer uses less power. To resume working, press a key on the keyboard; the computer is returned to its original state. In this state, information in memory is not saved to hard disk, so if a power loss occurs, any data in memory will be lost.

tip.eps
If you enable Hibernation on a Windows XP machine, you can place the computer into hibernation by holding down the Shift key while clicking Stand By in the Turn Off Computer screen. When you use the Hibernation feature, any information in memory is saved to disk before the computer is put into a low power state. Thus, if power is lost while the machine is in hibernation, your data is not lost. However, going into and coming out of hibernation takes more time than going into and coming out of stand-by mode.

Icons

Icons are shortcuts that allow a user to open a program or a utility without knowing where that program is located or how it needs to be configured. Icons consist of several major elements:

  • Icon label
  • Icon graphic
  • Program location or path

The label and graphic of the icon typically tell the user the name of the program and give a visual hint about what that program does. The icon for the Solitaire program, for instance, is labeled Solitaire, and its icon graphic is a deck of cards. By right-clicking an icon once, you make that icon the active icon and a drop-down menu appears. One of the selections is Properties. Clicking Properties brings up the icon’s attributes (see Figure 12-11) and is the only way to see exactly which program an icon is configured to start and where the program’s executable is located. You can also specify whether to run the program in a normal window or maximized or minimized.

Figure 12-11: The Properties window of an application with its icon above it

c12f011.tif

Additional functionality has been added to an icon’s properties to allow for backward compatibility with older versions of Windows (known as compatibility mode). To configure this, click the Compatibility tab and specify the version of Windows for which you want to configure compatibility. Note that you cannot configure compatibility if the program is part of this version of Windows. Figure 12-12 shows the settings available for an older program.

This feature is helpful if you own programs that used to work in older versions of Windows but no longer run under the current Windows version. In addition, you can specify different display settings that might be required by older programs.

Standard Desktop Icons

In addition to the options in your Start menu, a number of icons are placed directly on the Desktop in Windows. The Recycle Bin icon is one of these. In addition to the Recycle Bin icon, two of the most important icons are Computer/My Computer and Network/Network Neighborhood/My Network Places. However, although they are important, they no longer display by default on the Desktop. You can add them if you want to (in Windows 7, for example, choose Personalization from Control Panel, and then choose Change Desktop Icons).

Figure 12-12: The Compatibility settings possible with an older program

c12f012.tif
The Computer/My Computer Icon

If you double-click the Computer icon, it displays a list of all the disk drives installed in your computer. In addition to displaying disk drives, it displays a list of other devices attached to the computer, such as scanners, cameras, and mobile devices. The disk devices are sorted into categories such as Hard Disk Drives, Devices With Removable Storage, Scanners And Cameras, and so on.

You can delve deeper into each disk drive or device by double-clicking its icon. The contents are displayed in the same window. You can select Tools > Folder Options to configure each folder to open in a new window. Having multiple windows open makes it easy to copy and move files between drives and directories.

In addition to allowing you access to your computer’s files, the Computer icon on the Desktop lets you view your machine’s configuration and hardware, also called the System Properties.

With Windows 7, Vista, and XP, right-clicking Computer in the Start menu allows you to choose Properties and see the same information (choosing Manage, instead of Properties, brings up the Computer Management interface, in which you can make a plethora of changes).

Network/My Network Places

Another icon in Windows relates to accessing other computers to which the local computer is connected, and it’s called Network or My Network Places. (In Windows 7 and Vista, the label for this icon has been changed from My Network Places to simply Network.)

Opening Network enables you to browse for and access computers and shared resources to which your computer is connected. This might be another computer in a workgroup, domain, or other network environment. You can also use Network to establish new connections to shared resources.


note.eps
For the exam, know that the two types of networks you can choose from are workgroup or domain. Other chapters in this book focus more on the networking specifics and how to set up each.

Through the properties of Network, you can configure your network connections, including LAN and dial-up connections (should you still live in an area where a now antiquated dial-up connection is required for Internet access).

You can choose Network from the Start menu or you can add it—and other common icons—to the Windows 7/Vista Desktop by choosing Start > Control Panel, clicking Appearance And Personalization, and then clicking Personalization. Choose Change Desktop Icons from the choices on the left to open the dialog box shown in Figure 12-13.

The Recycle Bin

All files, directories, and programs in Windows are represented by icons, and these icons are generally referred to as objects. When you want to remove an object from Windows, you do so by deleting it. Deleting doesn’t just remove the object, though; it also removes the ability of the system to access the information or application the object represents. For this reason, Windows includes a special directory where all deleted files are placed: the Recycle Bin. The Recycle Bin holds the files until it is emptied or until you fill it, and it gives users the opportunity to recover files that they delete accidentally. By right-clicking the Recycle Bin icon, you can see how much disk space is allocated, and some larger files that cannot fit in the Recycle Bin will be erased after a warning.

Figure 12-13: Common icons can easily be added to the Desktop.

c12f013.tif

You can retrieve a file you have deleted by opening the Recycle Bin icon and then dragging the file from the Recycle Bin to where you want to restore it. Alternatively, you can right-click a file and select Restore, and the file will be restored to the location from which it was deleted.


note.eps
The Recycle Bin offers an interesting anomaly: In Windows XP (and previous NTFS-based operating systems), the “deleted” files are stored in the RECYCLER folder. With Windows 7 and Windows Vista, the folder is called $Recycle.Bin.

To permanently erase files, you need to empty the Recycle Bin, thereby deleting any items in it and freeing the hard drive space they took up. If you want to delete only specific files, you can select them in the Recycle Bin, right-click, and choose Delete. You can also permanently erase files (bypassing the Recycle Bin) by holding down the Shift key as you delete them (by dragging the file and dropping it in the Recycle Bin, pressing the Del key, or clicking Delete on the file’s context menu). If the Recycle Bin has files in it, its icon looks like a full trash can; when there are no files in it, it looks like an empty trash can.

What’s in a Window?

We have now looked at the nature of the Desktop, the Taskbar, the Start menu, and icons. Each of these items was created for the primary purpose of making access to user applications easier, and these applications are in turn used and managed through the use of windows, the rectangular application environments for which the Windows family of operating systems is named. We will now examine how windows work and what they are made of.

A program window is a rectangular area created on the screen when an application is opened within Windows. This window can have a number of different forms, but most windows include at least a few basic elements.

Elements of a Window

Several basic elements are present in a standard window. Figure 12-14 shows the control box, title bar, Minimize/Maximize button, Restore button, Close button, and resizable border in a text editor called Notepad (NOTEPAD.EXE) that has all the basic window elements—and little else.

The basic window elements are as follows:

Control box Located in the upper-left corner of the window, the control box is used to control the state of the application. It can be used to maximize, minimize, and close the application. Clicking it once brings into view a selection menu. Double-clicking it closes the window and shuts down the application.
Minimize and Maximize/Restore buttons Used to change the state of the window on the Desktop. They are discussed in the section “States of a Window” later in this chapter.

Figure 12-14: The basic elements of a window

c12f014.eps
Close button Used to easily end a program and return any resources it was using to the system. It essentially does the same thing as double-clicking the control box, but with one less click.
Title bar The area between the control box and the Minimize button. It states the name of the program and in some cases gives information about the particular document being accessed by that program. The color of the title bar indicates whether the window is the active window. Clicking on it is an easy way to move the window on the screen.
Menu bar Used to present useful commands within an application in an easily accessible format. Clicking one of the menu choices displays a list of related options you may choose from.
Active window The window that is currently being used. It has two attributes. First, any keystrokes that are entered are directed into the active window by default. Second, any other windows that overlap the active window are pushed behind it.
Border A thin line that surrounds the window in its restored down state and allows it to be resized.

Not every element is found on every window because application programmers can choose to eliminate or modify each item. Still, in most cases they will be constant, with the rest of the window filled in with menus, toolbars, a workspace, or other application-specific elements. For instance, Microsoft Word, the program with which this book was written, adds an additional control box and Minimize and Maximize buttons for each document. It also has a menu bar, a number of optional toolbars, scroll bars at the right and bottom of the window, and a status bar at the very bottom. Application windows can become quite cluttered.

Notepad is a very simple Windows program. It has only a single menu bar and the basic elements seen previously in Figure 12-14. It also starts a simple editor, where you can edit a file that already exists or create a new one. Figure 12-15 shows a Microsoft Word window. Both Word and Notepad are used to create and edit documents, but Word is far more configurable and powerful and therefore has many more optional components available within its window.

Figure 12-15: A window with more components

c12f015.tif

States of a Window

There is more to the Windows interface than the specific parts of a window. Windows also are movable, stackable, and resizable, and they can be hidden behind other windows (often unintentionally!).

When an application window has been launched, it exists in one of three states:

Maximized A maximized window takes up all available space on the screen. When it is in front of other programs, it is the only thing visible—even the Desktop is hidden. It takes up the entire space of the Desktop, and the middle button in the upper-right corner displays two rectangles rather than one. The sides of the window no longer have borders. The window is flush with the edges of the screen. Maximizing a window provides the maximum workspace possible for that window’s application, and the window can be accessed actively by the user. In general, maximized mode is the preferred window size for most word processing, graphics-creation, and other types of user applications.
Restored A restored window can be used interactively and is identical in function to a maximized window, with the simple difference that it does not necessarily take up the entire screen. Restored windows can be very small, or they can take up almost as much space as maximized windows. Generally, how large the restored window becomes is the user’s choice. Restored windows display a Maximize button (the middle button in the upper-right corner) with a single rectangle in it; this is used to maximize the window. Restored windows have a border.
Minimized Minimized program windows are represented by nothing but an icon and title on the Taskbar, and they are not usable until they have been either maximized or restored. The difference between a minimized program and a closed program is that a minimized program is out of the way but is still taking up resources and is therefore ready to use if you need it. It also leaves the content of the window in the same place when you return to it as when you minimized it.

When one program is open and you need to open another (or maybe you need to stop playing a game because your boss has entered the room), you have two choices. First, you can close the program currently in use and choose to simply reopen it later. If you do this, however, the contents of the window (your current game, for example) will be lost and you will have to start over. Once the program has been closed, you can move on to open the second program.

The second option is to minimize the active window. Minimizing the game window, for example, removes the open window from the screen and leaves the program open but displays nothing more than an icon and title on the Taskbar. Later, you can restore the window to its previous size and finish the game in progress.


note.eps
Keep in mind that applications in the background are still running. Therefore, if you minimize your game, you might return to find that you’ve been eaten by whatever monster you were running from in the game. A program running while minimized can be a good thing, however, if you’re running a useful utility such as a long search or a disk defrag.

Updating Windows

Windows includes Windows Update, a feature designed to keep Windows current by automatically downloading updates such as patches and security fixes and installing them automatically.

By default, Windows Update will run automatically when any administrator user is logged in. However, if you want to run it manually, you can do so by clicking Start > All Programs > Windows Update. With Windows XP, you can also go to http://windowsupdate.microsoft.com to start the process. In Windows 7/Vista, it just tells you to start Windows Update from the Start menu.

c12i003.tif

note.eps
Often, major updates to Windows are called service packs.

Here is an overview of how Windows Update works:

1. Windows Update starts (either by itself or manually).
2. Windows Update goes online to check to see what updates are available. It compares the update list to the updates that have already been applied to the computer or have been refused by the administrator.
3. If updates are available, they may be downloaded automatically in the background.
4. Once the updates are downloaded, Windows Update notifies you that the download is complete and asks you if you want to install them, assuming you have that behavior configured (settings can be used to control the behavior).

If you choose not to install the updates right away, Windows will do so for you when you shut off the computer. Instead of shutting off right away, Windows Update will install the updates first and then perform a proper shutdown.

By default, Windows Update is enabled. But there might be times you want to configure it. Exercise 12.4 steps through the process of configuring Windows Update in Windows 7/Vista, while Exercise 12.5 does the same for Windows XP.


Exercise 12.4
Configuring Windows Update in Windows 7/Vista
1. Click the Start button, and choose All Programs. Scroll down the list and choose Windows Update.
2. Click the Change Settings entry on the left to open the Choose How Windows Can Install Updates window.
c12uf001.tif
3. Choose the option that best suits your needs. You have four choices:
  • Install Updates Automatically (Recommended)
  • Download Updates But Let Me Choose Whether To Install Them
  • Check For Updates But Let Me Choose Whether To Download And Install Them
  • Never Check For Updates (Not Recommended)
4. Click OK. You will be prompted by User Account Control (UAC) to verify that you want to make that change.


Exercise 12.5
Configuring Windows Update in Windows XP
1. Open the System Properties box (right-click My Computer and choose Properties, or double-click the System icon in Control Panel).
2. Select the Automatic Updates tab.
c12uf002.tif
3. Choose the option that best suits your needs. You have four choices:
  • Automatically Download Recommended Updates For My Computer And Install Them.
  • Download Updates For Me, But Let Me Choose When To Install Them.
  • Notify Me But Don’t Automatically Download Or Install Them.
  • Turn Off Automatic Updates.
It’s not a problem if you want to choose to have control over which updates get installed and when. However, it is in your best interest to have Windows Update enabled to ensure that you have the most current updates available.


note.eps
Microsoft has an update server, Windows Server Update Services (WSUS), for large organizations that controls the update process for all hosts in the company.

Creating Restore Points

Almost everyone, no matter how hard they’ve tried to keep their computer running properly, will experience a computer crash at some point. Many of the ways to get your computer back up and running (such as reinstalling the operating system) take a lot of time. In Windows 7, Vista, and XP, System Restore allows you to create restore points to make recovery of the operating system easier.

A restore point is a copy of your system configuration at a given point in time. Restore points are created one of three ways. One, Windows creates them automatically by default. Two, you can manually create them yourself (which is highly recommended before you make any significant changes to the system, such as installing new drivers). Three, during the installation of some programs, a restore point is created before the installation; that way, if the install fails, you can “roll back” the system to a preinstallation configuration.

Restore points are useful for when Windows fails to boot but the computer appears to be fine otherwise or if Windows doesn’t seem to be acting right and you think it was because of a recent configuration change.

To open System Restore, click Start > All Programs > Accessories > System Tools > System Restore. In Windows 7, it will open a screen like the one shown in Figure 12-16.


note.eps
If you need to use a restore point and Windows won’t boot, you can reboot into Safe Mode. After Safe Mode loads, you will have the option to work in Safe Mode or use System Restore. Choose System Restore and you’ll be presented with restore points (if any) you can use.

This tool can be used to configure System Restore settings. You can also get to the same place by opening the System control panel (right-clicking Computer and choosing Properties) and selecting the System Restore tab.

Figure 12-16: System Restore

c12f016.tif

It is possible for you to turn off System Restore. Don’t, unless you really don’t care if your computer crashes and you can’t recover it without a reinstall. The other option is to select how much disk space is available for System Restore. The less disk space you make available, the fewer restore points you will be able to retain. If you have multiple hard drives, you can allocate a different amount of space per hard drive.

Exercise 12.6 demonstrates how to manually create a restore point in Windows 7.


Exercise 12.6
Manually Creating a Restore Point in Windows 7
1. Assuming you are using Category view, click Start > Control Panel > System And Security > System > System Protection.
2. If prompted, type in the administrator password (and account name, if needed), or confirm that you want to continue.
3. Choose the System Protection tab and then click Create.
4. Fill in a description for the restore point and then click Create (you cannot click Create without putting text in for a description).
5. When the process is finished, click OK and then exit out of the Control Panel windows.


note.eps
A factory recovery partition may exist on a machine. A vendor has a great deal of freedom with what they put here, but usually it contains copies of drivers and preinstalled programs. This partition—if it exists—may serve as a last resort for stabilizing a system if all else has failed.

File Management

File management is the process by which a computer stores data and retrieves it from storage. Although some of the file-management interfaces across Windows may have a different look and feel, the process of managing files is similar across the board.

Files and Folders

For a program to run, it must be able to read information off the hard disk and write information back to the hard disk. To be able to organize and access information—especially in larger new systems that may have thousands of files—it is necessary to have a structure and an ordering process.

Windows provides this process by allowing you to create directories, also known as folders, in which to organize files. Windows also regulates the way that files are named and the properties of files. Each file created in Windows has to follow certain rules, and any program that accesses files through Windows must also comply with these rules:

  • Each file has a filename of up to 255 characters.
  • Certain characters, such as a question mark (?) and slash ( or /), are reserved for other uses and cannot be used in the filename. Periods are used to separate the filename from the extension, and the backslash is used to separate the directories in a path from the filename.
  • A filename extension (generally three or four characters) can be added to identify the file’s type.
  • Filenames are not case sensitive. (You can create files with names that use both upper- and lowercase letters, but to identify the file within the file system, it is not necessary to adhere to the capitalization in the filename.) Thus, you cannot have a file named working.txt and another called WORKING.TXT in the same directory. To Windows, these filenames are identical, and you can’t have two files with the same filename in the same directory. We’ll get into more detail on this topic a little later.

In Windows 3.x and DOS, filenames were limited to eight characters and a three-character extension, separated by a period. This is also called the 8.3 file-naming convention. With Windows 95, long filenames were introduced, which allowed the 255-character filename convention.

The Windows file system is arranged like a filing cabinet. In a filing cabinet, paper is placed into folders, which are inside dividers, which are in a drawer of the filing cabinet. In the Windows file system, individual files are placed in subdirectories that are inside directories, which are stored on different disks or different partitions.

Windows also protects against duplicate filenames, so no two files on the system can have exactly the same name and path. A path indicates the location of the file on the disk; it is composed of the letter of the logical drive the file is on and, if the file is located in a directory or subdirectory, the names of those directories. For instance, if a file named AUTOEXEC.BAT is located in the root of the C: drive—meaning it is not within a directory—the path to the file is C:AUTOEXEC.BAT. If, as another example, a file called FDISK.EXE is located in the Command directory under Windows under the root of C:, then the path to this file is C:WINDOWSCOMMANDFDISK.EXE.


note.eps
The root directory of any drive is the place where the hierarchy of folders for that drive begins. On a C: drive, for instance, C: is the root directory of the drive.

Common filename extensions you may encounter are .EXE for executable files (applications), .DLL for dynamic linked library (DLL) files, .SYS for system files, .LOG for log files, .DRV for driver files, and .TXT for text files. Note that DLL files contain additional functions and commands applications can use and share. In addition, specific filename extensions are used for the documents created with each application. For example, the filenames for documents created in Microsoft Word have a .DOC or .DOCX extension. You’ll also encounter extensions such as .MPG for video files, .MP3 for music files, .png and .tif for graphics files, .HTM and .HTML for web pages, and so on. Being familiar with different filename extensions is helpful in working with the Windows file system.

Capabilities of Windows Explorer

Although it is technically possible to use the command-line utilities provided within the command prompt to manage your files, this generally is not the most efficient way to accomplish most tasks. The ability to use drag-and-drop techniques and other graphical tools to manage the file system makes the process far simpler, and Windows Explorer is a utility that allows you to accomplish a number of important file-related tasks from a single graphical interface.

Here are some of the tasks you can accomplish using Windows Explorer:

  • View files and directories
  • Open programs or data files
  • Create directories and files
  • Copy objects to other locations
  • Move objects to other locations
  • Delete or rename objects
  • Change file attributes

You can access many of these functions by right-clicking a file or folder and selecting the appropriate option, such as Copy or Delete, from the context menu.

Navigating and Using Windows Explorer

Using Windows Explorer is simple. A few basic instructions are all you need to start working with it. First, the Windows Explorer interface has a number of parts, each of which serves a specific purpose. The top area of Windows Explorer is dominated by a set of menus and toolbars that give you easy access to common commands. The main section of the window is divided into two panes: The left pane displays the drives and folders available, and the right pane displays the contents of the currently selected folder. The following list includes some common actions in Explorer:

Expanding a folder You can double-click a folder in the left pane to expand it (show its subfolders in the left pane) and display its contents in the right pane. Clicking the plus sign (+) to the left of a folder expands the folder without changing the display in the right pane.

note.eps
The status bar is available in XP (Click View, then Status Bar). The Windows 7/Vista Details pane has similar information.

Collapsing a folder Clicking the minus sign (–) next to a folder collapses it.
Selecting a file If you click the file in the right pane, Windows highlights the file by marking it with a darker color.
Selecting multiple files The Ctrl or Shift keys allow you to select multiple files at once. Holding down Ctrl while clicking individual files selects each new file while leaving the currently selected file(s) selected as well. Holding down Shift while selecting two files selects both of them and all files in between.
Opening a file Double-clicking a file in the right pane opens the program if the file is an application; if it is a data file, it will open using the application for which the filename extension is configured.
Changing the view type Windows XP has several different view types: Icons (you cannot choose between large and small icons), List, Details, Thumbnail, and Tiles. The choices in Windows Vista are Extra Large Icons, Large Icons, Medium Icons, Small Icons, List, Details, and Tile. In Windows 7, the Content option was added to those existing with Vista. You can move between these views by clicking the View menu and selecting the view you prefer.
Finding specific files You access this option by using the Search button or bar. You can search for files based on their name, file size, file type, and other attributes.

tip.eps
When you’re searching, you can also use wildcards. Wildcards are characters that act as placeholders for a character or set of characters, allowing, for instance, a search for all files with a.TXT filename extension. To perform such a search, you’d type an asterisk (*) as a stand-in for the filename: *.TXT. An asterisk takes the place of any number of characters in a search. A question mark (?) takes the place of a single number or letter. For example, AUTOEX??.BAT would return the file AUTOEXEC.BAT as part of its results.

Creating new objects To create a new file, folder, or other object, navigate to the location where you want to create the object, and then right-click in the right pane (without selecting a file or directory). In the menu that appears, select New and then choose the object you want to create.
Deleting objects Select the object and press the Del key on the keyboard, or right-click the object and select Delete from the menu that appears.

warning.eps
The simplicity of deleting in Windows makes it likely that you or one of the people you support will delete or misplace a file or a number of files that are still needed. In such a case, the Recycle Bin (mentioned earlier) is a lifesaver.

Besides simplifying most file-management commands as shown here, Windows Explorer allows you to easily complete a number of disk-management tasks. You can format and label removable media and, in some cases, copy the Windows system files to said media so that you can boot from a device other than the hard drive.

Changing File Attributes

File attributes determine what specific users can do to files or directories. For example, if a file or directory is flagged with the Read Only attribute, then users can read the file or directory but not make changes to it or delete it. Attributes include Read Only, Hidden, System, and Archive as well as Compression, Indexing, and Encryption. Not all attributes are available with all versions of Windows. We’ll look at this subject in more detail in a moment.


note.eps
Some attributes date back to DOS—such as Read Only, Hidden, System, and Archive. All others, such as Compression, Indexing, and Encryption, are a part of NTFS.

You can view and change file attributes either by entering ATTRIB at the command prompt or by changing the properties of a file or directory. To access the properties of a file or directory in the Windows GUI, right-click the file or directory and select Properties. Figure 12-17 shows the Properties screen of a file in Windows XP. In Windows XP, you can view and configure the Read Only and Hidden file attributes on the General tab. To view and configure additional attributes, click Advanced.

System files are usually flagged with the Hidden attribute, meaning they don’t appear when a user displays a directory listing. You should not change this attribute on a system file unless absolutely necessary. System files are required for the OS to function. If they are visible, users might delete them (perhaps thinking they can clear some disk space by deleting files they don’t recognize). Needless to say, that would be a bad thing!

File System Advanced Attributes

Windows 7, Vista, and XP may use the NT File System (NTFS), which gives you a number of options that are not available on earlier file systems such as FAT and FAT32. A number of these options are implemented through the use of the Advanced Attributes window, shown in Figure 12-18. To reach these options in Windows, right-click the folder or file you wish to modify and select Properties from the menu. On the main Properties page of the folder or file, click the Advanced button in the lower-right corner.

Figure 12-17: The General tab of a file’s Properties screen

c12f017.tif

note.eps
FAT32 does not have as many options as NTFS, such as Encryption and Compression. These attributes are available only on NTFS partitions.

On the Advanced Attributes window, you have access to the following settings:

Archiving The archiving option can be used to tell the system whether or not the file has changed since the last time it was backed up. Technically it is known as the Archive Needed attribute; if this bit is on, the file should be backed up. If it is not selected, a current version of the file is already backed up.

Figure 12-18: The Advanced Attributes window

c12f018.tif
Indexing Windows implements a feature called the Indexing Service to catalog and improve the search capabilities of your drive. Once files are indexed, you can search for them more quickly by name, date, or other attributes. Setting the index option on a folder causes a prompt to appear, asking whether you want the existing files in the folder to be indexed as well. If you choose to do this, Windows will automatically reset this attribute on subfolders and files. If not, only new files created in the directory are indexed.
Compression The versions of Windows you need to know for the exam support advanced compression options, which were first introduced in Windows NT. NTFS files and folders can be dynamically compressed and uncompressed, often saving a great deal of space on the drive. As with indexing, when you turn on compression for a folder, you’ll be prompted as to whether you want the existing files in the folder to be compressed. If you choose to do this, Windows automatically compresses the subfolders and files. If not, only new files created in the directory are compressed.

tip.eps
Compression works best on such files as word processing documents and uncompressed images. Word files and Microsoft Paint bitmaps can be compressed up to 80 percent. Files that are already packed well do not compress as effectively; EXE and zip files generally compress only about 2 percent. Similarly GIF and JPEG images are already compressed (which is why they are used in Internet web pages), so they compress a little or not at all.

Encryption Encryption lets you secure files so that no one else can view them; you encrypt files by encoding them with a key that only you have access to. This can be useful if you’re worried about extremely sensitive information, but in general, encryption is not necessary on the network. NTFS local file security is usually enough to provide users with access to what they need and prevent others from getting to what they shouldn’t. If you want to encrypt a file, go through the same process you would for indexing or compression.

note.eps
Encryption and Compression are mutually exclusive—you can set one but not both features on a file or folder. Not all features are available in all versions of the operating systems (for example, neither feature is available in XP Home Edition). If a user forgets their password or is unable to access the network to authenticate their account, they will not be able to open encrypted files. By default, if the user’s account is lost or deleted, the only other user who can decrypt the file is the Administrator account.

File Permissions

Windows also supports the use of file permissions because these OSs use NTFS, which includes file-level file system security (along with share-level security). Permissions serve the purpose of controlling who has access and what type of access to what files or folders. Several permissions are available, such as Read, Write, Execute, Delete, Change Permissions, Take Ownership, Full Control, and more. The list is quite extensive. For a complete list, consult the Windows Help files.

Assigning special permissions individually could be a tedious task. To make it easier for administrators to assign multiple permissions at once, Windows incorporates standard permissions. Standard permissions are collections of special permissions, including Full Control, Modify, Read & Execute, Read, and Write. As we said, each of these standard permissions automatically assigns multiple special permissions at once. To see which special permissions are assigned by the different standard permissions refer to http://technet.microsoft.com/en-us/library/cc732880.

Note that you can assign permissions to individual users or to groups. You assign standard permissions on the Security tab of a file or folder, which you access through the file or folder’s properties.

Being able to set file permissions is a great reason to use NTFS. In Exercise 12.7, we will show you how to examine file permissions.


Exercise 12.7
Examining File Permissions
1. Open Windows Explorer.
2. Right-click a file or folder and choose Properties.
3. Select and then examine the Security tab. The Security tab will not appear if Simple File Sharing (Windows XP only) is selected. If this is the case, you can turn off Simple File Sharing by selecting Tools > Folder Options and clicking the View tab in the resulting dialog box. Then scroll down to the Advanced Settings area and deselect Use Simple File Sharing.
4. You’ll see the users and/or groups to which permissions have been assigned. Select a user or group in the list and examine the list of standard permissions. (To add a new user or group, click Add and follow the prompts.) Any standard permissions that are checked in the Allow column are applied. If a check box is grayed out, this means the permission was inherited. To revoke a set of standard permissions, click the appropriate check box in the Deny column. If you click the check box in the Deny column for the Full Control permission, all other standard permissions are denied also.
5. Click Advanced to examine advanced options.
6. Click Cancel twice to close the file or folder’s properties.
Be sure you don’t accidentally make any changes you didn’t intend to make. Changing permissions without understanding the ramifications can have negative consequences, such as losing access to files or folders. It is a best practice to assign Deny permissions sparingly. Unchecking Allow is better (you may need to turn off Inheritance).

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

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