Windows 7 Deployment -By Bradley Lutes-

Size: px
Start display at page:

Download "Windows 7 Deployment -By Bradley Lutes-"

Transcription

1 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-- >Select Computer-->Select 'System Properties(at the top)-->next to 'System Type' in the middle, it should say 32 or 64 bit operating system. All of these instructions are for the 32 bit OS. If you are running the 64 bit OS, you will need to replace all instances of x86 with amd64 and all other instructions will be the same. 1) Create a Windows 7 Virtual Machine and Name it 'Fresh Install', give it a 60GB Hard Drive. 2) Start-->right click computer-->select 'manage' 3) Select Local Users and Groups-->Double Click on 'users' 4) Right click Administrator and select 'properties'-->uncheck 'Account Disabled' -->apply-->ok 5)Right click administrator and select 'set password' (If there is a pop-up warning, select 'proceed')-->set the password to P@ssw0rd (the 0 is a zero). 6) Better double check to make sure that your admin 'account disabled' box is still unchecked and that you have deleted all other users. Failure to ensure that this is done properly will start you back over at square one with a new Windows 7 Install. When you are finished, close out of the window. 7)Log Off Your virtual machine and log back in as administrator with the password that you just created. 8) Start-->right click computer-->select 'manage' 9) Select Local Users and Groups-->Double Click on 'users' 10) Right click any other users EXCEPT Administrator and Guest and delete them. New Steps... 1) Install Windows AIK: Right click on the virtual machine tab at the top-->select 'settings'-->click on cd/dvd Rom and browse for AIK ISO (It may have another name such as KB3AIK_EN)-->Select OK-->If autoplay doesn't run, select the start menu-->select Computer-->double click your CD ROM drive or d: drive-->if autoplay did start, select run startcd.exe-->a popup window should appear that

2 says "Windows Automated Installation Kit" (IF it didn't appear, go to start menu, computer, and double click your cd rom drive again-sometimes the autoplay doesn't function correctly)-->select Windows AIK SETUP(on the left)-->next-->i agree & next-->just me--next-->next-->wait... 2) Install VMware tools Some newer versions of vmware have the tools already installed. To check, right click the top of the virtual machine tab and if you see an 'uninstall vmware tools' or 'reinstall vmware tools' then you already have it, restart your machine and continue on to the next step. If you don't have it, select 'install vmware tools'-->typical-->finish-->restart 3) Click on the start menu and type 'windows update'. When you see it come up in the menu, click on it. On the left, click 'change settings'. From the dropdown menu select 'Check for updates but let me choose when to install them.'-->select ok. Windows will most likely tell you that you need to install an update in order to check for updates. If it does, go ahead and do this. Our eventual goal is to install the first service pack. So you may need to update, restart, and then follow the same path but instead of 'change settings' select check for updates and install. When you have installed the service pack, you are ready for the next step. Without the service pack, your deployment may fail. 4) Now we need to open the Deployment Tools Command Prompt(Part of AIK). To do that: Click the 'start' menu-->all programs-->microsoft AIK-->Right Click 'Deployment Tools Command Prompt" and select 'Run As Administrator' Ok, time to get down to the tough stuff...i'm going to space out these next steps because the most common problem that I have found is that students look down at their lab, type stuff on the command prompt, and then look down again and they read the wrong line because they are so close together and they look so similar. A little tip for your hands-on test: Write each step down on separate note cards and hold it up to the screen and compare before you press 'enter'. If you get this stuff wrong, and you hit enter, you may be starting over with a new windows 7 install. So...CHECK EACH LINE FOR ACCURACY BEFORE YOU PRESS THE ENTER KEY!! *Note-There is a little tip that sometimes works and may save you a lot of

3 headaches. Instead of typing out each of the lines in command prompt, type them into a wordpad txt file and save it on your real computer. After you have installed your vmware tools, you can drag a copy of the txt file into your vmware machine. Then select each line one at a time and copy (Ctrl + c) and right click the top of your command prompt and select 'edit'-->paste. It decreases the odds of messing up your deployment by entering typos. An even handier tip is to create a batch file but requires a little more research and knowledge. New Steps-type into the command prompt: 1) copype x86 c:\win7pe_x86 (Press enter after you have double checked)--> Notes: 1i Read endnote about copype. This command creates a directory structure of the PE build in the location you specified(c:\win7pe_x86). 2)copy c:\win7pe_x86\winpe.wim c:\win7pe_x86\iso\sources\boot.wim Notes: ii Read endnote about boot.wim. This command Copies the boot image file (Winpe.wim) to the c:\win7pe_x86\iso\sources\boot.wim folder and renames it. 3) copy "c:\program files\windows aik\tools\x86\imagex.exe" c:\win7pe_x86\iso Notes: This copies the ImageX.exe to the c:\win7pe_x86\iso folder. The quotations are required because of the spaces in the folder names.

4 4) Oscdimg -n -bc:\win7pe_x86\etfsboot.com c:\win7pe_x86\iso c:\win7pe_x86\win7pe_x86.iso Notes: DOUBLE CHECK BEFORE HITTING ENTER! This line is long and is really, really easy to miss a section or mistype. iii Read endnote below about Oscdimg. This combines all of the files and creates a sector-based image file with an.iso extension. 5) Now you can exit the command line window. 6) Copy the folder with all of the files you copied from the VM machine to the desktop on your real computer. The folder should be located in your c: drive and called win7pe_x86. Start-->Computer-->C: drive etc. Just drag it off of your screen and onto your desktop. Your desktop must be visible so restore down your

5 vmware machine. Sometimes you might feel like the file won't go past the edge of the screen and will take several attempts. If your file won't cross the vmware border, check to make certain that you have vmware tools installed. A few more steps need to be taken to prepare your computer: New steps: 1) Click the start menu-->type cmd in the search box-->right click on the command prompt program and select 'run as administrator'. Buckle your seatbelt because here we go: type in the following and double check for errors before you press enter. Sysprep\sysprep.exe /generalize /oobe /shutdown 8) DO NOT BOOT BACK UP! Your pc is now ready to be imaged. New Steps... 1) Right click on top tab of your virtual machine and select 'settings'-->add a second hard drive by clicking on the 'add' button at the bottom and following the

6 steps you normally take to add a hard drive: Select 'hard drive'-->create new virtual disk-->ide-->maximum Disk Size 40GB & Store as single file-->rename this drive " Captured Image.vmdk" (without the quotes). -->Finish&Ok New Steps... 1) Right click on top tab of your virtual machine and select 'settings'-->select the cd/dvd icon and browse for your win7pe_x86 folder that you stored on your desktop. -->Select the iso file win7pe_x86.-->ok 2)Right click on top tab of your virtual machine and select 'power on to bios' 3) Arrow over to 'boot'-->arrow down to CD-ROM drive-->hit + sign (or shift +) until CD-ROM is at the top (Sets the boot order to DVD-ROM first.) 4) After saving (F10)and exiting BIOS, make sure your Fresh Install virtual machine boots from DVD...it should boot to the PE Environment. VERY QUICKLY-->get ready to press any key to boot from CD! Now, time to prepare our new hard drive to accept our image. New Steps... 1)Type: Diskpart (enter) 2) Type: List Disk 3) Look for a drive with 40GB of free space. This is the empty drive we will be preparing.-->type: Select disk "enter the number of the disk with the free spacewithout the quotations" Example: Select disk 1(if 1 was the disk with 40GB free space) 4) Type: Clean 5) Type: Create partition primary 6) Type: Select Partition 1 7) Type: Format quick fs=ntfs label="captured Image"

7 8)Type: Assign 9)Type: Active 10)Type: List volume 11) Get a pen and paper and write down your drive letters that are assigned to your hard drive. You will need to know these in a bit. You should have them listed like this: CDROM = Fresh Install = Captured Image = 12) Type: exit -->(enter) New Steps... 1) Type the letter of the drive that is associated with your CDROM drive and then :

8 for instance, if you CDROM drive is e, then type e: -->enter (Do not hit enter on step two until you have read the warning underneath that step) 2) Imagex /capture d: f:\win7.wim "win7" /verify STOP! Before you hit enter, make sure that 'd' is whatever letter you wrote down for your Fresh Install (has 59GB), and that 'f' is whatever letter you wrote down for your Captured Image(has 39GB). wait...(this step may take a while to complete)

9 3) Power off the machine. (When Imagex is finished) 4) Create a new virtual machine called "Deployed Image". Give it a 55GB Hard Drive. Follow all the steps you normally would take but don't put in an iso and don't install windows7. Just leave it powered off when finished. Right click on the top tab and select 'settings'-->add hard drive, but instead of 'creating a new virtual disk', select 'use existing virtual disk' browse for your Captured Image HDD file --usually in c:\users\student(or student name)\documents\virtual machineswith a.vmdk extension-->finish Your vm machine should look like this: 5)While you are in the settings for "Deployed Image", select the cd/dvd icon and browse and select your windowspe iso (on your desktop). 6) Right click on the tab at the top of 'deployed image' and power on to bios. 7) Change the boot order to boot from DVD/CD-ROM.

10 8) After saving (F10)and exiting BIOS, make sure your virtual machine boots from DVD...it should boot to the PE Environment. VERY QUICKLY-->get ready to press any key to boot from CD! New Steps...(Sometimes it takes a moment before the command prompt will display and allow you to type) 1) Type: Diskpart 2) Type: List Disk 3)Look for the number of the disk with the free space. Use that number and type the following command. 4)Type: Select disk # (Enter your disk number from step 3-no parenthesis, no#) 5)Type: Clean 6) Type: Create partition primary 7)Type: Select partition 1

11 8)Type: Format quick fs=ntfs label="deployed Image" wait... 9)Type: Assign 10)Type: Active 11)Type: List Volume 12) Get a pen and paper and note which letter is the CD-ROM drive, captured image drive, and deployed image drive. 13) Type: Select volume # (Captured Image's-(not your 'deployed image')drive letter-no parenthesis, no#)(enter) 14) Type: Assign letter=h(enter) 15) Type: Select Volume (deployed image's drive letter-no parenthesis)(enter) 16) Type: Assign letter=c(enter) 17) Type: Exit(enter) New Steps... 1)Which ever drive you have written down as your CD-ROM drive, type it followed by a colon and press enter. (Example, if my CD-ROM drive said C, I would type in C: ) 2) Move to step three and type what is printed and hit enter. 3) Imagex /apply h:\win7.wim "win7" c:

12 New Steps... 1) Type: Diskpart 2) Type: Select volume c 3) Type: Active 4) Type: Exit New Steps... 1) Type: Bcdboot c:\windows 2) Type: Wpeutil shutdown 3) Right click on the top tab of your "Deployed Image" machine-->settings--> -->Remove your "Captured Image" drive(don't remove the wrong drive-(it should have 40GB). Click on the drive to see the name of the drive in the upper right corner).

13 4) Right click on upper tab and 'Power on to bios' your "Deployed Image" Virtual Machine. 5)Change to the boot order to boot from hard drive and press f10 to save the changes. Then, touch nothing and let windows boot from the hard drive. You should see windows booting up and finally showing the Out Of Box Experience. 6) If you were successful, pat yourself on the back and have a cookie. Then get back to work and practice it again. 7) If you were not successful, pout for a couple of minutes. Stomp the floor if you need to. Then try to figure out where you went wrong and try it again. i "The Copype tool creates a working directory that contains a standard set of Windows Preinstallation Environment (Windows PE) files. You use these files to customize images and (together with the Makewinpemedia script) to create bootable media." - ii " The Windows Imaging Format (WIM) is a file-based disk image format. It was developed by Microsoft to help deploy Windows Vista and subsequent versions of Windows operating system family..." "Like other disk image formats, a WIM file contains a set of files and associated filesystem metadata. However, unlike sector-based formats (such as ISO or VHD), WIM is file-based: The fundamental unit of information in a WIM is a file. "The primary advantages of being file-based is hardware independence and single-instance storage of a file referenced multiple times in the filesystem tree. Since the files are stored inside a single WIM file, the overhead of opening and closing many individual files is reduced. The cost of reading or writing many thousands of individual files on the local disk is negated by hardware and software-based disk caching as well as sequential reading and writing of the data. "WIM files can contain multiple disk images, which are referenced either by their numerical index or by their unique name. Due to the use of single-instance storage, the more each successive disk image has in common with previous images added to the WIM file, the less new data will be added. A WIM can also be split (spanned) into multiple parts, which have the.swm extension."

14 "WIM images can be made bootable. Windows boot loader supports booting Windows from within a WIM file. Windows Setup DVD in Windows Vista and later use such WIM files. In this case, BOOT.WIM contains a bootable version of Windows PE from which the installation is performed. Other setup files are held in the INSTALL.WIM." "ImageX is the command-line tool used to create, edit and deploy Windows disk images in the Windows Imaging Format. It is distributed as part of the free Windows Automated Installation Kit (WAIK). Starting with Windows Vista, Windows Setup uses the WAIK API to install Windows." "As of Windows 8, ImageX is replaced by another tool called DISM (Deployment Image Service and Management Tool).[2] DISM is used to retrieve or modify information within an image.[3] Its features include mounting and unmounting images, querying installed device drivers in an offline image, and adding a device driver to an offline image." "Just like ImageX, DISM can mount a WIM image as a new volume and assign a drive letter to it, so that its contents can be read or modified on the fly.[4] A set of public APIs for manipulating WIMs allows developers to write their own tools for WIM." - iii "Oscdimg is a command-line tool for creating an image file (.iso) of a customized 32-bit or 64-bit version of Windows PE. You can then burn that.iso file to a CD- ROM or DVD-ROM. Oscdimg supports ISO 9660, Joliet, and Universal Disk Format (UDF) file systems."- "Merely copying the.iso file to the CD-ROM will not work. To create a bootable CD-ROM, you must use CD-recording software that unpacks the.iso file and burns it to a CD-ROM."-

How To Make A Pen-Drive Bootable?

How To Make A Pen-Drive Bootable? How To Make A Pen-Drive Bootable? Hello Friends Welcome to FixinGeek.com How are you, friends? I m back after a long time so friends in this post you will learn the process to make your pen drive bootable

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

SECUDRIVE Sanitizer Portable User Guide

SECUDRIVE Sanitizer Portable User Guide SECUDRIVE Sanitizer Portable User Guide Doc Ver. 2.0.27.238 2014-04-24 Brainzsquare, Inc. TABLE OF CONTENTS 1 Overview... 3 1.1 Features... 3 2 PC Sanitization... 5 2.1 Program Package... 5 2.2 Running

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

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

Overview of USB Flash Drive Based Install Instructions

Overview of USB Flash Drive Based Install Instructions Overview of USB Flash Drive Based Install Instructions WARNING: Installing any Image completely wipes out ALL data and settings including printer drivers which must be re-installed. SAVE ALL DATA BEFORE

More information

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

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Q&A. DEMO Version

Q&A. DEMO Version Managing and Maintaining Windows 8 Q&A DEMO Version Copyright (c) 2013 Chinatag LLC. All rights reserved. Important Note Please Read Carefully For demonstration purpose only, this free version Chinatag

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

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

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

WES7 OS Recovery User Guide (Ver1.00) OS, Driver

WES7 OS Recovery User Guide (Ver1.00) OS, Driver MagicInfo Technical Guide WES7 OS Recovery User Guide (Ver1.00) OS, Driver WES 7 operating system recovery WES 7 operating system (OS) can be recovered using the following methods: 1) Recovery to WES 7

More information

Windows Password Reset 6.0 User Guide

Windows Password Reset 6.0 User Guide page 1 of 11 Contents Contents...1 Introduction...2 Instructions on This Manual...3 System Requirements...4 How to Use Windows Password Reset 6.0...5 i. Remove the Password...5 ii. Burning Your CD/DVD

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

Windows Me Navigating

Windows Me Navigating LAB PROCEDURE 11 Windows Me Navigating OBJECTIVES 1. Explore the Start menu. 2. Start an application. 3. Multi-task between applications. 4. Moving folders and files around. 5. Use Control Panel settings.

More information

Get VirtualBox. VirtualBox/Ubuntu Setup. Go to and select Downloads.

Get VirtualBox. VirtualBox/Ubuntu Setup. Go to  and select Downloads. Get VirtualBox Go to www.virtualbox.org and select Downloads. 1 Download the current release of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's Windows 7. Download the

More information

Sun VirtualBox Installation Tutorial

Sun VirtualBox Installation Tutorial Sun VirtualBox Installation Tutorial Installing Linux Mint 5 LTS Guest OS By Dennis Berry Welcome to the world of virtualization and Linux. This tutorial is intended to help users who are new to the world

More information

This is Lab Worksheet/Installation 7

This is Lab Worksheet/Installation 7 This is Lab Worksheet/Installation 7 This Lab Worksheet/Installation contains essential installation work needed for your upcoming Assignments. You do not have to hand in this Lab Worksheet, but there

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

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

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

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

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

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client.

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client. CIS 231 Windows 10 Install Lab # 3 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click Advanced

More information

CIS 231 Windows 2012 R2 Server Install Lab #1

CIS 231 Windows 2012 R2 Server Install Lab #1 CIS 231 Windows 2012 R2 Server Install Lab #1 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems

More information

USB Image.NET- Creating a Boot USB Hard Drive 2013

USB Image.NET- Creating a Boot USB Hard Drive 2013 USB Image.NET - WINPE 5.x - Creating a Boot USB Hard Drive Contents General Requirements... 2 Assumptions... 2 Further Requirements... 2 Method 1:... 3 Preparing your USB Hard Drive/Key... 3 Method 2:...

More information

DriveClone Workstation. Users Manual

DriveClone Workstation. Users Manual DriveClone Workstation Users Manual Contents Chapter 1: Introduction... 3 Chapter 2: Install and uninstall DriveClone Workstation... 3 2.1 System Requirement... 3 2.2 Installing DriveClone Workstation...

More information

CIS 231 Windows 7 Install Lab #2

CIS 231 Windows 7 Install Lab #2 CIS 231 Windows 7 Install Lab #2 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in the

More information

FireFox. CIS 231 Windows 2012 R2 Server Install Lab #1

FireFox. CIS 231 Windows 2012 R2 Server Install Lab #1 CIS 231 Windows 2012 R2 Server Install Lab #1 1) Use either Chrome or Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click

More information

This is Lab Worksheet 7 - not an Assignment

This is Lab Worksheet 7 - not an Assignment This is Lab Worksheet 7 - not an Assignment This Lab Worksheet contains some practical examples that will prepare you to complete your Assignments. You do not have to hand in this Lab Worksheet. Make sure

More information

CST VMWare Documentation

CST VMWare Documentation Login to the vsphere Web Client using a web browser by navigating to https://cstvmware.ridgewater.edu/ui/. Chrome is the best for this, but others will work. You will see a page like this: Login with your

More information

Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins Menu Sequence: VM / Guest / Send Ctrl-Alt-Delete

Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins Menu Sequence: VM / Guest / Send Ctrl-Alt-Delete CIS 231 Windows 2008 Server Install Lab #1 (Virtual Machines) Keys to Remember when using the vsphere client. Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins

More information

Apply Images by Using ImageX

Apply Images by Using ImageX 1 of 5 Apply Images by Using ImageX 9 out of 10 rated this helpful - Rate this topic Published: October 22, 2009 Updated: June 28, 2011 Applies To: Windows 7, Windows Server 2008 R2 This content applies

More information

Manual Format Windows Xp Computer Using Pendrive

Manual Format Windows Xp Computer Using Pendrive Manual Format Windows Xp Computer Using Pendrive If you have windows XP ISO then mount image to Virtual drive using ultraiso. If ultraiso is not Then Click Next button and your USB pen drive will be formatted.

More information

CIS 231 Windows 10 Install Lab # 3

CIS 231 Windows 10 Install Lab # 3 CIS 231 Windows 10 Install Lab # 3 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in

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

HOW TO: Upgrade Windows XP to Windows 7 with Windows Easy Transfer

HOW TO: Upgrade Windows XP to Windows 7 with Windows Easy Transfer HOW TO: Upgrade Windows XP to Windows 7 with Windows Easy Transfer Upgrade Windows XP to Windows 7 with Windows Easy Transfer Upgrade option for XP users like Windows Vista. In addition, if you completely

More information

Procedures to Install Eye Com's ImageMouse and ImageMouse Plus using Windows XP platform

Procedures to Install Eye Com's ImageMouse and ImageMouse Plus using Windows XP platform Procedures to Install Eye Com's ImageMouse and ImageMouse Plus using Windows XP platform 8-08-2005 The ImageMouse runs on the XP platform provided it is set up using NTFS, has the latest XP service pack

More information

FuzeDrive. User Guide. for Microsoft Windows 10 x64. Version Date: June 20, 2018

FuzeDrive. User Guide. for Microsoft Windows 10 x64. Version Date: June 20, 2018 for Microsoft Windows 10 x64 User Guide Version 1.3.4 Date: June 20, 2018 2018 Enmotus, Inc. All rights reserved. FuzeDrive, FuzeRAM and vssd are a trademarks of Enmotus, Inc. All other trademarks and

More information

Read This First *P *

Read This First *P * Dear Tektronix Customer, Thank you for your order and congratulations on the delivery of your new Tektronix oscilloscope. If your instrument did not ship with an operating system restore DVD, use the following

More information

Power IQ DCIM Monitoring Evaluation Copy A Step-By-Step Guide

Power IQ DCIM Monitoring Evaluation Copy A Step-By-Step Guide 1 Power IQ DCIM Monitoring Evaluation Copy A -By- by Thank you for downloading this free evaluation copy of Sunbird s Power IQ DCIM monitoring software which supports up to five devices! Power IQ allows

More information

Windows 7 Manual Partition Hard Drive During Install Xp

Windows 7 Manual Partition Hard Drive During Install Xp Windows 7 Manual Partition Hard Drive During Install Xp There are plenty of free ISO writers if you have Vista or XP. If you're using a spare hard drive, delete all partitions or simply choose an Step

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

Windows Update Instructions Xp To 7 Without Cd Drive

Windows Update Instructions Xp To 7 Without Cd Drive Windows Update Instructions Xp To 7 Without Cd Drive This is the original disc that has Windows XP, Vista, 7 or 8. can boot into the system or instructions if you don't have a Windows XP CD), The installation

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 3 1.1 Introduction to RAID.. 3 1.2 RAID Configurations Precautions 4 1.3 Installing Windows 8 / 8 64-bit / 7 / 7 64-bit / Vista / Vista

More information

Manual Format Windows 7 With Cd Steps To

Manual Format Windows 7 With Cd Steps To Manual Format Windows 7 With Cd Steps To Install Windows Xp Just follow this guide, and you'll have Windows 7 installed on that computer in noinstall Windows 7 (Beginners) Step 1.jpg. 1. Enter your computer's

More information

Manually Wipe Hard Drive Windows 7 Command Prompt Format

Manually Wipe Hard Drive Windows 7 Command Prompt Format Manually Wipe Hard Drive Windows 7 Command Prompt Format Pro tip: Use Windows 8's Format command to perform a secure disk wipe He asked me what program I would recommend for securely wiping a disk. Microsoft

More information

Tutorial - How to upgrade firmware on Phison S9 controller MyDigitalSSD using a Windows PE environment

Tutorial - How to upgrade firmware on Phison S9 controller MyDigitalSSD using a Windows PE environment Tutorial - How to upgrade firmware on Phison S9 controller MyDigitalSSD using a Windows PE environment Version 1.9 This tutorial will walk you through how to create a bootable USB drive to enter into a

More information

Optional Lab. Identifying the Requirements. Configuring Windows 7 with virtualization. Installing Windows Server 2008 on a virtual machine

Optional Lab. Identifying the Requirements. Configuring Windows 7 with virtualization. Installing Windows Server 2008 on a virtual machine Optional Lab Appendix D As you go through Microsoft Windows Networking Essentials for the 98-366 exam, you may want to get your hands on Windows Server 2008 and dig a little deeper. That makes sense. While

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

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID.. 2 1.2 RAID Configurations Precautions 3 1.3 Installing Windows XP / XP 64-bit / Vista / Vista 64-bit With

More information

Manual Format Windows 7 Using Usb Drive Fat32

Manual Format Windows 7 Using Usb Drive Fat32 Manual Format Windows 7 Using Usb Drive Fat32 How To Format A Hard Drive FAT32 In Windows 7 (1TB Toshiba) USB Drive The. A flash drive is a small and portable electronic device that saves data using flash

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

Steps To Format Laptop Windows Xp And Install Windows 7 Dell

Steps To Format Laptop Windows Xp And Install Windows 7 Dell Steps To Format Laptop Windows Xp And Install Windows 7 Dell For information on how to reinstall the Windows Operating System and align "Dell Notebook and Desktop System Image Support for Advanced Format

More information

Lab - Create a Partition in Windows 8

Lab - Create a Partition in Windows 8 Lab - Create a Partition in Windows 8 Introduction In this lab, you will create a FAT32 formatted partition on a disk. You will convert the partition to NTFS. You will then identify the differences between

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID.. 2 1.2 RAID Configurations Precautions 3 1.3 Installing Windows 7 / 7 64-bit / Vista TM / Vista TM 64-bit /

More information

Full System Restore Manually Run Command Prompt Xp

Full System Restore Manually Run Command Prompt Xp Full System Restore Manually Run Command Prompt Xp How to use System Restore for restoring your computer to an earlier state in Windows To start System Restore from Command Prompt or Run dialog, type rstrui.exe

More information

Windows 7 Manual Update Install Clean Disk. Space >>>CLICK HERE<<<

Windows 7 Manual Update Install Clean Disk. Space >>>CLICK HERE<<< Windows 7 Manual Update Install Clean Disk Space How to Clean up the WinSxS Directory and Free Up Disk Space on Windows Server 2008 -andfree-up-disk-space-with-a-new-update-for-windows-7-sp1-clients.aspx

More information

Table of Contents. Installation and Software 1

Table of Contents. Installation and Software 1 Table of Contents Table of Contents Installation and Software Bitlocker not does not give the PIN Protection Facility Do I need the System Reserved Partition when I install Windows? I am Running NetIntelligence

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

Manual Format Window Xp Computer Without Cd

Manual Format Window Xp Computer Without Cd Manual Format Window Xp Computer Without Cd Instructions to format Windows Vista: Click here for instructions to format Windows I just need to format my computer, i have xp home edition. i have disk. I

More information

Instructions For Formatting Hard Drive Windows 7 Command Prompt

Instructions For Formatting Hard Drive Windows 7 Command Prompt Instructions For Formatting Hard Drive Windows 7 Command Prompt How to format a hard drive in Windows Vista, 7 or 8: plus how to format hard drive drive, run the Universal USB Installer setup program,

More information

Flash Drive Won T Mount Windows 7 Won T Recognize

Flash Drive Won T Mount Windows 7 Won T Recognize Flash Drive Won T Mount Windows 7 Won T Recognize So after inserting the flash drive, if I go to Start _ Computer, I won't see anything there for Windows 7 Professional doesn't mount my usb flash drive

More information

How To Set User Account Password In Windows 7 From Guest

How To Set User Account Password In Windows 7 From Guest How To Set User Account Password In Windows 7 From Guest To change the password of a specific user in windows 7 or 8.1, without knowing How to change or set Windows 7 default font settings to bold, italic?

More information

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu. FireFox

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu. FireFox CIS 231 Windows 7 Install Lab #2 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click Advanced

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

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine Here we create a new virtual machine and install Ubuntu 16.04 LTS Server on it. In this instance, we

More information

Installation of PC Wrapper

Installation of PC Wrapper Installation of PC Wrapper Requirement for installing PC Wrapper: at least 2GB RAM at least 10GB hard drive tested with: PC Wrapper version 1.0-amd64 10.00 build 034 Here is a step-by-step guide to install

More information

Labtainer Student Guide

Labtainer Student Guide Labtainer Student Guide January 18, 2018 1 Introduction This manual is intended for use by students performing labs with Labtainers. Labtainers assume you have a Linux system, e.g., a virtual machine.

More information

User s Manual. Rev July 29,

User s Manual. Rev July 29, User s Manual Rev. 3.3.0.75 July 29, 2009 www.comsol.com.au Contents 1. Introduction...2 1.1 System Requirements... 2 1.2 Multilingual Support... 2 1.3 Disk Partitioning... 2 1.4 Note... 3 2. Icon Descriptions...4

More information

Manual Boot Camp Install Windows 7 From Usb Drivers Won't

Manual Boot Camp Install Windows 7 From Usb Drivers Won't Manual Boot Camp Install Windows 7 From Usb Drivers Won't I have a 2011 imac and I've installed Windows on it successfully. I went back and used the Windows 7 USB/DVD Download Tool which was made by to

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID.. 2 1.2 RAID Configurations Precautions 3 1.3 Installing Windows 7 / 7 64-bit / Vista TM / Vista TM 64-bit /

More information

Hands-On Lab. Windows Azure Virtual Machine Roles. Lab version: Last updated: 12/14/2010. Page 1

Hands-On Lab. Windows Azure Virtual Machine Roles. Lab version: Last updated: 12/14/2010. Page 1 Hands-On Lab Windows Azure Virtual Machine Roles Lab version: 2.0.0 Last updated: 12/14/2010 Page 1 CONTENTS OVERVIEW... 3 EXERCISE 1: CREATING AND DEPLOYING A VIRTUAL MACHINE ROLE IN WINDOWS AZURE...

More information

Full System Restore Manually Run Command Prompt Windows Xp

Full System Restore Manually Run Command Prompt Windows Xp Full System Restore Manually Run Command Prompt Windows Xp Dell support article tagged with: System restore, windows, XP, WinXP, Safe Mode, Command Prompt. This is an article from the official Dell Support

More information

Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment

Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment Version 8.1 This tutorial will walk you through how to create a bootable USB drive to enter into a WINPE

More information

Manual Boot Camp Install Windows 8 From Iso

Manual Boot Camp Install Windows 8 From Iso Manual Boot Camp Install Windows 8 From Iso Boot Camp helps you install Windows OS on Intel-based Mac by to select the Windows 8 ISO file and the USB device that you want to use to install Windows 8. 7

More information

Applied ICT Skills MS Windows

Applied ICT Skills MS Windows Applied ICT Skills MS Windows Lesson 1 - How to install an operating system into computer? Windows 7 is perhaps the best Microsoft operating system and is very easy to install compared to other windows.

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID.. 2 1.2 RAID Configurations Precautions 3 1.3 Installing Windows OS With RAID Funtions... 3 1.3.1 Installing

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

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

Implementing Hyper-V. Lab Exercises FINAL

Implementing Hyper-V. Lab Exercises FINAL Implementing Hyper-V Lab Exercises FINAL Released: 6 August 2008 Disclaimer - Terms of Use Microsoft Confidential - For Internal Use Only 2008 Microsoft Corporation. All rights reserved. Information in

More information

Manual Install Windows Xp Service Pack 3 From Usb Bootable Software

Manual Install Windows Xp Service Pack 3 From Usb Bootable Software Manual Install Windows Xp Service Pack 3 From Usb Bootable Software Update Windows XP installation CD with Service Pack3. Make the We shall use a software called as Bart's BCD software to create the image

More information

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5 VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron VI-Center to configure and manage virtual

More information

XenClient Upgrade Guide

XenClient Upgrade Guide XenClient Upgrade Guide XenClient Upgrade Guide XenClient Upgrade Guide This document provides information about upgrading XenClient components. It includes guidelines for VM updates, and how to track

More information

Writing and Running Programs

Writing and Running Programs Introduction to Python Writing and Running Programs Working with Lab Files These instructions take you through the steps of writing and running your first program, as well as using the lab files in our

More information

Win 7 Handbook Tool 32 Bit Iso Image >>>CLICK HERE<<<

Win 7 Handbook Tool 32 Bit Iso Image >>>CLICK HERE<<< Win 7 Handbook Tool 32 Bit Iso Image Click on below button to download free windows 7 iso 32 bit and 64 bit. is dis an iso image file coz i want 2 put dis 4 d partioning in my mac. can someone provide

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

Network Planning and Implementation

Network Planning and Implementation Network Planning and Implementation SYLLABUS 3.1 Designing network 3.1.1 Accessing network needs- applications, users, network services, security and safety, growth and capacity planning 3.1.2 Meeting

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

Parallels Software International, Inc. Parallels Compressor. User Guide. Server

Parallels Software International, Inc. Parallels Compressor. User Guide. Server Parallels Software International, Inc. Parallels Compressor User Guide Server (c) 2005-2007 Copyright 2006-2007 by Parallels Software International Inc. All rights reserved. Parallels, Parallels logo,

More information

January 2015 SPIDER 2j Full Install & Update

January 2015 SPIDER 2j Full Install & Update January 2015 SPIDER 2j Full Install & Update These are brief instructions for installing SPIDER 2j or updating from SPIDER 2i. This software is provided on CD-ROM. The CD contains both the complete SPIDER

More information

CIS 231 Windows XP (SP3) Install Lab #3 Virtual Machines

CIS 231 Windows XP (SP3) Install Lab #3 Virtual Machines CIS 231 Windows XP (SP3) Install Lab #3 Virtual Machines Before beginning the installation, create a virtual machine in which you will install the operating system. 1) Open the VMware vsphere Client. Be

More information

SAN Boot Windows ( iscsi )

SAN Boot Windows ( iscsi ) 2018/04/04 00:56 1/12 it-joe SAN Boot Windows ( iscsi ) SAN Boot Windows ( iscsi ) Updated: 2016-09-24 19:45 EDT Synopsis So I built this PXE server to eliminate my need for CD/DVD base installation media.

More information

Download the current release* of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's Windows 7.

Download the current release* of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's Windows 7. Get VirtualBox Go to www.virtualbox.org and select Downloads. VirtualBox/CentOS Setup 1 Download the current release* of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's

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

Ubuntu Remove Manually Install Software From Windows 7 Without Disk

Ubuntu Remove Manually Install Software From Windows 7 Without Disk Ubuntu Remove Manually Install Software From Windows 7 Without Disk Install Windows 7 and remove Ubuntu without harming any personal files (closed) i want to remove it (14.04 LTS) but, I have a lot of

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

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

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