Exam Windows Embedded Standard 7. Preparation Kit. Certification Exam Preparation utomation. Not for resale.

Size: px
Start display at page:

Download "Exam Windows Embedded Standard 7. Preparation Kit. Certification Exam Preparation utomation. Not for resale."

Transcription

1 MCTS i Exam Windows Embedded Standard 7 Preparation Kit Certification Exam Preparation utomation Not for resale.

2 Contents at a Glance 1 Product Concepts 2 Building a Base Operating System Image Using Image Builder Wizard 3 Advanced Installation using Image Configuration Editor 4 Customizing an Image using Image Build Wizard 5 Advanced Image Creation 6 Preparing and Deploying an Image 7 Servicing an Image

3 Chapter 1 Product Concepts Windows Embedded Standard 7 is very different from its predecessors. It s now based on a Windows 7 client platform and implements an on-device build process for the development of all operating-system images. As with all first-of-a-kind products, it comes with a suite of new terms and technologies. In addition, it uses some previous product terms in a slightly different context, so having a good understanding of the product concepts and terminology is especially important. This overview introduces Windows Embedded Standard 7 concepts, terminology, and technologies. Later chapters go into additional detail, and you can get more information about particular terms and technologies by referring to the glossary at the end of the preparation kit. Exam objectives in this chapter: Although this chapter does not specifically address any particular Exam Objectives, it is relevant as an introduction to essential Embedded Standard 7 concepts. Before You Begin This chapter discusses product concepts and introduces terminology and technology. Unlike the following chapters, this overview is not divided into lessons and does not include a Practical Lab. It assumes the reader possesses a basic understanding of computer hardware. After this chapter, you will be able to: Understand the different ways to develop a Windows Embedded Standard 7 operating system. Identify the application of key technologies the Image Configuration Editor (ICE) and the Image Builder Wizard (IBW). Come away with a general understanding of the product concepts as well as the processes and technologies specific to Windows Embedded Standard 7. Be familiar with the product terminology. Estimated time: 15 minutes. 1

4 2 Chapter 1 Product Concepts Image Creation To create a Windows Embedded Standard 7 operating system, use your running reference device (the Target Device, so called because all deployed images will be duplicates) instead of a separate development computer, and one of three methods: Interactive Your selections made in the Image Builder Wizard (IBW) creates a configuration in the form of an unattended answer file. Using the configuration, the Image Builder installation process then installs the operating system to the target device. Automated You can use an existing configuration created in Image Configuration Editor (ICE) on a separate development system to install the same operating system on another target device. The Image Builder installation process installs the operating system to the reference device without any user interaction. Combined A combination of the two. Using a partially unattended answer file created in Image Configuration Editor as a basis, you can still install interactively in IBW. This provides the opportunity for specific installation options to be entered during the IBW process and still maintain a level of automation. As in the previous two methods, the Image Builder installation process then installs the operating system to the reference device. Whichever method you choose, the Image Builder installation process creates the operating system based on the contents of the configuration file and installs it on the target device. Configurations Configurations contain the selected functionality, settings, and information required by the Image Builder installation process to create a customized operating system. Unattended answer files contain the specific selections to build a configuration. The information contained in the configuration is used to install and configure software applications, device drivers, specifies language packs to install, registry modifications to make, how to configure the operating system, and how to partition and format hard disks. Configurations can also include Microsoft runtime licensing and identity information and can customize the Windows welcome screen (Welcome Center) and even provide for a completely unattended installation. Windows Embedded Standard 7 configurations are created and modified in either IBW or ICE and are stored as answer files.

5 Before You Begin 3 The Image Builder Wizard The fastest, easiest way to create, build, and install a Windows Embedded Standard 7 operating system is by using the Image Builder Wizard. To do so, you start the target device using the bootable Windows Embedded DVD appropriate for the device s architecture (x32 or x64). The interactive wizard commences and you make your selections and enter values through a series of screens. The IBW process creates a configuration that is then used by the Image Builder Engine to initialize, create and install the operating system on the reference device. Image Builder Engine The Image Builder Engine build process is the installation mechanism, as shown in Figure 1-1, which installs and configures the Windows Embedded Standard 7 operating system and Windows Welcome (as discussed later in this chapter) to a target device from a configuration. In this way, Image Builder Engine supports installations that are interactive using IBW and automated (unattended) using a configuration created in ICE. Whichever method you choose, unlike previous versions of Windows Embedded, this release lets you create the image on the actual device, rather than on a development system. Embedded Core File Based Write Filter Internet Explorer Language Packs/ Driver Packs 3rd Party Software Installer Operating System Updates selected functionality Image Builder creates the operating system on the device Final Windows Embedded Standard 7 operating system Figure 1-1 Graphical representation of the Image Builder Engine build process using IBW or ICE

6 4 Chapter 1 Product Concepts Packages The Image Configuration Editor Because the Image Configuration Editor enables you to add, remove, and configure any of the Windows Embedded Standard 7 functionality in a single view, it gives you the most flexibility when creating a Windows Embedded Standard 7 operating system. After you install the ICE toolset on a development system, it is used to create a configuration that is processed by Image Builder. An implementation of Windows Embedded Standard 7 consists of the Windows Embedded Core package combined with your choices from more than 200 system packages. Packages are the smallest individually selectable unit of functionality and form the basis of the operating system s modular design. The packages included in Windows Embedded Standard 7 provide features and functionality comparable to Windows 7 Ultimate in addition to embedded specific functionality known as Embedded Enabling Features. To ease development IBW and ICE organizes its display of packages into categories and subcategories. All packages are available for 32- and 64-bit architectures. Microsoft alone creates and signs packages. Each contains file information and registry values that determine a specific capability. A package can belong to a dependency group (we ll cover dependencies shortly). Package Categories Package Categories are assigned according to the types of features a package provides, such as diagnostics or graphics and multimedia. The ICE interface and certain IBW dialogs organize and display packages by category. Package Types The five package types of Windows Embedded Standard 7 are: Feature Pack Language Pack Driver Pack Embedded Enabling Feature (EEF) Windows Update

7 Before You Begin 5 An understanding of the different package types is required. You use different tools and methodologies when working with different package types. NOTE Third-party applications, out-of-box drivers, and Windows Embedded Standard 7 service packs are not packages. None of these have a package type, and you add them to and remove them from images differently than you do packages. Package Feature Sets Most packages belong to a feature set a group of packages in which all the members either comprise or support the same functionality. Feature sets simplify the inclusion of a specific functionality by adding one item to the Configuration, multiple packages are added. Feature sets also ensure that all the required packages for a specific technology are included into the Configuration. Feature Sets achieve this through dependencies to other packages, discussed later in this chapter. Internet Explorer 8 and Security Credentials offer two examples of feature sets that each contains multiple packages. Embedded Core The Embedded Core (ecore) is the smallest deployable Windows Embedded Standard 7 image it contains the essential capabilities every image requires, such as bootcritical drivers, along with basic support for security, servicing, and networking. You can t modify ecore with an altered version, you could create an image that wouldn t function. Windows Embedded Standard 7 has 32 and 64-bit versions of ecore. ICE adds ecore to every new answer file automatically. You can deploy an ecore image from the Windows Imaging (WIM) file, INSTALL.WIM, and you can create a minimal ecore-like operating system using the Minimal Configuration Template in both IBW and ICE. NOTE 32-bit and 64-bit differences Although the 32 and 64-bit versions of the embedded core are similar, they exhibit some differences in functionality. Refer to later chapters in this Preparation Kit for more details.

8 6 Chapter 1 Product Concepts Dependencies A dependency is a defined relationship between a package and one or more packages. A dependency ensures that the operation of the package is as intended, by the inclusion or exclusion of other packages in the configuration. By dividing a specific functionality across multiple packages grouped by dependencies, each of the packages can be as small as possible, whilst still ensuring that the package has all the required resources and function correctly. A dependency can be on a single package or a set of packages (a dependency group). Dependency Groups A dependency group is a set of packages to which any other package can specify an inclusive or exclusive relationship. This allows for flexible, indirect relationships among packages and the creation of complex dependencies. Package-to-package relationships are direct and are automatically resolved by the toolset. Package-to-group dependencies provide an opportunity for the developer to make decisions on a perconfiguration basis. Dependency groups exist as independent objects. They enable you to include or exclude packages en masse, they provide a level of automation during development, and they assist with consistency. The dependency type (the nature of the package s relationship to a group) determines how the ICE or IBW resolves the dependency (automatically or manually) and how many members of the dependency group will be included in the configuration. There are five dependency types: Requires exactly one package from the group One and only one package from the group must be in the configuration. Requires at least one package from the group At least one package from the group must be in the configuration and in some instances more than one package can be added. Requires all packages from the group All the packages from the group must be in the configuration. Conflicts with all packages from the group None of the packages from the group is allowed in the configuration. Can take advantage of zero or more packages from the group Zero or more packages from the group can be in the configuration

9 Before You Begin 7 Required and Optional Dependencies In addition to having a type, a dependency can be required or optional. You must resolve the former for the operating system to function reliably. You can resolve the latter at your discretion, but not resolving optional dependencies may result in the operating system not being fully functional. Figure 1-2 shows an example of dependency resolution. Figure 1-2 Dependency resolution in Image Configuration Editor Unattended Answer Files A configuration is saved as an unattended answer file, is XML-based, and contains settings and values the Image Builder will use when creating the image on the reference device. The answer file is created manually with ICE or using the IBW, and specifies setup options that include information such as how you want disks partitioned, the location of the Windows Embedded Standard 7 image to install, and the product key to apply. You can also stipulate values that apply to the Windows Embedded Standard 7 installation, such as the names of user accounts, display settings, and Internet Explorer favorites. When creating configurations in ICE, you can validate the settings in the Windows Embedded Standard 7 image.

10 8 Chapter 1 Product Concepts TIP The unattended answer file for Image Builder is called UNATTEND.XML or AUTOUNATTEND.XML. Templates Templates are used to form the basis of a new configuration or to provide a quick way to introduce functionality to an existing one. Templates are an answer file that is merged into a configuration and consist of application and device driver packages or sets of packages needed for various models of devices. As an example Microsoft offers a template that, when merged with your unattended answer file, gives the resulting embedded OS support for viewing Excel documents. For new configurations, a number of device templates have been included with the toolkit and templates from third parties are also available. Above all, templates save you time as their dependencies have been fully analyzed and tested. Distribution Shares and Configuration Sets To locate the physical files Image Builder needs for creating the Windows Embedded Standard 7 operating system, a distribution share is required. This is a set of folders containing the physical package files and any additional applications and device drivers. Distribution Shares, which may be several gigabytes in size, can reside on a local disk or network share. You create and manage distribution shares using ICE, and unattended answer files reference the shares specifically. Configuration Sets After you ve validated and saved a configuration/unattended answer file in ICE, you can create a configuration set a subset of a distribution share. The configuration set contains the complete collection of files, drivers, applications, and updates that a particular unattended answer file requires. Configuration sets are self-contained and separate from the distribution share, which you use during development. Configuration sets are a smaller and more portable than distribution shares and are useful for deployments in the field or when a network share isn t available.

11 Before You Begin 9 Configuration Passes Processing the configuration/unattended answer file requires from one to seven cycles called configuration passes. These passes synchronize the different phases of the process. Out Of Box Experience (OOBE) Windows Welcome, also called the Out Of Box Experience (OOBE), specifies the behavior of certain user-interface screens during the first system start-up. You control OOBE via an XML file called OOBE.XML. This file holds text and graphics for customizing Windows Welcome and the Welcome Center. You can include multiple OOBE.XML files in an operating system image to customize the OOBE experience based on the language, country, and region selections the end user makes. Configurations created in ICE can include properties set in Windows Welcome such as computer name, user and password, as shown in Figure 1-3. Figure 1-3 Windows Embedded Standard 7 Welcome screen

12 10 Chapter 1 Product Concepts Windows Embedded Standard Image Files A Windows Embedded Standard 7 image file (which has a WIM extension) contains one or more compressed Windows Embedded Standard 7 operating system volume images. A volume image is the captured volume or partition of a Windows Embedded Standard 7 operating system. You manage WIM files offline using a variety of utilities in the Windows Embedded Standard 7 Toolkit. Normally you create the files using Microsoft s ImageX tool. Image X ImageX is a command-line tool that works with the latest Windows Embedded Standard 7 image (WIM) files. The main purpose of the tool is to capture, modify, and deploy operating system images in a manufacturing or development environment. You generally use ImageX with the Windows Imaging File System Filter (WIM FS Filter) driver. The driver enables you to mount a WIM file to a directory. You can then use a file-management tool such as Windows Explorer to perform actions such as browsing, copying, pasting,and editing the file without first extracting or re-creating the Image. In addition to running ImageX from the bootable Windows Embedded Standard DVD, you can also use ImageX from a Windows Preinstallation Environment (WinPE) during image-based deployments. Windows Preinstallation Environment Windows Preinstallation Environment 3.0 (WinPE 3.0) is a bootable operating system that you can use to install, troubleshoot, and recover an operating system. WinPE is a minimal Windows API subsystem with limited services, not a general-purpose operating system. You can boot and run the environment from DVD-ROM, a USB flash drive, or hard disk. The Windows Embedded Standard 7 Toolkit has a number of tools for creating, editing, and manipulating bootable Windows PE images. In Windows Embedded Standard 7, WinPE plays a key image-creation role. Image Builder uses the compact operating system to boot the target device as well as to initialize and deploy the Windows Embedded Standard 7 operating system to the hard disk drive from a WIM file. You can start a WinPE command prompt from the main screen of IBW.

13 Before You Begin 11 NOTE 32-bit and 64-bit Versions The Windows Embedded Standard 7 Toolkit includes both 32 and 64-bit versions of Windows PE 3.0. Device Architecture Selection Before you build an operating system image, you must select the device architecture (x32 or x64) the same build can t support more than one device architecture. Most 64-bit CPUs today do support a legacy 32-bit mode for backward compatibility, though, which gives you some flexibility. Whether you re trying to decide which architecture to choose for your device or pondering the use of a 32-bit operating system on 64-bit architecture, you should consider the factors outlined in this table. Device Drivers Image Size Memory Requirements Application Support Depending on the hardware vendor, 64-bit device drivers may not be available. In addition, 64-bit drivers must be certified for Windows 7 by Windows Hardware Quality Labs. The Windows Embedded Standard 7 operating-system size is larger for 64-bit than for 32-bit installations. 64-bit installations require twice the physical RAM (1GB minimum recommended). Your application set may not support a 64-bit environment. The selection of the device architecture is critical to the development process with both the Image Builder Wizard and Image Configuration Editor. NOTE Processor architecture terminology can be confusing. Intel x32 architecture (IA-32) is also referred to as x86. The x32 architecture is compatible with the Intel Pentium III architecture and includes processor families such as the Intel Pentium III, Intel Pentium 4 (before Prescott), VIA C3, and VIA C7. The x64 architecture uses 64-bit processor technology that includes a legacy x32 compatible mode. The x64 is also referred to as AMD64, x86-64 and Intel64. Processor families built around x64-compatible technology include the AMD Athlon 64, Intel Pentium D, Intel Core 2, Intel Pentium Dual-Core, Intel Nehalem micro-architecture, and VIA Nano. The Intel IA-64 (Itanium) is not x64 compatible.

14 12 Chapter 1 Product Concepts Chapter Summary Windows Embedded Standard 7 introduces a lot of new concepts, technology, and terminology. This chapter provides the foundation you need to get the most from the Preparation Kit and your future studies.

MCTS Guide to Microsoft 7. Chapter 2 Installing Windows 7

MCTS Guide to Microsoft 7. Chapter 2 Installing Windows 7 MCTS Guide to Microsoft 7 Chapter 2 Installing Windows 7 Objectives Describe the deployment enhancements in Windows 7 Choose a method for installation Choose a type of installation Use Windows Easy Transfer

More information

Full file at https://fratstock.eu Chapter 2: Installing Windows Vista

Full file at https://fratstock.eu Chapter 2: Installing Windows Vista Chapter 2: Installing Windows Vista TRUE/FALSE 1. For security reasons, Windows Vista is less modular than previous versions of Windows. F PTS: 1 REF: 42 2. Using scripts to manage the installation process

More information

MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration. Chapter 2 Installing Windows Server 2008

MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration. Chapter 2 Installing Windows Server 2008 MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 2 Installing Windows Server 2008 Objectives Describe the improvements and key technologies in deploying Windows

More information

technology in systems Embedded Windows: The Next Generation

technology in systems Embedded Windows: The Next Generation technology in systems Embedded Windows: The Next Generation 20 REPRINTED JANUARY FROM 2011 JANUARY RTC2011 MAGAZINE RTC MAGAZINE tech in systems Windows 7 Goes Embedded It has been almost a decade since

More information

MiniTutorial: Including RTX 2011 Runtime with Windows Embedded Standard 7

MiniTutorial: Including RTX 2011 Runtime with Windows Embedded Standard 7 MiniTutorial: Including RTX 2011 Runtime with Windows Embedded Standard 7 Copyright 1996-2011 by IntervalZero Inc. All rights reserved. No part of this document may be reproduced or transmitted in any

More information

RTX WES7 DEPLOYMENT GUIDE

RTX WES7 DEPLOYMENT GUIDE RTX64 3.5 WES7 DEPLOYMENT GUIDE Copyright 1996-2018 by IntervalZero, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, graphic, electronic,

More information

Deploying Windows Server 2008 with System Center

Deploying Windows Server 2008 with System Center Windows Server 2008 At a glance: Configuration Manager deployment features Creating and customising a server task sequence Adding server roles Setting computer-specific variables Deploying Windows Server

More information

Demo Lab Guide ImageAssist

Demo Lab Guide ImageAssist Demo Lab Guide ImageAssist Quick Start Guide Product Domain: OS Imaging Author: Tyler McLaughlin Version: 1.0 Table of Contents 1 Product Overview... 3 1.1 Lab Preparation Considerations and Caveats...

More information

Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager User's Guide

Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager User's Guide Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better

More information

Lesson 2: Installing Windows 8.1. MOAC : Configuring Windows 8.1

Lesson 2: Installing Windows 8.1. MOAC : Configuring Windows 8.1 Lesson 2: Installing Windows 8.1 MOAC 70-687: Configuring Windows 8.1 Overview Exam Objective 1.2: Install Windows 8.1 o Install as Windows To Go o Migrate from previous versions of Windows to Windows

More information

IBM Deployment Pack for Microsoft System Center Configuration Manager 2007 Installation and User s Guide

IBM Deployment Pack for Microsoft System Center Configuration Manager 2007 Installation and User s Guide IBM System x IBM Deployment Pack for Microsoft System Center Configuration Manager 2007 Installation and User s Guide Version 1.0 IBM System x IBM Deployment Pack for Microsoft System Center Configuration

More information

Vista Deployment: What s in the Box and What s Not

Vista Deployment: What s in the Box and What s Not An IT Briefing produced by Vista Deployment: What s in the Box and What s Not By Mark Minasi 2007 TechTarget BIO Mark Minasi is a best-selling author, popular technology columnist and commentator, and

More information

Dell Server Deployment Pack Version 2.0 for Microsoft System Center Configuration Manager User's Guide

Dell Server Deployment Pack Version 2.0 for Microsoft System Center Configuration Manager User's Guide Dell Server Deployment Pack Version 2.0 for Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better

More information

Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager. User's Guide

Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager. User's Guide Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager User's Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make

More information

CASPER SECURE DRIVE BACKUP. for BitLocker Drive Encryption S TARTUP D ISK C REATOR G UIDE

CASPER SECURE DRIVE BACKUP. for BitLocker Drive Encryption S TARTUP D ISK C REATOR G UIDE TM CASPER SECURE DRIVE BACKUP for BitLocker Drive Encryption S TARTUP D ISK C REATOR G UIDE TM Copyright and Trademark Information Information in this document is subject to change without notice. Federal

More information

3 INSTALLING WINDOWS XP PROFESSIONAL

3 INSTALLING WINDOWS XP PROFESSIONAL INSTALLING WINDOWS XP PROFESSIONAL.1 Preparing for installation Objectives.1.1 Windows XP Professional Hardware Requirements.1.2 Hardware Compatibility List (HCL) check.1. Hard Disk Partition.1.4 Required

More information

Identify Windows Editions and Upgrade Paths

Identify Windows Editions and Upgrade Paths L E S S O N 2. 1 Identify Windows Editions and Upgrade Paths L E S S O N 2. 1 Lesson Overview Identifying Windows editions and upgrade paths. In this lesson, you will: Identify Windows editions Identify

More information

Lesson 1: Preparing for Installation

Lesson 1: Preparing for Installation 2-2 Chapter 2 Installing Windows XP Professional Lesson 1: Preparing for Installation When you install Windows XP Professional, the Windows XP Professional Setup program allows you to specify how to install

More information

List of Virtual Machines Used in This Lab

List of Virtual Machines Used in This Lab INF204x Module 3 Lab1: Deploying Windows 10 to a New Computer by Using Microsoft Deployment Toolkit Lab: Using Microsoft Deployment Toolkit 2013 Update 1 Preview to Deploy Operating Systems Overview of

More information

OEM Manufacturing and Deployment for Windows 10 (735)

OEM Manufacturing and Deployment for Windows 10 (735) OEM Manufacturing and Deployment for Windows 10 (735) Prepare the Imaging Environment Install deployment tools and scripts Prepare the Windows Assessment and Deployment Kit (Windows ADK), prepare the required

More information

Microsoft Windows 7, Configuring. Download Full version :

Microsoft Windows 7, Configuring. Download Full version : Microsoft 70-680 Windows 7, Configuring Download Full version : http://killexams.com/pass4sure/exam-detail/70-680 QUESTION: 151 You are deploying a number of Windows 7 laptops. You create a custom power

More information

Image Crea)on MODULE 2. mpcdata delivering software innovation

Image Crea)on MODULE 2. mpcdata delivering software innovation Image Crea)on MODULE 2 Learning Objec-ves - Module 2 In this module we will learn about: Feature Sets and Packages Wizard based and advanced Image crea-on (IBW and ICE) Target Analyzer Introduc-on to Windows

More information

Citrix Synchronizer Quick Start Guide

Citrix Synchronizer Quick Start Guide Citrix Synchronizer Quick Start Guide Version 5.8 August 2017 About Citrix Synchronizer Synchronizer is the server used to deliver Virtual Machines (VMs) to DesktopPlayer clients. It manages: Users (which

More information

C A S P E R TECH EDITION 10 USER GUIDE

C A S P E R TECH EDITION 10 USER GUIDE TM C A S P E R TM TECH EDITION 10 USER GUIDE Copyright and Trademark Information Information in this document is subject to change without notice. Federal law prohibits unauthorized use, duplication, and

More information

Microsoft Windows Servers 2012 & 2016 Families

Microsoft Windows Servers 2012 & 2016 Families Version 8 Installation Guide Microsoft Windows Servers 2012 & 2016 Families 2301 Armstrong St, Suite 2111, Livermore CA, 94551 Tel: 925.371.3000 Fax: 925.371.3001 http://www.imanami.com Installation Guide

More information

Farstone TotalDeploy User Guide

Farstone TotalDeploy User Guide Farstone TotalDeploy User Guide 1 Introduction to TotalDeploy...3 1.1 Overview...3 1.1.1 What is TotalDeploy...3 1.1.2 Who needs TotalDeploy?...3 1.1.3 TotalDeploy infrastructure...3 1.2 What you can do

More information

Install and Manage Windows Nano Server 2016 Step by Step

Install and Manage Windows Nano Server 2016 Step by Step Complete Lab (V2.0) Ahmed Abdelwahed Microsoft Certified Trainer Ahmed_abdulwahed@outlook.com Table of Contents Lab Objective... 3 Windows Nano Server 2016 overview... 3 Current infrastructure environment...

More information

List all out-of-the-box drivers currently installed in online WIM

List all out-of-the-box drivers currently installed in online WIM Chapter 3 Deploying System Images Lesson 1: Managing a System Image Before Deployment Retrieving WIM information dism /get-wiminfo /wimfile:w:\myimage.wim imagex /info w:\myimage.wim Mounting/Unmounting

More information

EXAM CRAM MCTS Microsoft Windows 7, Configuring. Patrick Regan

EXAM CRAM MCTS Microsoft Windows 7, Configuring. Patrick Regan EXAM CRAM MCTS 70-680 Microsoft Windows 7, Configuring Patrick Regan Table of Contents Introduction ' The Value of Certification 1 The Microsoft Certification Program 3 Microsoft Certified Technology Specialist

More information

About XenClient Synchronizer

About XenClient Synchronizer About XenClient Synchronizer About XenClient Synchronizer About XenClient Synchronizer Synchronizer performs all the administrative tasks for the XenClient Enterprise solution. It keeps a database of all

More information

Exam Name: Microsoft Managing and Maintaining Windows 8

Exam Name: Microsoft Managing and Maintaining Windows 8 Vendor: Microsoft Exam Code: 70-688 Exam Name: Microsoft Managing and Maintaining Windows 8 Version: DEMO QUESTION 1 Your company recently purchased 25 new laptops. All 25 laptops have the same hardware

More information

Martin Vittrup Senior Technology Specialist Windows Client Microsoft Danmark

Martin Vittrup Senior Technology Specialist Windows Client Microsoft Danmark Martin Vittrup Senior Technology Specialist Windows Client Microsoft Danmark mvittrup@microsoft.com SOLUTIONS IMAGING DELIVERY MIGRATION Microsoft Deployment Toolkit Application Compatibility Toolkit

More information

Citrix Synchronizer Quick Start Guide

Citrix Synchronizer Quick Start Guide Citrix Synchronizer Quick Start Guide Version 5.9.1 November 2017 About Citrix Synchronizer Synchronizer is the server used to deliver Virtual Machines (VMs) to DesktopPlayer clients. It manages: Users

More information

How to Integrate SmartDeploy Enterprise with Windows Deployment Services

How to Integrate SmartDeploy Enterprise with Windows Deployment Services How to Integrate SmartDeploy Enterprise with Windows Deployment Services Prowess Consulting, LLC Published: March, 2010 Abstract Integrating custom Windows Imaging Format (WIM) images into Windows Deployment

More information

Parallels Containers for Windows 6.0

Parallels Containers for Windows 6.0 Parallels Containers for Windows 6.0 Templates Management Guide May 26, 2014 Copyright 1999-2014 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH Vordergasse

More information

exam. Number: Passing Score: 800 Time Limit: 120 min File Version: Microsoft

exam. Number: Passing Score: 800 Time Limit: 120 min File Version: Microsoft 70-735.exam Number: 70-735 Passing Score: 800 Time Limit: 120 min File Version: 1.0 Microsoft 70-735 OEM Manufacturing and Deployment for Windows 10 Version 1.0 Exam A QUESTION 1 HOTSPOT You have a reference

More information

70-643: Windows Server 2008 Applications Infrastructure. Course 01 - Deploying Windows in the Enterprise

70-643: Windows Server 2008 Applications Infrastructure. Course 01 - Deploying Windows in the Enterprise 70-643: Windows Server 2008 Applications Infrastructure Course 01 - Deploying Windows in the Enterprise Slide 1 Deploying Windows in the Enterprise How to deploy Windows in the 2008 Server Environment

More information

Introducing Windows 7 Lesson 1

Introducing Windows 7 Lesson 1 Introducing Windows 7 Lesson 1 Minimum System Requirements 1 gigahertz (GHz) or faster 32-bit (x86) or 64-bit (x64) processor 1 gigabyte (GB) RAM (32-bit) or 2 GB RAM (64-bit) 16 GB available hard disk

More information

Managing Operating Systems Deployment

Managing Operating Systems Deployment Managing Operating Systems Deployment Module Overview Overview of Operating System Deployment Preparing a Site for Operating System Deployment Building and Capturing a Reference Operating System Image

More information

Lenovo Deployment Pack for Microsoft System Center Configuration Manager Installation and User's Guide

Lenovo Deployment Pack for Microsoft System Center Configuration Manager Installation and User's Guide Lenovo Deployment Pack for Microsoft System Center Configuration Manager Installation and User's Guide Version 6.3 Note Before using this information and the product it supports, read the information in

More information

Course overview CompTIA A Official Study Guide

Course overview CompTIA A Official Study Guide Course overview CompTIA A+ 220-801 Official Study Guide (G183eng ver092) Overview CompTIA A+ courses are intended for students wishing to qualify with CompTIA A+ Certification. A+ certification is designed

More information

IBM Endpoint Manager. OS Deployment V3.5 User's Guide

IBM Endpoint Manager. OS Deployment V3.5 User's Guide IBM Endpoint Manager OS Deployment V3.5 User's Guide IBM Endpoint Manager OS Deployment V3.5 User's Guide Note Before using this information and the product it supports, read the information in Notices

More information

Installing VMware vsphere 5.1 Components

Installing VMware vsphere 5.1 Components Installing VMware vsphere 5.1 Components Module 14 You Are Here Course Introduction Introduction to Virtualization Creating Virtual Machines VMware vcenter Server Configuring and Managing Virtual Networks

More information

Symantec Backup Exec System Recovery

Symantec Backup Exec System Recovery Symantec Backup Exec System Recovery The Gold Standard in Complete Windows System Recovery Overview 7.0 is a complete, disk-based system recovery solution for Microsoft Windows based servers, desktops,

More information

ProSystem fx Engagement

ProSystem fx Engagement ProSystem fx Engagement Guide November 2008 Copyright 2008 CCH INCORPORATED. A Wolters Kluwer Business. All Rights Reserved. Material in this publication may not be reproduced or transmitted, in any form

More information

HP Image Assistant. User Guide

HP Image Assistant. User Guide HP Image Assistant User Guide Copyright 2018 HP Development Company, L.P. Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other

More information

Deploying Windows 7 Lesson 3

Deploying Windows 7 Lesson 3 Deploying Windows 7 Lesson 3 Objectives Understand enterprise deployments Capture an image file Modify an image file Deploy an image file Understanding Enterprise Deployments Careful planning is required

More information

MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE INFORMATION IN THIS DOCUMENT.

MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE INFORMATION IN THIS DOCUMENT. The information contained in this document represents the current view of Microsoft Corporation and its Affiliates ("Microsoft") on the issues discussed as of the date of publication. Because Microsoft

More information

"Charting the Course... MOC 6294 A Planning and Managing Windows 7 Desktop Deployments and Environments Course Summary

Charting the Course... MOC 6294 A Planning and Managing Windows 7 Desktop Deployments and Environments Course Summary Course Summary Description This course is intended for desktop administrators who want to specialize in desktop deployment, configuration, and management. In this course, students will learn how to plan

More information

Installation Guide. Tivoli Decision Support 2.0

Installation Guide. Tivoli Decision Support 2.0 Installation Guide Tivoli Decision Support 2.0 Tivoli Decision Support 2.0 Installation Guide (August, 1998) Copyright 1998 by Tivoli Systems, an IBM Company, including this documentation and all software.

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Installation Guide Applies to the following editions: Update 2 Advanced Server Server for Windows Virtual Edition Server for Linux Advanced Server SBS Edition Workstation

More information

Understand Server Installation Options

Understand Server Installation Options Understand Server Installation Options Lesson Overview Understand Windows Server Installation Options In this lesson, you will learn how to: Identify system requirements Identify server versions Plan for

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 6 Advanced Installation

Linux+ Guide to Linux Certification, Third Edition. Chapter 6 Advanced Installation Linux+ Guide to Linux Certification, Third Edition Chapter 6 Advanced Installation Objectives Describe the types and structure of SCSI devices Explain the different levels of RAID and types of RAID configurations

More information

Creating rescue media

Creating rescue media Creating rescue media The Rescue Media Wizard Once I have created rescue media, will it work on all my computers? If my rescue media refuses to boot, what should I do? The Rescue Media Wizard 1. 2. Insert

More information

2272 : Implementing and Supporting Microsoft Windows XP Professional

2272 : Implementing and Supporting Microsoft Windows XP Professional 2272 : Implementing and Supporting Microsoft Windows XP Professional Introduction The purpose of this course is to address the implementation and desktop support needs of customers that are planning to

More information

1. Which edition of Windows includes DirectAccess and BranchCache? A. Windows 7 Enterprise B. Windows 7 Professional C. Windows 7 Home Basic D.

1. Which edition of Windows includes DirectAccess and BranchCache? A. Windows 7 Enterprise B. Windows 7 Professional C. Windows 7 Home Basic D. 1. Which edition of Windows includes DirectAccess and BranchCache? A. Windows 7 Enterprise B. Windows 7 Professional C. Windows 7 Home Basic D. Windows 7 Home Premium 2. How much memory does a 32-bit version

More information

InstallShield AdminStudio Evaluator s Guide

InstallShield AdminStudio Evaluator s Guide InstallShield AdminStudio Evaluator s Guide Published: April 2003 Abstract This guide helps system administrators and other reviewers evaluate the key functionality of InstallShield AdminStudio. It provides

More information

Microsoft Exam OEM Preinstallation Version: 8.3 [ Total Questions: 98 ]

Microsoft Exam OEM Preinstallation Version: 8.3 [ Total Questions: 98 ] s@lm@n Microsoft Exam 74-697 OEM Preinstallation Version: 8.3 [ Total Questions: 98 ] Question No : 1 Which statement correctly describes the functionality of the Windows 8 version of Reagentc? A. Reagentc

More information

ProSystem fx Engagement. Installation Guide

ProSystem fx Engagement. Installation Guide ProSystem fx Engagement Installation Guide December 2011 Copyright 2011 CCH INCORPORATED. A Wolters Kluwer business. All Rights Reserved. Material in this publication may not be reproduced or transmitted,

More information

Managing and Maintaining a Microsoft Windows Server 2003 Environment

Managing and Maintaining a Microsoft Windows Server 2003 Environment COURSE OVERVIEW This course combines five days of instructor-led training with additional e-learning content to provide students with the knowledge and skills that are required to manage accounts and resources,

More information

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

Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions: Operating Systems Introduction The operating system (OS) controls almost all functions on a computer. In this chapter, you learn about the components, functions, and terminology related to the Windows

More information

Lenovo Bootable Media Creator Installation and User Guide

Lenovo Bootable Media Creator Installation and User Guide Lenovo Bootable Media Creator Installation and User Guide Version 11.4.0 Note Before using this information and the product it supports, read the information in Appendix C Notices on page 53. (September

More information

CompTIA A+ Accelerated course for & exams

CompTIA A+ Accelerated course for & exams CompTIA A+ Accelerated course for 220-901 & 220-902 exams Course overview Target Audience This course is for Participants wishing to take and pass both CompTIA A+ exams (220-901 and 220-902) exam. It is

More information

Certified Enterprise Applications Integration Specialist (With Microsoft BizTalk Server) Sample Material

Certified Enterprise Applications Integration Specialist (With Microsoft BizTalk Server) Sample Material Certified Enterprise Applications Integration Specialist (With Microsoft BizTalk Server) Sample Material 1. INTRODUCTION & INSTALLATION 1.1 Introduction BizTalk is a business process management (BPM) server

More information

How to Integrate SmartDeploy with Windows Deployment Services

How to Integrate SmartDeploy with Windows Deployment Services How to Integrate SmartDeploy with Windows Deployment Services SmartDeploy Revised: March 2017 Integrating custom Windows Imaging Format (WIM) images into Windows Deployment Services (WDS) lets you take

More information

Parallels Virtuozzo Containers 4.6 for Windows

Parallels Virtuozzo Containers 4.6 for Windows Parallels Parallels Virtuozzo Containers 4.6 for Windows Templates Management Guide Copyright 1999-2010 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels

More information

Application Servers - Installing SAP Web Application Server

Application Servers - Installing SAP Web Application Server Proven Practice Application Servers - Installing SAP Web Application Server Product(s): IBM Cognos 8.3, SAP Web Application Server Area of Interest: Infrastructure DOC ID: AS02 Version 8.3.0.0 Installing

More information

Version 11. NOVASTOR CORPORATION NovaBACKUP

Version 11. NOVASTOR CORPORATION NovaBACKUP NOVASTOR CORPORATION NovaBACKUP Version 11 2009 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without notice.

More information

Laplink PCmover Windows Upgrade Assistant

Laplink PCmover Windows Upgrade Assistant Laplink PCmover Windows Upgrade Assistant User Guide Customer Service/Technical Support: Web: http://www.laplink.com/contact E-mail: CustomerService@laplink.com Tel (USA): +1 (425) 952-6001 Fax (USA):

More information

UNICORN Administration and Technical Manual

UNICORN Administration and Technical Manual UNICORN 7.0.2 Administration and Technical Manual Table of Contents Table of Contents 1 Introduction... 1.1 Administrator functions overview... 1.2 Network terms and concepts... 1.3 Network environment...

More information

Windows 7 Deployment -By Bradley Lutes-

Windows 7 Deployment -By Bradley Lutes- Windows 7 Deployment -By Bradley Lutes- **These instructions are for the 32 bit system (x86). To find out if you are running the 32 bit or 64 bit, click on the start menu of your windows 7 virtual machine--

More information

Ftp Windows 7 64 Bit Requirements System Builder Dvd

Ftp Windows 7 64 Bit Requirements System Builder Dvd Ftp Windows 7 64 Bit Requirements System Builder Dvd Windows 7 Home Premium SP1 64bit, System Builder OEM DVD 1 Pack (For in PC system requirements, when choosing between the 32 and 64 Bit OS? A:. Windows

More information

Windows Embedded Standard 7 SP1 32-bit BSP for Kontron KBOX A-103

Windows Embedded Standard 7 SP1 32-bit BSP for Kontron KBOX A-103 Windows Embedded Standard 7 SP1 32-bit BSP for Kontron KBOX A-103 Readme for BSP R10 Page: 1/17 Revision: 01.00 Revision History Revision Date Author Reviewed and approved 01.00 June 16, Denis Gennady

More information

ImageAssist Dynamic. User s Guide for Multiple Platforms

ImageAssist Dynamic. User s Guide for Multiple Platforms ImageAssist Dynamic User s Guide for Multiple Platforms Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Manually Install Windows Updates Xp From Usb

Manually Install Windows Updates Xp From Usb Manually Install Windows Updates Xp From Usb Stick Edition This process allows you to create a live Windows USB drive that functions like a First, locate the Install.wim file, which is stored on the Windows

More information

Deploying Windows 8.1 with ConfigMgr 2012 R2 and MDT 2013

Deploying Windows 8.1 with ConfigMgr 2012 R2 and MDT 2013 Deploying Windows 8.1 with ConfigMgr 2012 R2 and MDT 2013 Windows 8.1 Hands-on lab In this lab, you will learn how to deploy a Windows 8.1 image with ConfigMgr 2012 R2 and MDT 2013. Produced by Deployment

More information

DOWNLOAD PDF CREATOR FOR WINDOWS 8 64 BIT

DOWNLOAD PDF CREATOR FOR WINDOWS 8 64 BIT Chapter 1 : Media Creation Tool x64 - Windows 8 Downloads If you need to install or reinstall Windows, you can use the tools on this page to create your own installation media using either a USB flash

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

VMware View Upgrade Guide

VMware View Upgrade Guide View 4.0 View Manager 4.0 View Composer 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for

More information

DSEK-11. User Guide. (Digital Signage Evaluation Kit) WinMate Communication INC. DSEK 11 Media Player User Guide

DSEK-11. User Guide. (Digital Signage Evaluation Kit) WinMate Communication INC. DSEK 11 Media Player User Guide DSEK-11 (Digital Signage Evaluation Kit) User Guide WinMate Communication INC. Revision History Version Date Note 1.1 2011.02.16 First Version Package List Before using this Digital Signage Evaluation

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

CorpSystem Workpaper Manager Installation Guide

CorpSystem Workpaper Manager Installation Guide CorpSystem Workpaper Manager Installation Guide August 2011 Copyright 2011 CCH INCORPORATED. A Wolters Kluwer business. All Rights Reserved. Material in this publication may not be reproduced or transmitted,

More information

Ftp Windows 7 64 Bit Requirements System Builder Dvd 64-bit

Ftp Windows 7 64 Bit Requirements System Builder Dvd 64-bit Ftp Windows 7 64 Bit Requirements System Builder Dvd 64-bit Windows 8.1 Pro System Builder OEM DVD 64-Bit. Sorry, this item is not available in, Image all on a single PC. 7 new from $131.71 11 open box

More information

Microsoft. TS Windows 7,Configuring.

Microsoft. TS Windows 7,Configuring. 70-680 Microsoft TS Windows 7,Configuring http://www.pass4sureofficial.com Dumpspdf.com is a reputable IT certification examination guide, study guides and audio exam provider, we not only ensure that

More information

DEPLOYMENT AND ADMINISTRATION SECRETS

DEPLOYMENT AND ADMINISTRATION SECRETS PART I DEPLOYMENT AND ADMINISTRATION SECRETS Chapter 1 Chapter 2 Chapter Chapter 4 Chapter 5 Chapter 6 Chapter 7 Windows Server 2008 R2 Deployment Secrets The Windows Server 2008 R2 Administrator s Toolkit

More information

LENOVO THINKSTATION P520C, P520, P720, & P920 WINDOWS 7 INSTALLATION

LENOVO THINKSTATION P520C, P520, P720, & P920 WINDOWS 7 INSTALLATION LENOVO THINKSTATION P520C, P520, P720, & P920 WINDOWS 7 INSTALLATION Contents OVERVIEW SECTION 1 BIOS & PRE-INSTALLATION STEPS SECTION 2 WINDOWS 7 DRIVER SLIPSTREAM SETUP SECTION 3 WINDOWS 7 INSTALLATION

More information

How to install the software of ZNS8022

How to install the software of ZNS8022 How to install the software of ZNS8022 1. Please connect ZNS8022 to your PC after finished assembly. 2. Insert Installation CD to your CD-ROM drive and initiate the auto-run program. The wizard will run

More information

This course also serves as preparation for Exam : Upgrading Your Skills to MCSA Windows 8.

This course also serves as preparation for Exam : Upgrading Your Skills to MCSA Windows 8. Course 20689A Upgrading Your Skills to MCSA Windows 8 Level: 200 Course Duration: 3 days Course Type: Instructor-Led/Classroom Course Overview This three day course is designed primarily for IT Professionals

More information

Preparing Virtual Machines for Cisco APIC-EM

Preparing Virtual Machines for Cisco APIC-EM Preparing a VMware System for Cisco APIC-EM Deployment, page 1 Virtual Machine Configuration Recommendations, page 1 Configuring Resource Pools Using vsphere Web Client, page 4 Configuring a Virtual Machine

More information

Preparing Virtual Machines for Cisco APIC-EM

Preparing Virtual Machines for Cisco APIC-EM Preparing a VMware System for Cisco APIC-EM Deployment, on page 1 Virtual Machine Configuration Recommendations, on page 1 Configuring Resource Pools Using vsphere Web Client, on page 4 Configuring a Virtual

More information

HPE VMware ESXi and vsphere 5.x, 6.x and Updates Getting Started Guide

HPE VMware ESXi and vsphere 5.x, 6.x and Updates Getting Started Guide HPE VMware ESXi and vsphere 5.x, 6.x and Updates Getting Started Guide Abstract This guide is intended to provide setup information for HPE VMware ESXi and vsphere. Part Number: 818330-003 Published: April

More information

Testpassport.

Testpassport. Testpassport http://www.testpassport.cn Exam : 70-688 Title : Managing and Maintaining Windows 8.1 Version : Demo 1 / 10 1.DRAG DROP Your company recently purchased 25 new laptops. All 25 laptops have

More information

Microsoft Windows Server 2003 Administration Fundamentals

Microsoft Windows Server 2003 Administration Fundamentals C01613540.fm Page 1 Monday, April 12, 2004 10:19 AM Part I Microsoft Windows Server 2003 Administration Fundamentals The fundamental tasks you need for Microsoft Windows Server 2003 administration are

More information

Rational Systems Developer

Rational Systems Developer Rational Systems Developer Version 7.0 Installation Guide GI11-8355-04 Rational Systems Developer Version 7.0 Installation Guide GI11-8355-04 Note Before using this information and the product it supports,

More information

How To Fix Regedit Windows Xp Install Bootable Usb Flash Disk

How To Fix Regedit Windows Xp Install Bootable Usb Flash Disk How To Fix Regedit Windows Xp Install Bootable Usb Flash Disk Try this procedure here to prepare bootable pen drive and install XP from the USB facing any issue with your USB drive then read How to Fix

More information

Laplink PCmover Express The Easiest Way to Move into a New Windows PC. User Guide

Laplink PCmover Express The Easiest Way to Move into a New Windows PC. User Guide Laplink PCmover Express The Easiest Way to Move into a New Windows PC User Guide Customer Service/Technical Support: Web: http://www.laplink.com/contact E-mail: CustomerService@laplink.com Tel (USA): +1

More information

Laplink PCmover Express Personal Use The Easiest Way to Move into a New Windows PC. User Guide

Laplink PCmover Express Personal Use The Easiest Way to Move into a New Windows PC. User Guide Laplink PCmover Express Personal Use The Easiest Way to Move into a New Windows PC User Guide Customer Service/Technical Support: Web: http://www.laplink.com/contact E-mail: CustomerService@laplink.com

More information

6294: Troubleshooting and Supporting Windows 7 in the Enterprise

6294: Troubleshooting and Supporting Windows 7 in the Enterprise Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

QuickBooks 2008 Software Installation Guide

QuickBooks 2008 Software Installation Guide 12/11/07; Ver. APD-1.2 Welcome This guide is designed to support users installing QuickBooks: Pro or Premier 2008 financial accounting software, especially in a networked environment. The guide also covers

More information

TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy

TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy Reference: http://www.microsoft.com/technet/prodtechnol/office/sps2003/deploy/spst2003.mspx?pf=true

More information