Chapter 10

Windows Installation

Objectives

Upon completion of this chapter, you will be able to answer the following questions:

  • What are the functions of operating systems?

  • What are operating system software and hardware requirements?

  • What is the process of upgrading an operating system?

  • What is disk management?

  • How do you install a Windows operating system?

  • What are custom installation options?

  • What are the boot sequence and Registry files?

Key Terms

This chapter uses the following key terms. You can find the definitions in the glossary at the end of the book.

active partition page 511

Administrator account page 516

answer file page 520

application page 499

application programming interface (API) page 499

basic disk page 512

clean install page 524

command line interface (CLI) page 498

Compact Disc File System (CDFS) page 513

data migration page 506

device driver page 497

directory page 498

DirectX page 499

disk cloning page 517

dynamic disk page 512

exFAT (FAT64) page 513

extended partition page 512

F8 key page 525

file page 498

File Allocation Table, 32-bit (FAT32) page 513

file system page 513

folder page 498

formatting page 513

full format page 514

globally unique identifier (GUID) partition table (GPT) page 510

graphical user interface (GUI) page 498

hardware access page 497

image-based internal partition installation page 519

Java APIs page 499

Last Known Good Configuration page 525

logical drive page 512

logical partition page 512

Master Boot Record (MBR) page 510

Microsoft System Preparation (Sysprep) page 518

Microsoft Windows Update page 516

multiprocessing page 496

multitasking page 496

multithreading page 496

multi-user page 496

Network File System (NFS) page 513

network installation page 519

New Technology File System (NTFS) page 513

Open Graphics Library (OpenGL) page 499

operating system (OS) page 496

partition page 510

PCmover page 508

Preboot Execution Environment (PXE) page 519

primary partition page 511

quick format page 514

recovery partition page 522

Remote Installation Services (RIS) page 520

Safe Mode page 525

Safe Mode with Command Prompt page 525

Safe Mode with Networking page 525

Setup.exe page 523

single sign-on (SSO) page 515

Standard User account page 516

subdirectory page 498

subfolder page 498

System Center Configuration Manager (Configuration Manager) page 523

System Image Manager (SIM) page 521

System Restore page 519

unattended installation page 520

unattended.bat file page 521

user interface page 498

User State Migration Tool (USMT) page 506

Volume Boot Record (VBR) page 524

Windows 7 page 500

Windows 8 page 500

Windows 8.1 page 500

Windows 10 page 500

Windows Advanced Boot Options page 525

Windows Advanced Startup Options page 519

Windows API page 499

Windows Automated Installation Kit (AIK) page 522

Windows Easy Transfer page 507

Introduction (10.0)

IT technicians and professionals need to understand the general functions of any operating system (OS), such as controlling hardware access, managing files and folders, providing a user interface, and managing applications. To make an OS recommendation, a technician needs to understand budget constraints, how the computer will be used, and which types of applications will be installed in order to help determine the best OS for a customer. This chapter focuses on the Windows 10, Windows 8.x, and Windows 7 operating systems and explores the components, functions, system requirements, and terminology related to each one. The chapter also details the steps to install a Windows operating system and the Windows boot sequence.

You will learn how to prepare a hard drive for a Windows installation by formatting the drive into partitions. You will learn about the different types of partitions and logical drives as well as other terms related to hard drive setup. You will also learn about the different file systems that are supported by Windows, such as File Allocation Table (FAT), New Technology File System (NTFS), Compact Disc File System (CDFS), and Network File System (NFS).

It is important to not only learn about virtualization and cloud technology but to also build hands-on skills. In this chapter, you will complete a lab creating a FAT 32 partition in Windows and then converting the partition to NTFS. You will also complete labs on installing Windows, performing basic Windows setup tasks, creating user accounts, and installing Windows updates.

Modern Operating Systems (10.1)

An operating system provides an interface for the user and manages how resources are allocated to the hardware and applications. The OS boots the computer and manages the file system. Operating systems can support more than one user, task, or CPU.

Operating System Features (10.1.1)

To understand the capabilities of an operating system, it is important to first understand some basic terms and common features.

Terms (10.1.1.1)

An operating system (OS) has a number of functions. One of its main tasks is to act as an interface between the user and the hardware connected to the computer, as shown in Figure 10-1. The operating system also controls other functions:

  • Software resources

  • Memory allocation and all peripheral devices

  • Common services to computer application software

A flowchart illustrates how an Operating System acts as an interface between the user and the hardware. Four blocks, User, Application, Operating System, and Hardware are organized in order and all the four are bi-directionally connected.

Figure 10-1 Operating System Diagram

Almost every computer, from a digital watch to a desktop computer, requires an operating system before it can be operated.

To understand the capabilities of an operating system, it is important to first understand some basic terms. The following terms are often used when describing operating systems:

  • Multi-user: Two or more users have individual accounts that allow them to work with programs and peripheral devices at the same time.

  • Multitasking: The computer is capable of operating multiple applications at the same time.

  • Multiprocessing: The operating system can support two or more CPUs.

  • Multithreading: A program can be broken into smaller parts that are loaded as needed by the operating system. Multithreading allows different parts of a program to be run at the same time.

The OS boots the computer and manages the file system. Operating systems can support more than one user, task, or CPU.

Basic Functions of an Operating System (10.1.1.2)

Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions:

  • Control hardware access

  • Manage files and folders

  • Provide a user interface

  • Manage applications

Hardware Access

The OS manages the interaction between applications and the hardware, as shown in Figure 10-2. To access and communicate with each hardware component, the OS uses a program called a device driver. When a hardware device is installed, the OS locates and installs the device driver for that component. Assigning system resources and installing drivers are performed with a Plug and Play (PnP) process. The OS then configures the device and updates the Registry, which is a database that contains all the information about the computer.

Photograph of a dismantled CPU displaying all the hardware beside a monitor and keyboard is shown.

Figure 10-2 Hardware Access

If the OS cannot locate a device driver, a technician must install the driver manually either by using the media that came with the device or by downloading it from the manufacturer’s website.

File and Folder Management

The OS creates a file structure on the hard disk drive to store data (see Figure 10-3). A file is a block of related data that is given a single name and treated as a single unit. Program and data files are grouped together in a directory. The files and directories are organized for easy retrieval and use. Directories can be kept inside other directories. These nested directories are referred to as subdirectories. In Windows, directories are called folders, and subdirectories are called subfolders.

An illustration of File Management displaying the structure of the directory on a hard disk drive.

Figure 10-3 File and Folder Management

User Interface

The OS enables the user to interact with the software and hardware. Operating systems include two types of user interfaces:

Photograph of a monitor is presented with a cluster of icons representing applications under menu along three column of tiles.

Figure 10-4 User Interface

Application Management

The OS locates an application and loads it into the RAM of the computer. Applications are software programs, such as word processors, databases, spreadsheets, and games. The OS allocates available system resources to running applications.

To ensure that a new application is compatible with an OS, programmers follow a set of guidelines known as an application programming interface (API). An API allows programs to access the resources managed by the operating system in a consistent and reliable manner. Here are some examples of APIs, as shown in Figure 10-5:

  • Open Graphics Library (OpenGL): This is a cross-platform standard specification for multimedia graphics.

  • DirectX: This is a collection of APIs related to multimedia tasks for Microsoft Windows.

  • Windows API: The Windows API provides application developers with user interface controls, file management, and graphical elements, such as windows, scroll bars, and dialog boxes.

  • Java APIs: This is a collection of APIs related to the development of Java programming.

An illustration portrays a Laptop with several applications.

Figure 10-5 Application Management

Windows Operating Systems (10.1.1.3)

In the current software market, the most commonly used desktop operating systems fall into three groups: Microsoft Windows, Apple macOS, and Linux. This chapter focuses on Microsoft operating systems. Table 10-1 summarizes the evolution of Windows 7 through Windows 10.

Table 10-1 Windows 7 Through 10 OS Evolution

Windows OS

Characteristics

Windows 7

Windows 7 is an upgrade from Windows XP or Vista. It is designed to run on personal computers. This version provides an improved graphical user interface and better performance compared to the previous versions.

Windows 8

Windows 8 introduced the Metro user interface that unifies the Windows look and feel on desktops, laptops, mobile phones, and tablets. Users can interact with the OS by using a touchscreen or a keyboard and mouse. Another version, Windows 8 Pro, is aimed at business and technical professionals and has additional features.

Windows 8.1

Window 8.1 is an update for Windows 8. The update includes improvements to make Windows more familiar for users with devices that use touch or mouse and keyboard interfaces.

Windows 10

Windows 10 is an update from the previous version of Windows that is designed for personal computers, tablets, embedded devices, and Internet of Things devices. This version integrates the Cortana virtual assistant, combines the Windows 7–style start menu and the Windows 8 live tiles in desktop mode, and includes the new Microsoft Edge web browser. There are 12 different editions of Windows 10, with varying feature sets and use cases to meet the needs of consumer, business, and education environments.

10.1.1.4 Check Your Understanding - Windows Terminology

A text reads, "Interactive graphic."

Refer to the online course to complete this activity.

Customer Requirements for an Operating System (10.1.2)

Customer needs and preferences must be addressed when deciding on the best hardware and software solutions for the usage of a system. You need to gather information about the specific use of a computer to appropriately assess the user’s technology requirements.

Compatible System Software and Hardware Requirements (10.1.2.1)

Understanding how a computer will be used is important when recommending an OS to a customer. The OS must be compatible with the existing hardware and the required applications.

To make an OS recommendation, a technician must review budget constraints, learn how the computer will be used, determine which types of applications will be installed, and decide whether a new computer may be purchased. These are some guidelines to help determine the best OS for a customer:

  • Does the customer use off-the-shelf applications for this computer? An off-the-shelf application specifies a list of compatible operating systems on the application package, as shown in Figure 10-6.

An illustration displays three Operating systems, Windows, Ubuntu, and OSX.

Figure 10-6 Choosing the Correct OS

  • Does the customer use customized applications that were programmed specifically for the customer? If the customer is using a customized application, the programmer of that application specifies which OS to use.

Minimum Hardware Requirements and Compatibility with OS (10.1.2.2)

Each operating system has minimum hardware requirements that must be met for the OS to be installed and function correctly.

Identify the equipment that your customer has in place. If hardware upgrades are necessary to meet the minimum requirements for an OS, conduct a cost analysis to determine the best course of action. In some cases, it might be less expensive for the customer to purchase a new computer than to upgrade the current system. In other cases, it might be cost-effective to upgrade one or more of the following components:

  • RAM

  • Hard disk drive

  • CPU

  • Video adapter card

  • Motherboard

Note

If the application requirements exceed the hardware requirements of the OS, you must meet the additional requirements for the application to function properly.

Microsoft lists the minimum system requirements for Windows versions on its website, as shown in Table 10-2.

Table 10-2 Windows Recommended Minimum System Requirements

Component

Windows 10

Windows 8.1

Windows 7

Processor

1 GHz or faster

1 GHz or faster

1 GHz or faster

RAM

1 GB for 32-bit or
2 GB for 64-bit

1 GB for 32-bit or
2 GB for 64-bit

1 GB for 32-bit or
2 GB for 64-bit

Hard drive space

16 GB for 32-bit or
20 GB for 64-bit

16 GB for 32-bit or
20 GB for 64-bit

16 GB for 32-bit or
20 GB for 64-bit

Graphics card

DirectX 9 or later with WDDM 1.0 driver

DirectX 9 or later with WDDM 1.0 driver

DirectX 9 or later with WDDM 1.0 driver

Display

800×600

1024×768

Not specified

Internet connection

Necessary to perform updates and some features

Necessary to perform updates and some features

Necessary to perform updates and some features

32-bit vs. 64-bit Processor Architecture (10.1.2.3)

The processor architecture of the CPU affects the performance of the computer.

The terms 32-bit and 64-bit refer to the amount of data a computer’s CPU can manage. A 32-bit register can store 232 different binary values. Therefore, a 32-bit processor can directly address 4,294,967,295 bytes. A 64-bit register can store 264 different binary values. Therefore, a 64-bit can directly address 18,446,744,073,709,551,615 bytes.

Table 10-3 shows the main differences between the 32-bit and 64-bit architectures.

Table 10-3 32-bit vs. 64-bit Processor Architecture

Architecture

Description

32-bit (x86-32)

Processes multiple instructions using a 32-bit address space

Supports a maximum of 4 GB of RAM memory

Supports 32-bit operating systems only

Supports 32-bit applications only

64-bit (x86-64)

Adds additional registers specifically for instructions that use a 64-bit address space

Is backward compatible with 32-bit processors

Supports 32-bit and 64-bit operating systems

Supports 32-bit and 64-bit applications

What Do You Already Know? - Choosing a Windows Edition (10.1.2.4)
Instructions

Four primary Windows editions are used by people and organizations: Pro, Enterprise, Education, and Home.

Read the scenario and select the edition that is used.

Scenarios

Scenario 1: Robert is a school principal and needs an operating system for his school that is designed explicitly for academic purposes and is distributed through academic volume licensing.

Scenario 2: Bob is selecting a Windows operating system for use in his small business. Because Bob’s business does not have an IT staff, the operating system needs to have built-in security, productivity, and management features. It must also have an intuitive user experience and support tablet mode and touchscreens.

Scenario 3: Jane is selecting a Windows operating system for her personal computer. She will use the computer to complete school assignments, access email and the Internet, and play games in the Xbox community. Because her younger sister will also use the computer, it needs to have built-in family safety and parental controls. The price of the operating system must also fit into her budget.

Scenario 4: Sue is the IT director of a large organization and is selecting a Windows 10 operating system for a new regional office. The operating system must have customizable features and apps. It must also allow the IT staff to deploy, manage, and update devices remotely anywhere employees work. Window Defender Advanced Threat Protection (ATP) with centralized detection and prevention management is also a requirement.

Scenario Answers

Scenario 1 Answer: Windows 10 Education

Windows 10 Education builds on Windows 10 Enterprise and is designed to meet the needs of schools, including staff, administrators, teachers, and students. This edition is available through academic volume licensing and has paths for schools and students using Windows 10 Home and Windows 10 Pro devices to upgrade to Windows 10 Education.

Scenario 2 Answer: Windows 10 Pro

Windows 10 Pro is a desktop edition for PCs, tablets, and 2-in-1s for small businesses that need built-in security, productivity, and management features. It builds on both the familiar and innovative features of Windows 10 Home and also has many extra features to meet the diverse needs of small businesses.

Scenario 3 Answer: Windows 10 Home

Windows 10 Home is the consumer-focused desktop edition. It offers a familiar and personal experience for PCs, tablets, and 2-in-1s. It is for individuals and households and includes consumer features such as Xbox One, Cortana, and Windows Hello.

Scenario 4 Answer: Windows 10 Enterprise

Windows 10 Enterprise is for large to mid-sized organizations with advanced security and management needs. It builds on Windows 10 Pro, adding advanced features designed to meet the demands of medium and large organizations. It also provides advanced capabilities to help protect against the ever-growing range of modern security threats targeted at devices, identities, applications, and sensitive company information.

10.1.2.5 Check Your Understanding - Choosing an Operating System

A text reads, "Interactive graphic."

Refer to the online course to complete this activity.

Operating System Upgrades (10.1.3)

Cost, compatibility, support, security, and performance issues are some of the factors to be considered when considering an operating system upgrade. Being well prepared when doing an upgrade is critical, and it involves backing up data and system information before beginning to upgrade. This section discusses methods that can help in this process.

Checking OS Compatibility (10.1.3.1)

An OS must be upgraded periodically to remain compatible with the latest hardware and software. It is also necessary to upgrade an OS when a manufacturer stops supporting it. Upgrading an OS can increase performance. New hardware products often require that the latest OS version be installed to operate correctly. While upgrading an OS may be expensive, you can gain enhanced functionality through new features and support for newer hardware.

Note

When newer versions of an OS are released, support for older versions is eventually withdrawn.

Before upgrading an operating system, check the minimum hardware requirements of the new OS to ensure that it can be installed successfully on the computer.

Windows OS Upgrades (10.1.3.2)

The process of upgrading the OS can be quicker than the process of performing a new installation. The upgrade process varies depending on the version of Windows being upgraded.

The version of an OS determines available upgrade options. For example, a 32-bit OS cannot be upgraded to a 64-bit OS. Also, Windows 7 and Windows 8 can be upgraded to Windows 10, but Windows Vista and Windows XP cannot.

Note

Prior to performing an upgrade, back up all data in case there is a problem with the installation. Also, the version of Windows being upgraded must be activated.

To upgrade Windows 7 or Windows 8 to Windows 10, use the Windows 10 Update Assistant, available on the Download Windows 10 website (see Figure 10-7). The Windows 10 Update Assistant installs and runs directly on the computer being upgraded. The tool walks the user through all the steps in the Windows 10 setup process. It is designed to prepare your computer for upgrading by checking for compatibility issues and downloading all necessary files to start the installation.

A screenshot of Windows 10 Update Assistant.

Figure 10-7 Windows 10 Update Assistant

Computers running Windows XP or Windows Vista do not have an upgrade path to Windows 10 and require a clean installation. Windows 10 installation media can be created using the Create Windows 10 installation media tool. This tool creates installation media (USB flash, DVD, or ISO file), which can be used to perform a clean installation.

Data Migration (10.1.3.3)

When a new installation is required, user data must be migrated from the old OS to the new one. There are several tools available to transfer data and settings. The data migration tool you select depends on your level of experience and your requirements.

User State Migration Tool

The User State Migration Tool (USMT), shown in Figure 10-8, is a command line utility developed by Microsoft that allows users who are comfortable with scripting languages to transfer files and settings between Windows PCs. USMT is one of many core assessment and deployment tools included in the Windows Assessment and Deployment Kit, which can be downloaded from the Microsoft website. You can use USMT version 10.0 to streamline and simplify user state migration during large deployments of Windows operating systems. USMT captures user accounts, user files, operating system settings, and application settings and then migrates them to a new Windows installation. You can use USMT for both PC replacement and PC refresh migrations.

A screenshot of the Administrator Command prompt is shown. The command "usmt" is applied. On applying the command, the Log messages are sent to the C program and the computer scans for files. The scan is a success. The files and settings are collected.

Figure 10-8 User State Migration Tool

Note

USMT version 10.0 supports data migration from Windows 7 through Windows 10.

Windows Easy Transfer

If a user is switching from an old computer to a new one, use Windows Easy Transfer to migrate personal files and settings, as shown in Figure 10-9. You can perform the file transfer using a USB cable, a CD or DVD, a USB flash drive, an external drive, or a network connection.

A screenshot of Windows Easy Transfer.

Figure 10-9 Windows Easy Transfer

Use Windows Easy Transfer to transfer information to a computer running Windows 8.1 from a computer with one of the following operating systems:

  • Windows 8

  • Windows 7

  • Windows Vista

Windows Easy Transfer is not available in Windows 10 and has been replaced with PCmover Express.

PCmover Express

Microsoft has partnered with Laplink to provide PCmover Express, shown in Figure 10-10, which is a tool for transferring selected files, folders, profiles, and applications from an old Windows PC to a Windows 10 PC. Instead of repurchasing and manually installing programs on the new PC, a user can use PCmover to transfer selected applications to the new PC, and they will be installed and ready to use.

A screenshot of PCmover Express.

Figure 10-10 PCmover Express

10.1.3.4 Check Your Understanding - OS Upgrades

A text reads, "Interactive graphic."

Refer to the online course to complete this activity.

Disk Management (10.2)

Disk management is the process of configuring and managing storage disks. It is the act of creating, deleting, and formatting partitions. It can also include tasks such as changing volume labels, reassigning drive letters, checking disks for errors, and backing up drives.

Disk Management (10.2.1)

This section examines terms related to disk management, various storage device types, file systems, and methods to ready disks for installing operating systems.

Storage Device Types (10.2.1.1)

As a technician, you might have to perform a clean installation of an OS. Perform a clean install in the following situations:

  • When a computer is passed from one employee to another

  • When the OS is corrupt

  • When the primary hard drive is replaced in a computer

The installation and initial booting of the OS is called the operating system setup. Although it is possible to install an OS over a network from a server or from a local hard drive, the most common installation method for a home or small business is through external media such as DVDs or USB drives.

Note

If the hardware is not supported by the OS, you may need to install third-party drivers when performing a clean installation.

Before the operating system can be installed, a storage device must be chosen and prepared. Several types of storage devices are available and can be used to receive the new operating system, as shown in Figure 10-11. The two most common types of data storage devices used today are hard disk drives and flash memory–based drives such as solid-state hard drives and USB drives.

Photographs of the storage devices, Hard Disk Drive, Flash Drive, and Solid State Drive are displayed.

Figure 10-11 Storage Device Types

When the storage device type has been chosen, it must be prepared to receive the new operating system. Modern operating systems ship with an installer program. Installers usually prepare the disk to receive the operating system, but it is crucial for a technician to understand the terms and methods involved in this preparation.

Hard Drive Partitioning (10.2.1.2)

A hard drive is divided into areas called partitions. Each partition is a logical storage unit that can be formatted to store information, such as data files or applications. If you imagine a hard drive as a wooden cabinet, the partitions would be the shelves. During the installation process, most operating systems automatically partition and format available hard drive space.

Partitioning a drive is a simple process, but to ensure a successful boot, the firmware must know what disk and partition on that disk has an operating system installed. The partition scheme has a direct influence on the location of the operating systems on a disk. Finding and launching the operating system is one of the responsibilities of computer firmware. The partition scheme is very important to the firmware. Two of the most popular partition scheme standards are the Master Boot Record (MBR) and globally unique identifier (GUID) partition table (GPT).

Master Boot Record

Publicly introduced in 1983, the MBR contains information on how the hard drive partitions are organized. The MBR is 512 bytes long and contains the boot loader, an executable program that allows a user to choose from multiple operating systems. MBR has become the de facto standard but has limitations that had to be addressed. MBR is commonly used in computers with BIOS-based firmware.

GUID Partition Table

Also designed as a partition table scheme standard for hard drives, the GPT makes use of a number of modern techniques to expand on the older MBR partitioning scheme. GPT is commonly used in computers with UEFI firmware. Most modern operating systems support GPT.

Table 10-4 shows a comparison of MBR and GPT.

Table 10-4 MBR and GPT Comparison

MBR

GPT

Maximum of 4 primary partitions

Maximum of 128 partitions in Windows

Maximum partition size of 2 TB

Maximum partition size of 9.4 ZB (9.4 × 1021 bytes)

No partition table backup

Stores a partition table backup

Partition and boot data stored in one place

Partition and boot data stored in multiple locations across the disk

Any computer can boot from MBR

Computer must be UEFI-based and run a 64-bit OS

Partitions and Logical Drives (10.2.1.3)

A hard drive can be segmented into different types of partitions and logical drives. A technician should understand the process and terms related to hard drive setup.

Primary Partition

The primary partition contains the operating system files and is usually the first partition. A primary partition cannot be subdivided into smaller sections. On a GPT partitioned disk, all partitions are primary partitions. On an MBR partitioned disk, there can be a maximum of four partitions, with only one being primary.

Active Partition

On MBR disks, the active partition is the partition used to store and boot an operating system. Notice that only primary partitions can be marked active on MBR disks. Another limitation is that only one primary partition per disk can be marked active at one time. In most cases, the C: drive is the active partition and contains the boot and system files. Some users create additional partitions to organize files or in order to be able to dual-boot the computer. Active partitions are only found on drives with MBR partition tables.

Extended Partition

If more than four partitions are required on an MBR partitioned disk, one of the primary partitions can be designated an extended partition. After the extended partition is created, up to 23 logical drives (or logical partitions) can be created within this extended partition. A common setup is to create a primary partition for the OS (drive C:) and allow an extended partition to occupy the remaining free space on a hard drive, right after a primary partition. Any extra partitions can be created within the extended partition (drives D:, E:, and so on). While the logical drives can’t be used to boot an OS, they are perfect for storing user data. Notice that there can be only one extended partition per MBR hard drive and that extended partitions are only found on drives with MBR partition tables.

Logical Drive

A logical drive is a section of an extended partition. It can be used to separate information for administrative purposes. Because GPT partitioned drives cannot have an extended partition, they do not have logical drives.

Basic Disk

A basic disk (the default) contains partitions such as primary and extended as well as logical drives that are formatted for data storage. More space can be added to a partition by extending it into adjacent, unallocated space, as long as it is contiguous. Either MBR or GPT can be used as the underlying partition scheme for basic disks.

Dynamic Disk

Dynamic disks provide features not supported by basic disks. A dynamic disk has the ability to create volumes that span more than one disk. The sizes of the partitions can be changed after they have been set, even if the unallocated space is non-contiguous. Free space can be added from the same disk or a different disk, allowing a user to efficiently store large files. After a partition has been extended, it cannot be shrunk without deleting the entire partition. Either MBR or GPT can be used as the partition scheme for dynamic disks.

Formatting

The formatting process creates a file system on a partition for storage of files.

10.2.1.4 Check Your Understanding - Disk Terminology

A text reads, "Interactive graphic."

Refer to the online course to complete this activity.

File Systems (10.2.1.5)

A new installation of an OS proceeds as if the disk were brand new. No information that is currently on the target partition is preserved. The first phase of the installation process partitions and formats the hard drive. This process prepares the disk to accept the new file system. The file system provides the directory structure that organizes the user’s operating system, application, configuration, and data files. There are many different kinds of file systems, and each one has different structure and logic. Different file systems also differ in terms of speed, flexibility, security, size, and more. Here are five common file systems:

  • File Allocation Table, 32-bit (FAT32): FAT32 supports partition sizes up to 2 TB, or 2048 GB. The FAT32 file system is used by Windows XP and earlier OS versions.

  • New Technology File System (NTFS): NTFS supports partition sizes up to 16 EB, in theory. NTFS incorporates file system security features and extended attributes. Windows 8.1, Windows 7, and Windows 10 automatically create a partition using the entire hard drive. If a user does not create custom partitions using the New option, the system formats the partition and begins installing Windows. If users create a partition, they can determine the size of the partition.

  • exFAT (FAT64): exFAT was created to address some of the limitations of FAT, FAT32, and NTFS when formatting USB flash drives, such as file size and directory size. One of the primary advantages of exFAT is that it can support files larger than 4GB.

  • Compact Disc File System (CDFS): CDFS was created specifically for optical disc media.

  • Network File System (NFS): NFS is a network-based file system that allows file access over the network. From the user’s standpoint, there is no difference between accessing a file stored locally or on another computer on the network. NFS is an open standard which means anyone can implement it.

Quick Format vs. Full Format

Quick format removes files from the partition but does not scan the disk for bad sectors. Scanning a disk for bad sectors can prevent data loss in the future. For this reason, you should not use quick format for disks that have been formatted previously. Although it is possible to quick format a partition or a disk after the OS is installed, the quick format option is not available when installing Windows 8.1 and Windows 7.

Full format removes files from the partition while scanning the disk for bad sectors. It is required for all new hard drives. The full format option takes more time to complete than quick format.

Multiple Partitions During Windows 10 Installation

Figure 10-12 shows the two partitions were created as a result of selecting Drive 0 Unallocated Space and clicking New in the Windows Setup process before the OS is installed. The installer also allows the user to specify the size of the new partition.

A screenshot of the Windows Setup window.

Figure 10-12 Creating Multiple Partitions

10.2.1.6 Video Demonstration - Disk Management Utility and Disk Partitioning

Images

Refer to the online course to view this video.

10.2.1.7 Video Demonstration - Multiboot Procedures

Images

Refer to the online course to view this video.

10.2.1.8 Lab - Create a Partition in Windows

Images

In this lab, you will create a FAT32 formatted partition on a disk. You will convert the partition to NTFS. You will then identify the differences between the FAT32 format and the NTFS format.

Installation and Boot Sequence (10.3)

The steps to install Windows are similar between versions. The OS must be installed and configured to run on the specific device. When the installation is complete, the computer will be able to boot (start up) to the new operating system. During the boot process, the computer searches to find the location of the operating system files to boot from. The order in which the computer looks at devices for the boot information is known as the boot sequence.

Basic Windows Installation (10.3.1)

The installation process for Windows OS is similar across Windows 10, 8.x, and 7. The process involves installing the operating system on the device and configuring the necessary system settings so that the installed operating system can function properly with all hardware and other software components and users can log on.

10.3.1.1 Lab - Windows Installation

Images

In this lab, you will install the Windows operating system.

Account Creation (10.3.1.2)

When users attempt to log onto a device or to access system resources, Windows uses the process of authentication to verify the identity of the users. Authentication occurs when a user enters a username and password to access a user account. Windows uses single sign-on (SSO) authentication, which allows a user to log in once to access all system resources rather than log in each time he or she needs to access an individual one.

User accounts allow multiple users to share a single computer using their own files and settings. Windows 10 offers two account types: Administrator and Standard User (see Figure 10-13). In previous versions of Windows, there was also a Guest account, but that was removed in Windows 10.

A screenshot of the Change account type window.

Figure 10-13 Account Creation

Administrator accounts have complete control over a computer. Users with this type of account can change settings globally, install programs, and run all applications by default with full administrative privileges, so it bypasses the use of User Account Control (UAC) when elevation to perform a task is required.

Standard User accounts have limited control over a computer. Users with this type of account can run applications, but they cannot install programs. A Standard User account can change system settings—but only settings that do not affect other user accounts.

Finalize the Installation (10.3.1.3)

To update the OS after the initial installation, Microsoft Windows Update is used to scan for new software and install service packs and patches.

After installation, verify that all hardware is installed correctly. Device Manager is used to locate device problems and install the correct or updated drivers in Windows.

Figure 10-14 shows the Windows Update and Device Manager utilities on Windows 10.

A screenshot of the Device Manager window and Windows Update window.

Figure 10-14 Finalizing the Installation

10.3.1.4 Lab - Finalize the Windows Installation

Images

In this lab, you will add user accounts and finalize an installation of Windows 10.

Custom Installation Options (10.3.2)

A custom installation can save time and money in the process of deploying multiple systems with new operating system installations. Using a system image for installation can also be useful if you need to recover a system that has stopped working properly. As discussed in this section, one custom installation option is disk cloning, which involves copying the contents of an entire hard drive to another hard drive, thereby decreasing the time it takes to install drivers, applications, updates, and so forth on the second drive.

Disk Cloning (10.3.2.1)

Installing an OS on a single computer takes time. Imagine the time it would take to install operating systems on multiple computers, one at a time. To simplify this activity, administrators usually elect a computer to act as a base system and go through the regular operating system installation process. After the operating system is installed in the base computer, a specific program is used to duplicate all the information on its disk, sector by sector, to another disk. This new disk, usually an external device, then contains a fully deployed operating system and can be used to quickly deploy a fresh copy of the base operating system and any installed applications and data without the lengthy installation process or user involvement. Because the target disk now contains a sector-to-sector mapping of the original disk, the target disk contains an image of the original disk.

If an undesirable setting is accidentally included during the base installation, an administrator can use the Microsoft System Preparation (Sysprep) tool to remove it before creating the final image. Sysprep can be used to install and configure the same OS on multiple computers. Sysprep prepares the OS with different hardware configurations. With Sysprep, technicians can quickly install the OS, complete the last configuration steps, and then install applications.

To run Sysprep in Windows 10, open Windows Explorer and navigate to C:WindowsSystem32sysprep. You can also just type sysprep in the Run command box and click OK.

Figure 10-15 shows the Sysprep tool in Windows.

A screenshot of the System Preparation Tool for Disk Cloning.

Figure 10-15 Disk Cloning

Other Installation Methods (10.3.2.2)

A standard installation of Windows is sufficient for most computers used in a home or small office environment, but there are cases when a custom installation process is required.

Take, for example, an IT support department; technicians in such environments must deploy hundreds or even thousands of Windows systems. Performing this many installations in the standard way is not feasible.

A standard installation is done via the installation medium (DVD or USB drive) provided by Microsoft, as shown in Figure 10-16, and is an interactive process; the installer prompts the user for settings such as time zone and system language.

Photograph of a Compact Disk Drive and a USB port with USB to connect is shown.

Figure 10-16 Installation Methods

A custom installation of Windows can save time and provide consistent configuration across computers within a large organization. A popular technique to install Windows across many computers is to perform installation in one computer and use it as a reference installation. When the installation is complete, an image is created. An image is a file that contains all the data from a partition.

When the image is ready, technicians can perform a much shorter installation by simply replicating and deploying the image to all computers in the organization. If the new installation requires any adjustments, they can be done quickly after the image is deployed.

Windows has several different types of custom installations:

Remote Network Installation (10.3.2.3)

A popular method for OS installation in environments with many computers is a remote network installation. With this method, the operating system installation files are stored on a server so that a client computer can access the files remotely to begin the installation. A software package such as Remote Installation Services (RIS) is used to communicate with the client, store the setup files, and provide the necessary instructions for the client to access the setup files, download them, and begin the operating system installation.

Because the client computer does not have an operating system installed, a special environment must be used to boot the computer, connect to the network, and communicate with the server to begin the installation process. This special environment is known as the PXE. For the PXE to work, the NIC must be PXE enabled. This functionality may come from the BIOS or the firmware on the NIC. When the computer is started, the NIC listens for special instructions on the network to start the PXE.

Figure 10-17 shows the client loading setup files from the PXE server over TFTP.

A screenshot of the command prompt window shows the loading of setup files from the PXE server over TFTP. It lists the client MAC address, client IP address, mask, DHCP IP address, and gateway IP Address. The PXE entry point is found at 9DDC:0104 via plan A, the UNDI code segment is at 9DDC len 199E, and UNDI data segment is at 9C59 len 1830.

Figure 10-17 Windows PXE Installation

Note

If a NIC is not PXE enabled, third-party software may be used to load PXE from storage media.

Unattended Network Installation (10.3.2.4)

Unattended installation, another type of network-based installation, allows a Windows system to be installed or upgraded with little user intervention. The Windows unattended installation is based on an answer file. This file contains simple text that instructs Windows Setup how to configure and install the OS.

To perform a Windows unattended installation, setup.exe must be run with the user options in the answer file. The installation process begins as usual, but instead of prompting the user, Setup uses the answers listed in the answer file.

To customize a standard Windows 10 installation, the System Image Manager (SIM), shown in Figure 10-18, is used to create the setup answer file. You can also add packages, such as applications or drivers, to answer files.

A screenshot of the Windows System Image Manager window is shown. The menu bar has five options, File, Edit, Insert, Tools, and Help. The work pane has multiple windows: distribution share, windows image, answer file, messages, and Microsoft windows shell solution are displayed in the work pane.

Figure 10-18 Windows System Image Manager

The answer file is copied to the distribution shared folder on a server. At this point, you can do one of two things:

  • Run the unattended.bat file on the client machine to prepare the hard drive and install the OS from the server over the network.

  • Create a boot disk that boots the computer and connects to the distribution shared folder on the server. You then run a batch file containing a set of instructions to install the OS over the network.

Note

Windows SIM is part of the Windows Automated Installation Kit (AIK) and can be downloaded from the Microsoft website.

10.3.2.5 Video Demonstration - Windows Restore and Recovery

Images

Refer to the online course to view this video.

Recovery Partition (10.3.2.6)

Some computers that have Windows installed contain a section of the disk that is inaccessible to the user. This partition, called a recovery partition (see Figure 10-19), contains an image that can be used to restore the computer to its original configuration.

A screenshot of the Disk Management Window is shown.

Figure 10-19 Recovery Partition in Disk Management

The recovery partition is often hidden to prevent it from being used for anything other than restoration. To restore the computer using the recovery partition, you often must use a special key or key combination when the computer is starting. Sometimes, the option to restore from the factory recovery partition is located in the BIOS or a program from the manufacturer that is accessed in Windows. Contact the computer manufacturer to find out how to access the partition and restore the original configuration of the computer.

Note

If the operating system has been damaged because of a faulty hard drive, the recovery partition may also be corrupt and may not be able to recover the operating system.

Upgrade Methods (10.3.2.7)

There are two methods for upgrading a PC running Windows, as described in the sections that follow.

In-Place Upgrade

The simplest path to upgrade a PC that is currently running Windows 7 or Windows 8.1 to Windows 10 is through an in-place upgrade. This type of upgrade updates the operating system and migrates apps and settings to the new OS. The System Center Configuration Manager (Configuration Manager) task sequence can be used to completely automate the process. Figure 10-20 shows the Configuration Manager upgrade task sequence for Windows 10.

A screenshot of the Windows 10 Enterprise x64 Upgrade Task Sequence Editor.

Figure 10-20 Windows 10 Enterprise x64 Upgrade Task Sequence Editor

When upgrading Windows 7 or Windows 8 to Windows 10, the Windows installation program (Setup.exe) performs an in-place upgrade, which automatically preserves all data, settings, applications, and drivers from the existing operating system version. This saves effort because there is no need for complex deployment infrastructure.

Note

Be sure to back up any user data before performing the upgrade.

Clean Install

Another way to upgrade to a newer version of Windows is to perform a clean install. Because a clean install wipes the drive completely, all files and data should be saved to some form of backup drive.

Before a clean install of Windows can be performed, the installation media needs to be created. This can be a disc or flash drive that the PC can boot from to run the setup. Windows 7, 8.1, and 10 can be downloaded directly from Microsoft. The Windows download website includes directions to create the installation media.

Note

A valid product key is needed for the particular Windows version and edition in order to activate Windows after the installation process.

10.3.2.8 Check Your Understanding - Identify OS Installation Terminology

A text reads, "Interactive graphic."

Refer to the online course to complete this activity.

Windows Boot Sequence (10.3.3)

The boot sequence defines which devices a computer should check for the operating system’s boot files and specifies the order in which those devices should be checked. Understanding the boot process in Windows can help a technician troubleshoot boot problems.

Windows Boot Sequence (10.3.3.1)

After POST, the BIOS locates and reads the configuration settings that are stored in the CMOS memory. The boot device priority, as shown in Figure 10-21, is the order in which devices are checked to locate the bootable partition. The boot device priority is set in the BIOS and can be arranged in any order. The BIOS boots the computer using the first drive that contains a valid boot sector. This sector contains the Master Boot Record (MBR). The MBR identifies the Volume Boot Record (VBR) and loads the boot manager, which for Windows is bootmgr.exe.

A screenshot of the BIOS Setup Utility window.

Figure 10-21 Boot Device Priority

Hard drives, network drives, USB drives, and even removable media can be used in the boot order, depending on the capabilities of the motherboard. Some BIOSes also have a boot device priority menu that is accessed with a special key during computer startup. You can use this menu to select the device to boot, as shown in Figure 10-21.

Windows 7 Startup Modes (10.3.3.2)

Some problems prevent Windows from starting up. To troubleshoot and fix this kind of problem, use one of the many Windows startup modes.

Pressing the F8 key during the boot process opens the Windows Advanced Boot Options menu, as shown in Figure 10-22. This allows users to select how they wish to boot Windows. These are four commonly used startup options:

  • Safe Mode: This diagnostic mode is used to troubleshoot Windows and Windows startup issues. Functionality is limited as many device drivers are not loaded.

  • Safe Mode with Networking: This option starts Windows in Safe Mode with networking support.

  • Safe Mode with Command Prompt: This option starts Windows and loads the command prompt instead of the GUI.

  • Last Known Good Configuration: This option loads the configuration settings that were used the last time that Windows started successfully. It does this by accessing a copy of the Registry that is created for this purpose.

A screenshot of the Advanced Boot Options window.

Figure 10-22 Advanced Boot Options

Note

Last Known Good Configuration is not useful unless it is applied immediately after a failure occurs. If the machine is restarted and manages to open Windows, the Registry is updated with the faulty information.

Windows 8 and 10 Startup Modes (10.3.3.3)

Both Windows 8 and Windows 10 boot too quickly to use F8 to access startup settings. Instead, press the Shift key and select the Restart option in the Power menu. Windows displays the Choose an Option screen. To get the startup settings, select Troubleshoot and then from the next screen select Advanced Options and then Startup Settings. On the next screen, select Restart. The computer restarts and displays the Startup Settings menu shown in Figure 10-23. To choose a startup option, use the number or function key (F1 through F9) that corresponds to the desired option.

A screenshot of the Startup Settings window.

Figure 10-23 Startup Settings

10.3.3.4 Check Your Understanding - Windows Boot Sequence

A text reads, "Interactive graphic."

Refer to the online course to complete this activity.

Summary (10.4)

In this chapter, you learned that all operating systems perform the same four basic functions: control hardware access, manage files and folders, provide a user interface, and manage applications. You also learned that there are three commonly used desktop operating systems: Microsoft Windows, Apple macOS, and Linux. This chapter focused on Microsoft Windows operating systems, specifically Windows 7, Windows 8, and Windows 10. You learned about the minimum system requirements of each Windows operating system. These system requirements define the minimum amount of RAM, storage drive space, and CPU speed needed for the operating system to install and function properly.

Before the OS can be installed, a storage media device must be chosen and prepared to receive the operating system. You learned how to prepare a storage drive for a Windows installation by formatting the drive into partitions. You learned about the primary partition that contains the operating system files, the active partition that is used to store and boot the operating system, and extended partitions that can be created to hold logical drives. You completed a lab in which you created a FAT 32 partition in Windows and then converted the partition to NTFS.

You also performed a Windows operating system installation through two labs. In these labs, you installed Windows, performed basic setup tasks, created user accounts, and installed updates.

The chapter concluded with a review of the Windows boot sequence and the startup modes for Windows 7, Windows 8, and Windows 10.

Practice

The following activities provide practice with the topics introduced in this chapter. The labs are available in the companion IT Essentials v7 Labs & Study Guide (ISBN 9780135612033).

Labs

Images

10.2.1.8 Lab - Create a Partition in Windows

10.3.1.1 Lab - Windows Installation

10.3.1.4 Lab - Finalize the Windows Installation

Check Your Understanding Questions

Complete all the review questions listed here to test your understanding of the topics and concepts in this chapter. The appendix “Answers to ‘Check Your Understanding’ Questions” lists the answers.

1. A technician is asked to set up one hard drive that will support two operating systems and that will store data files in three separate drive locations. Which partition settings will support these requirements?

  1. 2 primary, 1 active, 1 extended, 3 logical

  2. 1 primary, 3 active, 1 extended, 2 logical

  3. 3 primary, 1 active, 2 extended

  4. 2 logical, 2 active, 3 extended

2. Which of the following contains information on how hard drive partitions are organized?

  1. BOOTMGR

  2. MBR

  3. CPU

  4. Windows Registry

3. Which location on a hard disk does the BIOS use to search for operating system instructions in order to boot a PC?

  1. the active partition

  2. the logical drive

  3. the extended partition

  4. the Windows partition

4. Which type of user account is created automatically during a Windows 8.1 installation?

  1. Administrator

  2. Standard User

  3. Guest

  4. Remote Desktop User

5. What term is used to describe a logical drive that can be formatted to store data?

  1. sector

  2. partition

  3. track

  4. cluster

  5. volume

6. A technician is attempting to create multiple partitions on a hard disk that is using the boot sector standard that supports a maximum partition size of 2 TB. What is the maximum number of primary partitions allowed per hard drive?

  1. 32

  2. 2

  3. 128

  4. 16

  5. 4

  6. 1

7. What type of file system allows the use of files larger than 5 GB and is mostly used on internal hard drives?

  1. NTFS

  2. CDFS

  3. FAT32

  4. FAT64

  5. exFAT

8. Which version of the OS can be upgraded to 64-bit Windows 10 Pro?

  1. 64-bit version of Windows 7 Home

  2. 64-bit version of Windows XP Pro

  3. 32-bit version of Windows 8 Pro

  4. 32-bit version of Windows 10 Pro

9. Which key or key sequence pressed during the boot process allows a user to start a Windows PC using the last known good configuration?

  1. F8

  2. F12

  3. Alt-Z

  4. Windows key

  5. F1

10. What is the maximum amount of physical RAM that can be addressed by a PC running 32-bit Windows 10 Pro?

  1. 8 GB

  2. 2 GB

  3. 4 GB

  4. 16 GB

11. Which user account should be used only to perform system management and not as the account for regular use?

  1. Guest

  2. Power User

  3. Administrator

  4. Standard User

12. Which of the following are advantages of NTFS compared with FAT32? (Choose two.)

  1. NTFS allows the automatic detection of bad sectors.

  2. NTFS supports larger partitions.

  3. NTFS allows faster access to external peripherals such as a USB drive.

  4. NTFS provides more security features.

  5. NTFS allows faster formatting of drives.

  6. NTFS is easier to configure.

13. Which file system is used to access files over a network?

  1. CDFS

  2. NTFS

  3. NFS

  4. FAT

14. Which of the following are types of computer user interfaces? (Choose two.)

  1. API

  2. OpenGL

  3. CLI

  4. GUI

  5. PnP

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

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