• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/31

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

31 Cards in this Set

  • Front
  • Back

What are the methods of installation available for Windows 8?

Clean Install


In-Place Upgrade


Automated Installation


Migration


During upgrade from Windows XP. What can I move across?

Files only

During upgrade from Vista. What can I move across?

Files and settings

During upgrade from Windows 7. What can I move across?

Files, Settings, Software


Windows 7 is the only Os with a full upgrade path to Windows 8

What is one of the most common reasons for choosing a Clean Install?

Windows Vista, the operating system has created a 100 MB System Reserved
partition
at the beginning of drive 0 in the computer that contains startup and rescue
files. With Windows 8, the size of this partition has grown to 350 MB, so an upgrade
might not bring all the startup benefits Windows 8 offers because it won’t change
the size of this partition

What circumstances should you (usually) always perform a Clean Install?

■■ The computer currently has no operating system.
■■ You are migrating a user from one computer to a different computer.
■■ The existing operating system is Windows 2000, Windows ME, Windows 98, or earlier.
■■ The computer is currently running a non-Windows operating system.

You can perform a clean installation of Windows 8 in three ways. What are they?

■■ By running Setup.exe from an installation DVD or USB flash drive
■■ By running Setup.exe from a network share
■■ By installing using an image
First look at creating an installable

What does Windows PE stand for?

Windows Pre-Installation Environment

What is the purpose of creating a custom Windows 8 installation

Create an installation with specific hard drivers, software, or updates.

To start the Windows installer from a network share, you can create Windows PE bootable
media, but you will also need the following:

A technician computer on which to install the Windows Assessment and Deployment
Kit (Windows ADK). 32-bit Windows version is best because it supports both 32-bit and 64-bit.


A reference computer that represents a typical computer in the organization.


A test computer on which you can make sure everything works afterward.
A Windows 8 installation DVD and valid product key.
An empty USB Flash drive with at least 4 GB of free space, if you want to run Windows PE from a USB flash drive.
An external storage device with at least 8 GB of free space. This can be a network location
that you create using the net use e: \\server\share command.

Windows ADK stands for?

Windows Assessment and Deployment
Kit

Which cmd prompt do I use to create the net work share?

net use e: \\server\share

To create a Windows PE Disk what do I use at the command line?

copype amd64 C:\winpe_amd64

What does Windows PE stand for?

Windows Pre-Installation Environment

To create a Windows PE Disk for 32-bit only, what do I use at the command line ?

copype amd64 C:\winpe_x86

Which cmd prompt mounts the Windows PE base-image file and unpacks its contents to a folder so that you can make changes,
such as adding boot-specific drivers.

dism /mount-image /imagefile:c:\
winpe_amd64\media\sources\boot.wim /index:1 /mountdir:C:\winpe_amd64\
mount

Which cmd do I use to add required drivers to Win PE?

dism /image:C:\winpe_amd64\mount
/Add-Driver /Driver:C:\Drivers\network.inf

Using Windows PE, how do I commit your changes and unmount the image at the cmd line?

dism /unmount-image /
mountdir:C:\winpe_amd64\mount /commit

How do I copy the Windows PE image to a USB flash drive (F:)?

MakeWinPEMedia /UFD
C:\winpe_amd64 F:

What does DISM stand for?

Deployment Image Servicing and Management

sysprep.exe /oobe


What does this switch do?

/oobe restarts the computer in welcome mode, the first startup mode for a new user of
the computer.

sysprep.exe /audit


What does this switch do?

/audit restarts the computer in audit mode, which is a special mode that allows you to
make changes to the default user account and to the operating system, such as installing
software
, before locking down the image.

sysprep.exe /generalize


What does this switch do?

/generalize prepares the installation for locking down and use by a user.

sysprep.exe /reboot


What does this switch do?

/reboot restarts the computer.

sysprep.exe /shutdown


What does this switch do?

/shutdown shuts down the computer.

Which prompt at Windows PE, do you use to capture the image?

diskpart

To capture the Windows partition as an image?

dism /Capture-Image /
CaptureDir:D:\ /ImageFile: E:\ThinImage.wim /Name:”Contoso”

How to copy a thin image?

copy D:\ThinImage.wim E:\Images\

To capture the image using ImageX and display information about the image file I use which switch.

■ /info displays information about the .wim image file, including its size and image index
number.

To capture the image using ImageX from a drive into a new .wim file I use which switch.

/capture captures a volume image from a drive into a new .wim file. This includes all
subfolders and files.

To capture the image using ImageX to apply volume image to a specified drive, I use which switch.

/apply applies a volume image to a specified drive. All hard disk partitions must be created
before starting this process, and then you can run this option from Windows PE.