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

Size: px
Start display at page:

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

Transcription

1 An IT Briefing produced by Vista Deployment: What s in the Box and What s Not

2 By Mark Minasi 2007 TechTarget BIO Mark Minasi is a best-selling author, popular technology columnist and commentator, and keynote speaker. He is the author of the recently released book Administering Windows Vista Security: The Big Surprises. He is also well-known for his books in the Mastering series, such as Mastering Windows Server 2003 and Mastering Windows NT Server, and his hardware PC repair and fix-it book, The Complete PC Upgrade and Maintenance Guide, now in its 13th edition. Minasi has also authored 19 other technology books, spoken on technical topics in 20 countries, and written and performed in a dozen technical educational videos. This IT Briefing is based on a Message Labs/TechTarget Webcast, Vista Deployment: What s in the Box and What s Not. To view this Webcast online, please click the link. This TechTarget IT Briefing covers the following topics: Overview Tools Windows PE ImageX Sysprep System Image Manager (WSIM) Common Questions Copyright 2007 Message Labs. All Rights Reserved. Reproduction, adaptation, or translation without prior written permission is prohibited, except as allowed under the copyright laws. About Message Labs Message Labs is a leading provider of integrated messaging and web security services, with over 14,000 clients ranging from small business to the Fortune 500 located in more than 80 countries. Messages provides a range of managed security services to protect, control, encrypt, and archive communications across , Web, and Instant Messaging. These services are delivered by Messages globally distributed infrastructure and supported 24/7 by security experts. This provides a convenient and cost-effective solution for managing and reducing risk and providing certainty in the exchange of business information. About TechTarget IT Briefings TechTarget IT Briefings provide the pertinent information that senior-level IT executives and managers need to make educated purchasing decisions. Originating from our industry-leading Vendor Connection and Expert Webcasts, TechTarget-produced IT Briefings turn Webcasts into easy-to-follow technical briefs, similar to white papers. Design Copyright TechTarget. All Rights Reserved. For inquiries and additional information, contact: Dennis Shiao Director of Product Management, Webcasts dshiao@techtarget.com

3 Vista Deployment: What s in the Box and What s Not Overview In the past, the installation of any version of the Windows operating system involved one of the following methods: Boot from CD and answer a number of questions. Boot from CD and use an answer file to respond to the questions. Boot from a DOS floppy and install from a network setup process or drive image. Boot via the network card accessing a Remote Installation Services server to use an install setup or image. Now, with Vista, installation of the operating system is much simpler. It involves three steps: Boot from a very simplified version of Windows called the Windows Pre-installation Environment, or WinPE 2.0. Copy a Windows drive image from the installation CD/DVD with WinPE. Configure the system by answering the configuration questions or supplying a script to do so. Because using a DOS floppy is no longer practical with current hardware construction, Microsoft created WinPE, a reduced-function version of the Windows operating system. It is small enough to fit on a CD or a USB flash drive, since it is between 160 MB and 200 MB. It is very basic, without a true GUI, and it reboots itself after 72 hours. However, it supports networking, disk operations, and registry editing. WinPE is the basis for Vista deployment. WinPE is installed by the act of booting from a Vista DVD, a WinPE CD, or a network card and BIOS that accesses a Windows Deployment Services server. This allows the user to copy the Vista image file onto the target machine, which is a very fast installation process. Once the image file is installed, the user can perform plug-and-play detection to configure the image for the hardware. The systems are relatively generic, with only two versions of the image required: 32-bit and 64-bit. The Windows customizations can be done from the GUI, such as installing applications and setting the configuration (by hand or by script). Users can also create an image that contains all the applications and settings, making installation even easier. Tools Many of the tools that are useful for Vista deployment are available in a free download called the Windows Automated Installation Kit (WAIK). It is approximately 992 MB and has a.img extension. It is, however, an ISO file. When it is downloaded, the user must rename it to a.iso file in order to install it. WAIK and Vista contain a number of tools, including: WinPE (in WAIK) ImageX (in WAIK) Sysprep (in Vista) Windows System Image Manager (in WAIK) Windows PE Figure 1 shows the simplest method for building a WinPE image CD. This WinPE will run on any XP Service Pack 2 machine, although on a 2003 Service Pack 1 machine, users will need to install the Microsoft XML Parser and.net 2.0. The 64-bit version of XP may require the 64-bit version of.net 3.0. After the image has been burned to CD, it is easy to see that a Windows image file (referred to as a WIM because the file extension is.wim) is a collection of large files. WIMs are not sector data; rather, they are folder and file data. The user can remove or add files to the image without deploying those files, and can even apply hot fixes to files in the image by using a WAIK tool called pkgmgr. Note that each WIM can contain multiple images. 1 IT Briefing:

4 Figure 1 ImageX ImageX is a command-line tool with no GUI with which users can capture (create) and apply (deploy) WIMs. It can image Vista, 2003 Windows Server systems, and XP systems, and works well as a system backup tool. If a system has very specific settings, before using ImageX to create a WIM of it, the user can generalize the system with a tool called Sysprep, explained later. Whether capturing or applying an image, the procedure is the same: Boot the system from WinPE (because a system cannot be captured while it is running). Connect to the location where the WIM either will be saved or already exists. Use the ImageX /capture or /apply options, as appropriate. ImageX is located in the Tools folder of WAIK, and there is a version of the tool for each of the architectures (x86, IA 64, or AMD 64). Note that ImageX is only part of WAIK, and is not in WinPE. Key ImageX options include: /capture to capture a WIM /apply to apply a WIM /info to see information about the contents of a WIM /split to divide large WIMs so that they can fit on multiple CDs /extract to pull out images from a WIM and put them into another WIM /delete to delete an image /mountrw (mount read/write) and /unmount to examine and alter the contents of a WIM, as shown in Figure 2 Figure 3 shows the window that opens after the /mountrw command is used. The window displays the contents of the WIM, and files can be added to or deleted from the WIM in this window. This can be used to create a more useful WinPE CD, for example, by putting ImageX in the WinPE image, as shown in Figure 4. 2 IT Briefing:

5 Figure 2 Figure 3 3 IT Briefing:

6 Figure 4 To make this CD bootable, there are two things that the user must do in the WinPE ISO folder: Call oscdimg to make the image bootable with the etfsboot.com boot loader. Have a WinPE image specifically named boot.wim located in a folder called Sources. The boot loader copies boot.wim into the RAM disk so that the system can run without the CD. It does not use the basic winpe.wim file for this, so in order to use the updated WinPE image created earlier, the user must copy the modified winpe.wim to the Sources folder and rename it boot.wim. Figure 5 shows the commands necessary for creating the correct boot.wim file and using the boot loader. Adding NIC drivers is a similar procedure using ImageX, as NIC drivers cannot simply be copied to the system32 folder. Figure 6 shows this process. Figure 7 shows how to add NIC drivers specifically in VMware. Capturing an Image The key role of ImageX is capturing an image of a full machine. To do this, the user should build a machine with all the applications, DOS writing system, text, file and colors, drivers, and so on, that are needed for that system. Once the system is configured and set as needed, Figure 8 shows the steps for capturing the image. Creating an image can take as little as 15 minutes, though other options may cause it to take longer. Applying an Image Once a disk image has been captured, it can be applied to other machines. Figure 9 shows the basic steps for applying an image. Unlike Ghost images, which, when applied, destroy previous images, multiple WIMs can be deployed on a machine. This technique of reimaging a machine enables a fairly large system to be replaced in about 10 minutes. WIMs can be compressed with ImageX in order to speed deployment. An ideal image is about 2.4 GB compressed and about 4.5 GB uncompressed. 4 IT Briefing:

7 Figure 5 Figure 6 5 IT Briefing:

8 Figure 7 Figure 8 6 IT Briefing:

9 Figure 9 Sysprep Sysprep is the tool that must be used to generalize a prototypical machine image before it is applied to many different machines, as in Windows NT, 2000, XP, and The Sysprep that is in the system32 folder of every copy of Vista is very similar to the XP SP2 Sysprep. However, the Vista Sysprep does not remove user accounts when generalizing. Note that Sysprep is not part of WAIK. When Sysprep is run on a machine, some settings are reset and a mini-setup series of configuration questions are run. For large deployments, an answer file can be created to respond to all the questions and allow the setup to be unattended. The command to enable an unattended setup is sysprep /generalize /oobe /shutdown /unattend:answerfile.xml In this command, answerfile.xml is the name of the file that does the setup. System Image Manager (WSIM) The answer file mentioned in the Sysprep section is a script. Windows System Image Manager (WSIM) is a GUI tool that allows users to build scripts. WSIM replaces Setup Manager. WSIM can be found in WAIK, and once WAIK is installed, the user can start WSIM. With the option File > Select Windows Image, WSIM opens a window similar to the one shown in Figure 10. The user can select a WIM from the window. Figure 11 shows the procedure for creating an answer file in WSIM. Figure 12 shows the GUI during the process of building a script. The pane in the lower left-hand corner shows the components to be configured. The center top pane is the answer-file script. 7 IT Briefing:

10 Figure 10 Figure 11 8 IT Briefing:

11 Figure 12 There are seven configuration passes or phases of setup and deployment. Some settings go into more than one phase. The GUI guides the user as to which pass a given component or package goes into, and the online Help is useful for learning the scripting process. 9 IT Briefing:

12 Common Questions Question: Will most people be deploying Vista in 2007? Answer: It depends on the business sector. Universities, for example, are moving to Vista very quickly. Question: Is ImageX on the Vista DVD? Answer: No, ImageX is not on the Vista DVD, it is in WAIK. Question: Will Mark Minasi be publishing a book on Imaging? If so, when? Answer: Mark will cover Imaging in his Longhorn server book, but the publishing date on that is unknown. Question: From a support compatibility standpoint, should general users hold off from updating to 64-bit? Answer: Microsoft has said that this is the last 32-bit desktop operating system they will ship. It is a certainly time to think about updating to 64-bit. Question: Are there any significant speed increases in general with the 64-bit Vista versus the 32-bit Vista? Answer: There is a general speed increase with a 64- bit system, especially since it tends to have higher RAM availability than a 32-bit system. Question: Will WinPE allow deployment of WinXP instead of Vista? Answer: Yes. WinPE is the next generation of the DOS floppy for deployment of NTFS. Question: How is WinPE compared to BartPE? Answer: WinPE is very limited in comparison. BartPE was designed to make a complete, bootable Windows with all the essentials. Answer: If a policy.pol file is prepared with the disabling settings and used to replace the policy.pol file in the WIM, it would probably work. Question: Can a WIM file be booted on virtual PC? Answer: Yes. Create a virtual machine and give it a virtual CD/DVD. Point this virtual CD/DVD to the ISO file. Question: How can BitLocker be deployed with WIM? Answer: BitLocker is a tool in Vista Ultimate Enterprise that encrypts a machine s entire drive. In general, the WIM should be applied, and then BitLocker used via a command line interface called manage.bde. Question: Will all 32-bit software install on a 64-bit OS? Answer: Almost all drivers will be troublesome. Question: What is the difference between applying 64-bit Vista versus 32-bit Vista? Answer: Not much, as the tools are the same. Question: In addition to the WAIK and other mentioned tools, is there further reading recommended for implementing automated Vista deployment to boot PC from a network and preinstall over LAN? Answer: Microsoft has many web pages on its site regarding this. In addition, Mark Minasi publishes free newsletters containing related information, and Rhonda Layfield has been writing articles for Redmond Magazine. Question: Is there any guidance on boarding NIC drivers as long as they are available on the CD? Answer: WinPE 2.0 offers a tool called DRV load, which allows NIC drivers to be installed on the fly rather than as part of a WIM. Question: Within a new image, can group policies be changed to disable USB and other things? 10 IT Briefing:

13 Question: Can batch files be set up in WinPE to automate common actions in order to make imaging as simple as it is in Ghost? Answer: Yes. The file called Winpeshl.ini is a text file for batch commands. Question: How can multiple operating systems be put into a single WIM? Answer: One way is to create a WIM with a single image, then add an image from another WIM with the ImageX /extract option. The other way is to use the ImageX /append option, which captures an image to an existing WIM. Question: How does Ghost compare to ImageX? Answer: ImageX can do most things that Ghost does, though Ghost has multicaching and ImageX does not. ImageX can perform most of Ghost s core functions. Question: Can ImageX image multiple machines like the Ghost multitask option? Answer: A single WIM can be deployed to many places at the same time. Question: Does Package Manager work for XP or XP Service Pack 2? Answer: No. An XP WIM cannot be created and then have hot fixes applied to it. Question: Does ImageX contain something similar to Ghost Explorer? Answer: Yes, it is /mount. This option is better than Ghost Explorer, as Ghost Explorer only allows viewing of the WIM contents, while /mount allows editing. Question: What are the recommended RAM and memory for Vista? Answer: The minimum requirement for Vista is 1 GB of RAM, but it will work better and faster with 2 GB of RAM. The hard drive should also be fast, around 5400 rpm. Question: Can PowerShell be put in WinPE? Answer: PowerShell is a new command shell that is a Windows.Net scripting shell. PowerShell cannot be run without the.net in place, and.net cannot be put in WinPE. About TechTarget We deliver the information IT pros need to be successful. TechTarget publishes targeted media that address your need for information and resources. Our network of technology-specific Web sites gives enterprise IT professionals access to experts and peers, original content, and links to relevant information from across the Internet. Our conferences give you access to vendor-neutral, expert commentary and advice on the issues and challenges you face daily. Our magazines CIO Decisions, Information Security, Storage, and WinStorage give you in-depth analysis and guidance on the critical IT decisions you face. Practical technical advice and expert insights are distributed via more than 80 specialized e-newsletters, and our Webcasts allow IT pros to ask questions of technical experts. What makes us unique TechTarget is squarely focused on the enterprise IT space. Our team of editors and network of industry experts provide the richest, most relevant content to IT professionals. We leverage the immediacy of the Web, the networking and face-to-face opportunities of conferences, the expert interaction of Webcasts and Web radio, the laser-targeting of newsletters and the richness and depth of our print media to create compelling and actionable information for enterprise IT professionals. For more information, visit MesssageLabs_03_2007_ IT Briefing:

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

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

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

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

File Backup and Transfer

File Backup and Transfer File Backup and Transfer This backup and transfer process is designed specifically for fast, efficient migration of applications and data from a COE (Common Operating Environment) source PC to a new destination

More information

How To Fix Regedit Windows Xp Installation >>>CLICK HERE<<<

How To Fix Regedit Windows Xp Installation >>>CLICK HERE<<< How To Fix Regedit Windows Xp Installation Bootable Usb Drive If Windows is able to boot, use System File Checker and icacls.exe to repair To put Windows XP installation media onto a bootable USB drive

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

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

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

Exam Windows Embedded Standard 7. Preparation Kit. Certification Exam Preparation utomation. Not for resale. MCTS i Exam 70-582 Windows Embedded Standard 7 Preparation Kit Certification Exam Preparation utomation Not for resale. Contents at a Glance 1 Product Concepts 2 Building a Base Operating System Image

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

V Workstation Imaging

V Workstation Imaging V Workstation Imaging The following sections provide information on Novell ZENworks Desktop Management Workstation Imaging procedures and features. Chapter 50, Common Imaging Deployment Strategies, on

More information

Acronis Snap Deploy 5 Update 3 USER GUIDE

Acronis Snap Deploy 5 Update 3 USER GUIDE Acronis Snap Deploy 5 Update 3 USER GUIDE Copyright Statement Copyright Acronis International GmbH, 2002-2017. All rights reserved. Acronis and Acronis Secure Zone are registered trademarks of Acronis

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

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

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

Full file at

Full file at Guide to MCSE 70-270, Second Edition, Enhanced 2-1 Chapter 2: Installing Windows XP Professional Objectives After reading this chapter and completing the exercises, you will be able to: Determine if an

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

Acronis Snap Deploy 4. User Guide

Acronis Snap Deploy 4. User Guide Acronis Snap Deploy 4 User Guide Copyright Statement Copyright Acronis International GmbH, 2002-2012. All rights reserved. Acronis and Acronis Secure Zone are registered trademarks of Acronis International

More information

KNOW THE FEATURES OF WINDOWS SERVER 2012 R2

KNOW THE FEATURES OF WINDOWS SERVER 2012 R2 E-Guide KNOW THE FEATURES OF WINDOWS SERVER 2012 R2 SearchWindows Server T hinking of upgrading to Windows Server 2012 R2? In this eguide learn about five new features. From managing the cloud faster to

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

Utilizing Windows Server 2012 without the GUI Key workarounds for avoiding the Modern UI

Utilizing Windows Server 2012 without the GUI Key workarounds for avoiding the Modern UI Utilizing Windows Server 2012 Key workarounds for avoiding the Modern UI Even though the graphical user interface (GUI) Microsoft introduced in Windows Server 2012 has its benefits, IT admins are reluctant

More information

Manual Boot Camp Install From Usb Windows 7 Without Dvd Drive

Manual Boot Camp Install From Usb Windows 7 Without Dvd Drive Manual Boot Camp Install From Usb Windows 7 Without Dvd Drive To avoid all this, I've chosen to bypass Bootcamp and install Windows in my Mac's Does not work with Windows 7, only works with Windows 8,

More information

E-Guide WHAT WINDOWS 10 ADOPTION MEANS FOR IT

E-Guide WHAT WINDOWS 10 ADOPTION MEANS FOR IT E-Guide WHAT WINDOWS 10 ADOPTION MEANS FOR IT E nterprise adoption of Windows 10 isn t likely to follow the same pattern as for Windows 7, and that s a good thing, writes columnist Brian Madden. And even

More information

SSL Certificate Management: Common Mistakes and How to Avoid Them

SSL Certificate Management: Common Mistakes and How to Avoid Them Common Mistakes and How to Avoid Them Common Mistakes and Errors are bound to occur when SSL certificate management is handled manually. Learn how to avoid these common mistakes. How to Avoid Them By:

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

Storage Virtualization Explained

Storage Virtualization Explained Storage Virtualization Explained In order to understand the benefits of storage virtualization, it is important to understand how it works. In this e-guide, brought to you by SearchServerVirtualization.com,

More information

Desktop Virtualization: What Windows Managers Should Know

Desktop Virtualization: What Windows Managers Should Know One of the biggest jobs for any Windows shop is managing client workstations. Using desktop virtualization can help make that job a little bit easier. This e-guide, from SearchVirtualDesktop.com, can help

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

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

E-Guide CLOUDS ARE MORE SECURE THAN TRADITIONAL IT SYSTEMS -- AND HERE S WHY

E-Guide CLOUDS ARE MORE SECURE THAN TRADITIONAL IT SYSTEMS -- AND HERE S WHY E-Guide CLOUDS ARE MORE SECURE THAN TRADITIONAL IT SYSTEMS -- AND HERE S WHY P aranoia has crept into many organizations due to the cloud computing approach, and how it feels insecure with your data stored

More information

Microsoft Plan and Manage Windows 7 Desktop Deployments and Environments

Microsoft Plan and Manage Windows 7 Desktop Deployments and Environments 1800 ULEARN (853 276) www.ddls.com.au Microsoft 6294 - Plan and Manage Windows 7 Desktop Deployments and Environments Length 5 days Price $4290.00 (inc GST) Version A Overview This five-day instructor-led

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

Manually Windows Update Xp Sp3 Iso Bootable

Manually Windows Update Xp Sp3 Iso Bootable Manually Windows Update Xp Sp3 Iso Bootable Usb Hello, I've downloaded Windows XP Service Pack 3 - ISO-9660 CD Image File from microsoft website. May I know how can I create a bootable USB disk so that

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

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

Windows Xp Installation User Manually Create Bootable Usb Flash Drive

Windows Xp Installation User Manually Create Bootable Usb Flash Drive Windows Xp Installation User Manually Create Bootable Usb Flash Drive To create a bootable USB drive manually, we will use the Command Prompt as by step to create a bootable USB drive as the Windows installation

More information

Server Hardware for Virtualization: Exploring the Options

Server Hardware for Virtualization: Exploring the Options Server Virtualization: Exploring the Options As virtualization moves toward the private cloud, server hardware will also have to evolve. Soon, when you talk about hardware for virtualization, you ll mean

More information

Disk Imaging with Knoppix

Disk Imaging with Knoppix Introduction This document explains how to use the CD-ROM bootable version of Linux, named Knoppix, to make and restore images of computer hard drives. Knoppix makes a very good system recovery tool for

More information

Windows 7 Handbook Microsoft Store As An Iso

Windows 7 Handbook Microsoft Store As An Iso Windows 7 Handbook Microsoft Store As An Iso Files Follow the installation wizard instructions to finish installing Office. You should only choose the ISO file type if you want to install Windows 7 on

More information

Drive Backup. 10 Professional PARAGON. Data Sheet. Automatization Features

Drive Backup. 10 Professional PARAGON. Data Sheet. Automatization Features PARAGON Drive Backup 10 Professional Data Sheet Automatization Features Paragon combines our latest patented technologies with 15 years of expertise to deliver a cutting edge solution to protect home Windows

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

Configuring Windows 8 Course 20687A - Five days - Instructor-led - Hands-on

Configuring Windows 8 Course 20687A - Five days - Instructor-led - Hands-on Configuring Windows 8 Course 20687A - Five days - Instructor-led - Hands-on Introduction This course provides students hands-on experience with Windows 8. It provides guidance on installing, upgrading,

More information

Requirements for virtualizing Exchange Server 2010

Requirements for virtualizing Exchange Server 2010 Requirements for Exchange : Hardware Microsoft Exchange Server is one of the most mission-critical IT services for many enterprises. Yet while isn t difficult, it must be done properly to ensure success.

More information

AUTHENTICATION AND AUTHORIZATION: TWO SECURITY ESSENTIALS THAT WORK TOGETHER

AUTHENTICATION AND AUTHORIZATION: TWO SECURITY ESSENTIALS THAT WORK TOGETHER E-Guide AUTHENTICATION AND AUTHORIZATION: TWO SECURITY ESSENTIALS THAT WORK TOGETHER SearchSecurity E ffective IT security today demands that users be both authenticated and authorized. But even those

More information

Windows 7 Handbook Tool 32 Bits Iso Imagem

Windows 7 Handbook Tool 32 Bits Iso Imagem Windows 7 Handbook Tool 32 Bits Iso Imagem You can easily play a song while images slide show in media center. Click on below button to download free windows 7 iso 32 bit and 64 bit. someone provide me

More information

STORAGE NETWORKING TECHNOLOGY STEPS UP TO PERFORMANCE CHALLENGES

STORAGE NETWORKING TECHNOLOGY STEPS UP TO PERFORMANCE CHALLENGES E-Guide STORAGE NETWORKING TECHNOLOGY STEPS UP TO PERFORMANCE CHALLENGES SearchStorage S torage network technology is changing and speed is the name of the game. To handle the burgeoning data growth, organizations

More information

SUPPLEMENTARY DEFENSES FOR ENDPOINT SECURITY

SUPPLEMENTARY DEFENSES FOR ENDPOINT SECURITY E-Guide SUPPLEMENTARY DEFENSES FOR ENDPOINT SECURITY SearchSecurity L earn how network access control, data loss prevention (DLP) and robust data destruction can secure endpoints and protect enterprise

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

COPYRIGHTED MATERIAL. Contents. Assessment Test

COPYRIGHTED MATERIAL. Contents. Assessment Test Contents Introduction Assessment Test xxvii xxxvii Chapter 1 Installing Windows 7 1 Introducing Windows 7 2 Windows 7 Architecture 5 Preparing to Install Windows 7 6 Windows 7 Starter 7 Windows 7 Home

More information

10 Cloud Storage Concepts to Master

10 Cloud Storage Concepts to Master 10 Cloud Storage Concepts to Master Cloud hype has given way to a certain amount of confusion, particularly around the terms used to describe the technology itself. This E-Guide defines "cloud washing"

More information

IBM Endpoint Manager. OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute)

IBM Endpoint Manager. OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute) IBM Endpoint Manager OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute) IBM Endpoint Manager OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute) Note Before

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

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

Acronis Disk Director 11 Home. Quick Start Guide

Acronis Disk Director 11 Home. Quick Start Guide Acronis Disk Director 11 Home Quick Start Guide Copyright Acronis, Inc., 2000-2010. All rights reserved. "Acronis", "Acronis Compute with Confidence", "Acronis Recovery Manager", "Acronis Secure Zone",

More information

E-Guide BENEFITS AND DRAWBACKS OF SSD, CACHING, AND PCIE BASED SSD

E-Guide BENEFITS AND DRAWBACKS OF SSD, CACHING, AND PCIE BASED SSD E-Guide BENEFITS AND DRAWBACKS OF SSD, CACHING, AND PCIE BASED SSD A modern trend in IT infrastructures reveals that more and more companies are installing solid-state storage and caching. Additionally,

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

Identify and Eliminate Oracle Database Bottlenecks

Identify and Eliminate Oracle Database Bottlenecks Identify and Eliminate Oracle Database Bottlenecks Improving database performance isn t just about optimizing your queries. Oftentimes the infrastructure that surrounds it can inhibit or enhance Oracle

More information

Manually Installation Windows Updates Xp From Usb Drive Bootable

Manually Installation Windows Updates Xp From Usb Drive Bootable Manually Installation Windows Updates Xp From Usb Drive Bootable Installing Windows from a pen drive is an easy process - just follow these steps. How to Make a Bootable USB Disk for Windows 8, Windows

More information

BUYING SERVER HARDWARE FOR A SCALABLE VIRTUAL INFRASTRUCTURE

BUYING SERVER HARDWARE FOR A SCALABLE VIRTUAL INFRASTRUCTURE E-Guide BUYING SERVER HARDWARE FOR A SCALABLE VIRTUAL INFRASTRUCTURE SearchServer Virtualization P art 1 of this series explores how trends in buying server hardware have been influenced by the scale-up

More information

PREVENTING PRIVILEGE CREEP

PREVENTING PRIVILEGE CREEP E-Guide PREVENTING PRIVILEGE CREEP SearchSecurity Mike Cobb The security principle of least privilege is the practice of limiting permissions to the minimal level that will allow users to perform their

More information

Manual Windows 7 Tool Bootsect Failed

Manual Windows 7 Tool Bootsect Failed Manual Windows 7 Tool Bootsect Failed This guide works 100% for Windows 7 and Windows 8 unlike most of the guides out there. I have seen Got the following error message after putting bootsect command.

More information

Windows 2000 Flavors Windows 200 ws 0 Profess 0 P ional Windows 2000 Server Windows 200 ws 0 Advan 0 A ced Server Windows 2000 Datacen ter Server 2

Windows 2000 Flavors Windows 200 ws 0 Profess 0 P ional Windows 2000 Server Windows 200 ws 0 Advan 0 A ced Server Windows 2000 Datacen ter Server 2 Copyright 2006 Heathkit Company, Inc. All Rights Reserved Lab 9-3 Windows 2000 Pre-Installation Windows 2000 Flavors Windows 2000 Professional Windows 2000 Server Windows 2000 Advanced Server Windows 2000

More information

1 Introduction: Cloning the Master Image

1 Introduction: Cloning the Master Image Clonezilla Basics for Windows Embedded By Sean D. Liming and John R. Malin Annabooks www.annabooks.com August 22, 2014 Update September 29, 2015 Table Of Contents 1 INTRODUCTION: CLONING THE MASTER IMAGE...

More information

Dell Lifecycle Controller Integration Version 3.0 For Microsoft System Center Configuration Manager User's Guide

Dell Lifecycle Controller Integration Version 3.0 For Microsoft System Center Configuration Manager User's Guide Dell Lifecycle Controller Integration Version 3.0 For Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you

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

Manual Format Flash Drive Ntfs Windows Xp

Manual Format Flash Drive Ntfs Windows Xp Manual Format Flash Drive Ntfs Windows Xp Windows XP, NTFS, Flash Drive, Format I am given the option of formatting the flash drive when I right-click on it, but I am not given any options, just drop.

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

IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems

IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems 5.0 Introduction 1. What controls almost all functions on a computer? The operating system 5.1 Explain the purpose of an operating system 2.

More information

Manually Windows Update Xp To 7 Without Cd

Manually Windows Update Xp To 7 Without Cd Manually Windows Update Xp To 7 Without Cd Drive The "joys" of Windows Update not working in Windows XP, Vista, 7, 8 and 8.1 are numerous. Prompt of Windows RE (just like in the fixing disk errors tutorial

More information

6294A - Planning and Managing Windows 7 Desktop Deployments and Environments

6294A - Planning and Managing Windows 7 Desktop Deployments and Environments 6294A - Planning and Managing Windows 7 Desktop Deployments and Environments Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This five-day instructor-led

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

Manually Update For Windows Xp Home Edition Sp3 Boot Cd

Manually Update For Windows Xp Home Edition Sp3 Boot Cd Manually Update For Windows Xp Home Edition Sp3 Boot Cd It is full bootable ISO CD Image of Windows XP Home Edition Service Pack 3 XP Home Edition SP3 has come up with some minor but very critical updates.

More information

Manually Install Windows Updates Xp On 7 Laptop With Cd Drive

Manually Install Windows Updates Xp On 7 Laptop With Cd Drive Manually Install Windows Updates Xp On 7 Laptop With Cd Drive windows7, window 7, clean, install, format, vista, xp, 7. The following instructions explain how to install Microsoft Windows 7 on a computer

More information

Configuring Windows 8

Configuring Windows 8 Configuring Windows 8 Duration: 5 Days Course Code: 687 Overview: This course provides students hands-on experience with Windows 8. It provides guidance on installing, upgrading, and licensing for Windows

More information

Installing the Operating System or Hypervisor

Installing the Operating System or Hypervisor If you purchased E-Series Server or NCE Option 1 (E-Series Server or NCE without a preinstalled operating system or hypervisor), you must install an operating system or hypervisor. This chapter includes

More information

How To Install Windows Updates 8 From Usb

How To Install Windows Updates 8 From Usb How To Install Windows Updates 8 From Usb Drive Xp Iso This method doesn't work for Windows XP bootable USB drive. But, if you want to make a bootable drive of Windows 8, Windows 8.1 or Windows 10, you'll

More information

AS ATTACKERS TARGET APPLICATION CODING ERRORS, ARE STATIC ANALYSIS TOOLS THE ANSWER?

AS ATTACKERS TARGET APPLICATION CODING ERRORS, ARE STATIC ANALYSIS TOOLS THE ANSWER? E-Guide AS ATTACKERS TARGET APPLICATION CODING ERRORS, ARE STATIC ANALYSIS TOOLS THE ANSWER? SearchSecurity A pplication development teams often prioritize timely delivery of software above all other concerns

More information

C A S P E R T ECH EDITION 5.0 USER GUIDE

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

More information

NETWORK ADMINISTRATION USING MICROSOFT (310)

NETWORK ADMINISTRATION USING MICROSOFT (310) Page 1 of 9 Contestant Number: Time: Rank: NETWORK ADMINISTRATION USING MICROSOFT (310) REGIONAL 2016 Multiple Choice: Multiple Choice (50 @ 10 points each) (500 points) TOTAL POINTS (500) Failure to adhere

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

Install Guide Windows 7 Professional 32 Bit Iso

Install Guide Windows 7 Professional 32 Bit Iso Install Guide Windows 7 Professional 32 Bit Iso File An ISO file combines all the Windows installation files into a single uncompressed file. Windows XP SP2, Windows Vista, or Windows 7 (32-bit or 64-bit).

More information

Manual Format Windows Xp Without Cd Drive Or Usb

Manual Format Windows Xp Without Cd Drive Or Usb Manual Format Windows Xp Without Cd Drive Or Usb This 2015 article explains how to reinstall XP on a Netbook without an optical drive. I dug out the Windows XP factory restore disc and settled down with

More information

Disaster recovery planning for health care data and HIPAA compliance regulations

Disaster recovery planning for health care data and HIPAA compliance regulations Disaster recovery care data and HIPAA compliance regulations Disaster recovery care Disaster recovery planning takes on special importance in health care organizations dealing with patients and care delivery.

More information

Instructions For Using Flash Drive As Ram Xp >>>CLICK HERE<<<

Instructions For Using Flash Drive As Ram Xp >>>CLICK HERE<<< Instructions For Using Flash Drive As Ram Xp Read the Disk Management in Windows article for detailed instructions. You need a USB stick or memory card that has at least 250 megabytes of disk space. All

More information

How To Fix Regedit Windows Xp With Disk Boot Failure

How To Fix Regedit Windows Xp With Disk Boot Failure How To Fix Regedit Windows Xp With Disk Boot Failure Get the fix to "Status: 0xc000000f" boot error for Windows XP, Vista, 7, 8 or 8.1 errors with the disk, partition, bootsector, filesystem, bootloader,

More information

Perl Install Module Windows Xp From Usb Stick Edition Using

Perl Install Module Windows Xp From Usb Stick Edition Using Perl Install Module Windows Xp From Usb Stick Edition Using Installing Windows from a pen drive is an easy process - just follow these steps. How to Make a Bootable USB Disk for Windows 8, Windows 7, Windows

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

Windows 7 Manual Update Install On New Hard Drive

Windows 7 Manual Update Install On New Hard Drive Windows 7 Manual Update Install On New Hard Drive The simplest way to move a Windows install is to move the hard drive it's installed. You can reuse a drive when performing a major upgrade or move it to

More information

How To Reinstall Grub In Windows 7 Without Losing Data And Programs

How To Reinstall Grub In Windows 7 Without Losing Data And Programs How To Reinstall Grub In Windows 7 Without Losing Data And Programs So if I install Windows 7 using CD again, will I lose Ubuntu? then yes you will lose Ubuntu, however if you reinstall Windows without

More information

Guest Operating System Installation Guide

Guest Operating System Installation Guide Guest Operating System Installation Guide March 10, 2011 Note: The contents of the Guest Operating System Installation Guide have changed. The new version of this guide contains information and instructions

More information

Step 2. Brun Windows Password Recovery Enterprise to

Step 2. Brun Windows Password Recovery Enterprise to How to use Windows Password Recovery Enterprise? Windows Password Recovery Enterprise 6.0 is an easy-to-use tool designed for resetting local administrator or domain administrator passwords on any Windows

More information

VMware vsphere Beginner s Guide

VMware vsphere Beginner s Guide The latest version of VMware s virtualization platform, vsphere 5, builds on the already solid foundation of. With the growth of cloud computing and the move from ESX to ESXi, it s imperative for IT pros

More information

Perl Install Module Windows Xp From Pen Drive Step By Step Ppt

Perl Install Module Windows Xp From Pen Drive Step By Step Ppt Perl Install Module Windows Xp From Pen Drive Step By Step Ppt Remember you'll need a working Windows install (any version) to do this - if your When the process is complete, a bootable Windows XP USB

More information

Windows 7 Handbook Tools Full Version 32 Bit Iso

Windows 7 Handbook Tools Full Version 32 Bit Iso Windows 7 Handbook Tools Full Version 32 Bit Iso All sales & orders Contact Microsoft Store support Orders & shipping Download instructions Windows XP SP2, Windows Vista, or Windows 7 (32-bit or 64-bit)

More information

How To Manually Boot From Cd Windows 7 Iso

How To Manually Boot From Cd Windows 7 Iso How To Manually Boot From Cd Windows 7 Iso Files From Microsoft To create a bootable CD-ROM, you must first make a bootable ISO image using (.iso) file of a customized 32-bit or 64-bit version of Windows

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

Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide

Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you

More information

PrepKing. Number: Passing Score: 700 Time Limit: 120 min File Version: 8.0. PrepKing

PrepKing.   Number: Passing Score: 700 Time Limit: 120 min File Version: 8.0. PrepKing PrepKing Number: 70-652 Passing Score: 700 Time Limit: 120 min File Version: 8.0 http://www.gratisexam.com/ PrepKing-70-652 Exam A QUESTION 1 After your Widow Server 2008 has been installed on a server

More information