SlideShare a Scribd company logo
1 of 9
Download to read offline
Windows 8.1 taught by Jawad Safari
Anthony Arecchi
Brady Galbraith
Bachir NurDahir
Ratan Mohapatra
1. Install Windows 8.1 Enterprise on one desktop with MS
Office
2. Create an image of the Windows Installation
3. Store the Image on a network share on the Laptop
4. Install the OS on the second desktop using the image
from network share
Lab Report – 1. WIM creation and deployment using DISM
1. Set up the reference system on Hyper-V
Install the reference computer
• Create a VM on Hyper-V using 25GB HD and 1024 MB RAM
• Boot from an ISO of Win 8.1 Enterprise and install OS
• Install MS Office
2015-July-17 ABBRA- a Windows 8.1 deployment Project 2
2. Prepare for the Image capture
Use SYSPREP
• SYSPREP ($systemroot/system32/sysprep/sysprep.exe)
• A tool that prepares an installation of windows OS for duplication, auditing
and end-use delivery
• Note the above will also leave any user data in the reference installation. If
you need to remove them you can select the “Auditing” in stead of OOBE,
Reboot (in stead of shutdown) and cleanup any pre-existing user traces
2015-July-17 ABBRA- a Windows 8.1 deployment Project 3
Command line: SYSPREP /OOBE /Generalize /Shutdown /Quiet
Edit virtual machine settings
2015-July-17 ABBRA- a Windows 8.1 deployment Project 4
1. Attach the WinPE media (iso). Select the
boot order to boot from DVD drive
2. Attach an empty Virtual hard drive to
store the image that was used for testing
on a physical machine by transferring it to
a USB media
Boot from the WinPE media
2015-July-17 ABBRA- a Windows 8.1 deployment Project 5
1. Start the machine
2. Make sure to boot from the cd/dvd when prompted. If you miss this you have to
SYSPREP again and get into troubles of file corruption as some of you experienced it
Set up the disk in DISKPART
2015-July-17 ABBRA- a Windows 8.1 deployment Project 6
Use DISKPART for disk management
• Format the hard drive of the VM (e.g., Disk 0, partition1):
• Assign it a drive letter and make a note of it e.g., C:
• identify the drive letter for the main hard drive of the VM (C:) for example using list volume command
• See Joe’s Windows 7 Hand Out for all the commands used in disk management
(Ping a network location)
Image management using DISM
• Apply the image on Disk 0, Partition 1 from the external VHD drive – Disk 1
• Recheck the drives by dir e.g., dir c: (Fig. 2)
• The new image program is called DISM (Deployment Imaging System
Management). The command is as explained below.
2015-July-17 ABBRA- a Windows 8.1 deployment Project 7
dism /apply-image /imagefile:d:win8Ent1.wim /index:1 /applydir:c:
program switch: do what? switch: where is the image file? switch: an index for the OS
Win ent. = 1
Where do you install it
(Capture and Saving Image to a network location)
(Retrieving image from a network location & Apply)
dism /apply-image /imagefile:d:win8Ent1.wim /index:1 /applydir:c:
program switch: do what? switch: where is the image file? switch: an index for the OS
Win ent. = 1
Where do you install it
• Remove the WinPE media and reboot to boot with the OS which will do the final stages of customization.
• Some of the things at this step can be automated in an answer file, which will be explored later.
• Following is a screenshot of the transferred machine (ABBRa) in Hyper-V environment. This has been tested on a physical machines in the lab.
Finalising Installation
2015-July-17 ABBRA- a Windows 8.1 deployment Project Page 8
Appendix
Creating a WinPE media:
1. Install Microsoft ADK
2. Open the Deployment & Imaging Tools Environment
3. COPYPE AMD64 C:WINPE_64
4. If you need a 32 bit version replace amd64 by x86
5. Creating the WinPE Media”
6. ISO file for CD/DVD:
MAKEWINPEMEDIA /ISO C:SHAREWINPE64.ISO (I SAVE IT IN SHARE)
7. To make a Flash drive:
MAKEWINPEMEDIA /UFD C:WINPE_AMD64 F: (f is usb)
CMD line adjusting network adapter:
• netsh interface ip set address name=”Local Area Connection” static 192.168.0.1 255.255.255.0 192.168.0.254
• netsh interface ip set address name=”Local Area Connection” source=dhcp
• netsh interface ip set dns name=”Local Area Connection” static 192.168.0.250
• netsh interface ip add dns name=”Local Area Connection” 8.8.8.8 index=2
• netsh interface ip set dnsservers name=”Local Area Connection” source=dhcp (dns settings are assigned from DHCP)
Fixing Boot Problems in MBR partition @ the recovery console
Win 7: bootrec /rebuildbcd bootrec /fixmbr bootrec /fixboot
Win 8: bootrec /fixmbr bootrec /fixboot bootrec /ScanOs bootrec /RebuildBcd
2015-July-17 ABBRA- a Windows 8.1 deployment Project 9

More Related Content

What's hot

The Holy Grail of Deployment
The Holy Grail of DeploymentThe Holy Grail of Deployment
The Holy Grail of DeploymentStuart King
 
Windows Xp Optimization
Windows Xp OptimizationWindows Xp Optimization
Windows Xp OptimizationShan Sachwani
 
Installing mandriva linux mandriva community wiki
Installing mandriva linux   mandriva community wikiInstalling mandriva linux   mandriva community wiki
Installing mandriva linux mandriva community wikiAdolfo Nasol
 
HP-UX Dynamic Root Disk vs Solaris Live Upgrade vs AIX Multibos by Dusan Balj...
HP-UX Dynamic Root Disk vs Solaris Live Upgrade vs AIX Multibos by Dusan Balj...HP-UX Dynamic Root Disk vs Solaris Live Upgrade vs AIX Multibos by Dusan Balj...
HP-UX Dynamic Root Disk vs Solaris Live Upgrade vs AIX Multibos by Dusan Balj...Circling Cycle
 
Windows 98 vs Windows 200
Windows 98 vs Windows 200Windows 98 vs Windows 200
Windows 98 vs Windows 200Muhammad Waqas
 
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...koolsolutions
 
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...Roel van Bueren
 
TDF Professional Conf 2010 - Rapid Windows 7 Deployments
TDF Professional Conf 2010 - Rapid Windows 7 DeploymentsTDF Professional Conf 2010 - Rapid Windows 7 Deployments
TDF Professional Conf 2010 - Rapid Windows 7 Deploymentsjimboks
 
Configuring Devices in Windows
Configuring Devices in WindowsConfiguring Devices in Windows
Configuring Devices in WindowsAmir Villas
 
how to install window step by step
how to install window step by stephow to install window step by step
how to install window step by stepahmreenmalik
 
Comparison between Windows 8 and Mavericks OS X
Comparison between Windows 8 and Mavericks OS XComparison between Windows 8 and Mavericks OS X
Comparison between Windows 8 and Mavericks OS XAjay Jassi
 
Hirens Boot CD 15.2 ppt
Hirens Boot CD 15.2 pptHirens Boot CD 15.2 ppt
Hirens Boot CD 15.2 pptSuman Sudheer
 
Network operating system practicle file
Network operating system practicle fileNetwork operating system practicle file
Network operating system practicle fileAnkit Dixit
 
Format, Partition, Install OS
Format, Partition, Install OSFormat, Partition, Install OS
Format, Partition, Install OSSef Cambaliza
 
Installation of Windows & Linux operating system
Installation of Windows & Linux operating systemInstallation of Windows & Linux operating system
Installation of Windows & Linux operating systemSathishnkl561998
 

What's hot (20)

Windows 7 Deployment
Windows 7 DeploymentWindows 7 Deployment
Windows 7 Deployment
 
The Holy Grail of Deployment
The Holy Grail of DeploymentThe Holy Grail of Deployment
The Holy Grail of Deployment
 
Windows Xp Optimization
Windows Xp OptimizationWindows Xp Optimization
Windows Xp Optimization
 
Installing mandriva linux mandriva community wiki
Installing mandriva linux   mandriva community wikiInstalling mandriva linux   mandriva community wiki
Installing mandriva linux mandriva community wiki
 
HP-UX Dynamic Root Disk vs Solaris Live Upgrade vs AIX Multibos by Dusan Balj...
HP-UX Dynamic Root Disk vs Solaris Live Upgrade vs AIX Multibos by Dusan Balj...HP-UX Dynamic Root Disk vs Solaris Live Upgrade vs AIX Multibos by Dusan Balj...
HP-UX Dynamic Root Disk vs Solaris Live Upgrade vs AIX Multibos by Dusan Balj...
 
Windows 98 vs Windows 200
Windows 98 vs Windows 200Windows 98 vs Windows 200
Windows 98 vs Windows 200
 
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
 
Wbadmin
WbadminWbadmin
Wbadmin
 
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
 
TDF Professional Conf 2010 - Rapid Windows 7 Deployments
TDF Professional Conf 2010 - Rapid Windows 7 DeploymentsTDF Professional Conf 2010 - Rapid Windows 7 Deployments
TDF Professional Conf 2010 - Rapid Windows 7 Deployments
 
Virtual machine (vm)
Virtual machine (vm)Virtual machine (vm)
Virtual machine (vm)
 
ENGL Imaging Toolkit
ENGL Imaging ToolkitENGL Imaging Toolkit
ENGL Imaging Toolkit
 
Configuring Devices in Windows
Configuring Devices in WindowsConfiguring Devices in Windows
Configuring Devices in Windows
 
how to install window step by step
how to install window step by stephow to install window step by step
how to install window step by step
 
Comparison between Windows 8 and Mavericks OS X
Comparison between Windows 8 and Mavericks OS XComparison between Windows 8 and Mavericks OS X
Comparison between Windows 8 and Mavericks OS X
 
Hirens Boot CD 15.2 ppt
Hirens Boot CD 15.2 pptHirens Boot CD 15.2 ppt
Hirens Boot CD 15.2 ppt
 
Network operating system practicle file
Network operating system practicle fileNetwork operating system practicle file
Network operating system practicle file
 
Windows thin pc
Windows thin pcWindows thin pc
Windows thin pc
 
Format, Partition, Install OS
Format, Partition, Install OSFormat, Partition, Install OS
Format, Partition, Install OS
 
Installation of Windows & Linux operating system
Installation of Windows & Linux operating systemInstallation of Windows & Linux operating system
Installation of Windows & Linux operating system
 

Similar to groupProject-1-Win8

SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...Roel van Bueren
 
Building an standard image for windows7
Building an standard image for windows7Building an standard image for windows7
Building an standard image for windows7AMMAR MANZAR
 
TechMentor Fall, 2011 - WDS Tricks You Didn't Know
TechMentor Fall, 2011 - WDS Tricks You Didn't KnowTechMentor Fall, 2011 - WDS Tricks You Didn't Know
TechMentor Fall, 2011 - WDS Tricks You Didn't KnowConcentrated Technology
 
Let’s talk virtualization
Let’s talk virtualizationLet’s talk virtualization
Let’s talk virtualizationEtienne Tremblay
 
WinConnections Spring, 2011 - Deploying Windows 7 without the Ridiculous Micr...
WinConnections Spring, 2011 - Deploying Windows 7 without the Ridiculous Micr...WinConnections Spring, 2011 - Deploying Windows 7 without the Ridiculous Micr...
WinConnections Spring, 2011 - Deploying Windows 7 without the Ridiculous Micr...Concentrated Technology
 
Windows10 tools-tools-tools
Windows10 tools-tools-toolsWindows10 tools-tools-tools
Windows10 tools-tools-toolsNgi-NGN Online
 
Windows 10 - tools-tools-tools
Windows 10 - tools-tools-toolsWindows 10 - tools-tools-tools
Windows 10 - tools-tools-toolsRoel van Bueren
 
Windows 10 Deployment with Microsoft Deployment Toolkit
Windows 10 Deployment with Microsoft Deployment Toolkit Windows 10 Deployment with Microsoft Deployment Toolkit
Windows 10 Deployment with Microsoft Deployment Toolkit Roel van Bueren
 
12 installing and upgrading windows
12 installing and upgrading windows12 installing and upgrading windows
12 installing and upgrading windowshafizhanif86
 
WinFE: The (Almost) Perfect Triage Tool
WinFE: The (Almost) Perfect Triage ToolWinFE: The (Almost) Perfect Triage Tool
WinFE: The (Almost) Perfect Triage ToolBrent Muir
 
Create windows 7 recovery usb without dvd
Create windows 7 recovery usb without dvdCreate windows 7 recovery usb without dvd
Create windows 7 recovery usb without dvdssuser1eca7d
 
Windows 7 deployment
Windows 7 deploymentWindows 7 deployment
Windows 7 deploymentAlex de Jong
 
Windows Deployment Tools And Methodologies
Windows Deployment Tools And MethodologiesWindows Deployment Tools And Methodologies
Windows Deployment Tools And MethodologiesAidan Finn
 
Lesson 1 - Introducing, Installing, and Upgrading Windows 7
Lesson 1 - Introducing, Installing, and Upgrading Windows 7Lesson 1 - Introducing, Installing, and Upgrading Windows 7
Lesson 1 - Introducing, Installing, and Upgrading Windows 7Gene Carboni
 

Similar to groupProject-1-Win8 (20)

groupProject-1
groupProject-1groupProject-1
groupProject-1
 
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
 
Building an standard image for windows7
Building an standard image for windows7Building an standard image for windows7
Building an standard image for windows7
 
TechMentor Fall, 2011 - WDS Tricks You Didn't Know
TechMentor Fall, 2011 - WDS Tricks You Didn't KnowTechMentor Fall, 2011 - WDS Tricks You Didn't Know
TechMentor Fall, 2011 - WDS Tricks You Didn't Know
 
NativeBoot-RatanM
NativeBoot-RatanMNativeBoot-RatanM
NativeBoot-RatanM
 
Let’s talk virtualization
Let’s talk virtualizationLet’s talk virtualization
Let’s talk virtualization
 
Deploying w7
Deploying w7Deploying w7
Deploying w7
 
Lesson03
Lesson03Lesson03
Lesson03
 
WinConnections Spring, 2011 - Deploying Windows 7 without the Ridiculous Micr...
WinConnections Spring, 2011 - Deploying Windows 7 without the Ridiculous Micr...WinConnections Spring, 2011 - Deploying Windows 7 without the Ridiculous Micr...
WinConnections Spring, 2011 - Deploying Windows 7 without the Ridiculous Micr...
 
Windows10 tools-tools-tools
Windows10 tools-tools-toolsWindows10 tools-tools-tools
Windows10 tools-tools-tools
 
Windows 10 - tools-tools-tools
Windows 10 - tools-tools-toolsWindows 10 - tools-tools-tools
Windows 10 - tools-tools-tools
 
Windows 10 Deployment with Microsoft Deployment Toolkit
Windows 10 Deployment with Microsoft Deployment Toolkit Windows 10 Deployment with Microsoft Deployment Toolkit
Windows 10 Deployment with Microsoft Deployment Toolkit
 
12 installing and upgrading windows
12 installing and upgrading windows12 installing and upgrading windows
12 installing and upgrading windows
 
WinFE: The (Almost) Perfect Triage Tool
WinFE: The (Almost) Perfect Triage ToolWinFE: The (Almost) Perfect Triage Tool
WinFE: The (Almost) Perfect Triage Tool
 
Create windows 7 recovery usb without dvd
Create windows 7 recovery usb without dvdCreate windows 7 recovery usb without dvd
Create windows 7 recovery usb without dvd
 
W8 deployment
W8 deploymentW8 deployment
W8 deployment
 
Windows 7 deployment
Windows 7 deploymentWindows 7 deployment
Windows 7 deployment
 
Windows Deployment Tools And Methodologies
Windows Deployment Tools And MethodologiesWindows Deployment Tools And Methodologies
Windows Deployment Tools And Methodologies
 
Lesson 1 - Introducing, Installing, and Upgrading Windows 7
Lesson 1 - Introducing, Installing, and Upgrading Windows 7Lesson 1 - Introducing, Installing, and Upgrading Windows 7
Lesson 1 - Introducing, Installing, and Upgrading Windows 7
 
Window xp
Window xpWindow xp
Window xp
 

More from Ratan Mohapatra

WDS-Project-RatanMohapatra
WDS-Project-RatanMohapatraWDS-Project-RatanMohapatra
WDS-Project-RatanMohapatraRatan Mohapatra
 
HelpDeskPresentation-RatanM
HelpDeskPresentation-RatanMHelpDeskPresentation-RatanM
HelpDeskPresentation-RatanMRatan Mohapatra
 
WDS-Project-RatanMohapatra
WDS-Project-RatanMohapatraWDS-Project-RatanMohapatra
WDS-Project-RatanMohapatraRatan Mohapatra
 
Router and NAT Server 2012 R2
Router and NAT Server 2012 R2Router and NAT Server 2012 R2
Router and NAT Server 2012 R2Ratan Mohapatra
 
Local Business Networking Event
Local Business Networking EventLocal Business Networking Event
Local Business Networking EventRatan Mohapatra
 
Community Fireworks Show
Community Fireworks ShowCommunity Fireworks Show
Community Fireworks ShowRatan Mohapatra
 
Favorites from Vimy Memorial Bridge
Favorites from Vimy Memorial BridgeFavorites from Vimy Memorial Bridge
Favorites from Vimy Memorial BridgeRatan Mohapatra
 
Final-410-RatanMohapatra
Final-410-RatanMohapatraFinal-410-RatanMohapatra
Final-410-RatanMohapatraRatan Mohapatra
 
Server-410_RatanMohapatra
Server-410_RatanMohapatraServer-410_RatanMohapatra
Server-410_RatanMohapatraRatan Mohapatra
 
LinuxFinExam_RatanMohapatra
LinuxFinExam_RatanMohapatraLinuxFinExam_RatanMohapatra
LinuxFinExam_RatanMohapatraRatan Mohapatra
 
FinalExamWindows7_RatanMohapatra
FinalExamWindows7_RatanMohapatraFinalExamWindows7_RatanMohapatra
FinalExamWindows7_RatanMohapatraRatan Mohapatra
 
RatanM-AssignmentBMC-June10
RatanM-AssignmentBMC-June10RatanM-AssignmentBMC-June10
RatanM-AssignmentBMC-June10Ratan Mohapatra
 
Ratan Mohapatra- Computer Systems Administrator, Computer Systems Analyst
Ratan Mohapatra- Computer Systems Administrator, Computer Systems AnalystRatan Mohapatra- Computer Systems Administrator, Computer Systems Analyst
Ratan Mohapatra- Computer Systems Administrator, Computer Systems AnalystRatan Mohapatra
 
Ratan-Mohapatra-Portfolio
Ratan-Mohapatra-PortfolioRatan-Mohapatra-Portfolio
Ratan-Mohapatra-PortfolioRatan Mohapatra
 
Ratan Mohapatra - Web Development
Ratan Mohapatra - Web DevelopmentRatan Mohapatra - Web Development
Ratan Mohapatra - Web DevelopmentRatan Mohapatra
 

More from Ratan Mohapatra (20)

Ratan_Exchange
Ratan_ExchangeRatan_Exchange
Ratan_Exchange
 
RMohapatra_publications
RMohapatra_publicationsRMohapatra_publications
RMohapatra_publications
 
WDS-Project-RatanMohapatra
WDS-Project-RatanMohapatraWDS-Project-RatanMohapatra
WDS-Project-RatanMohapatra
 
RatanM-hyper-v
RatanM-hyper-vRatanM-hyper-v
RatanM-hyper-v
 
HelpDeskPresentation-RatanM
HelpDeskPresentation-RatanMHelpDeskPresentation-RatanM
HelpDeskPresentation-RatanM
 
FileServicesRatan
FileServicesRatanFileServicesRatan
FileServicesRatan
 
WDS-Project-RatanMohapatra
WDS-Project-RatanMohapatraWDS-Project-RatanMohapatra
WDS-Project-RatanMohapatra
 
Router and NAT Server 2012 R2
Router and NAT Server 2012 R2Router and NAT Server 2012 R2
Router and NAT Server 2012 R2
 
Local Business Networking Event
Local Business Networking EventLocal Business Networking Event
Local Business Networking Event
 
Community Fireworks Show
Community Fireworks ShowCommunity Fireworks Show
Community Fireworks Show
 
Favorites from Vimy Memorial Bridge
Favorites from Vimy Memorial BridgeFavorites from Vimy Memorial Bridge
Favorites from Vimy Memorial Bridge
 
MidTerm-RatanMohapatra
MidTerm-RatanMohapatraMidTerm-RatanMohapatra
MidTerm-RatanMohapatra
 
Final-410-RatanMohapatra
Final-410-RatanMohapatraFinal-410-RatanMohapatra
Final-410-RatanMohapatra
 
Server-410_RatanMohapatra
Server-410_RatanMohapatraServer-410_RatanMohapatra
Server-410_RatanMohapatra
 
LinuxFinExam_RatanMohapatra
LinuxFinExam_RatanMohapatraLinuxFinExam_RatanMohapatra
LinuxFinExam_RatanMohapatra
 
FinalExamWindows7_RatanMohapatra
FinalExamWindows7_RatanMohapatraFinalExamWindows7_RatanMohapatra
FinalExamWindows7_RatanMohapatra
 
RatanM-AssignmentBMC-June10
RatanM-AssignmentBMC-June10RatanM-AssignmentBMC-June10
RatanM-AssignmentBMC-June10
 
Ratan Mohapatra- Computer Systems Administrator, Computer Systems Analyst
Ratan Mohapatra- Computer Systems Administrator, Computer Systems AnalystRatan Mohapatra- Computer Systems Administrator, Computer Systems Analyst
Ratan Mohapatra- Computer Systems Administrator, Computer Systems Analyst
 
Ratan-Mohapatra-Portfolio
Ratan-Mohapatra-PortfolioRatan-Mohapatra-Portfolio
Ratan-Mohapatra-Portfolio
 
Ratan Mohapatra - Web Development
Ratan Mohapatra - Web DevelopmentRatan Mohapatra - Web Development
Ratan Mohapatra - Web Development
 

groupProject-1-Win8

  • 1. Windows 8.1 taught by Jawad Safari Anthony Arecchi Brady Galbraith Bachir NurDahir Ratan Mohapatra 1. Install Windows 8.1 Enterprise on one desktop with MS Office 2. Create an image of the Windows Installation 3. Store the Image on a network share on the Laptop 4. Install the OS on the second desktop using the image from network share Lab Report – 1. WIM creation and deployment using DISM
  • 2. 1. Set up the reference system on Hyper-V Install the reference computer • Create a VM on Hyper-V using 25GB HD and 1024 MB RAM • Boot from an ISO of Win 8.1 Enterprise and install OS • Install MS Office 2015-July-17 ABBRA- a Windows 8.1 deployment Project 2
  • 3. 2. Prepare for the Image capture Use SYSPREP • SYSPREP ($systemroot/system32/sysprep/sysprep.exe) • A tool that prepares an installation of windows OS for duplication, auditing and end-use delivery • Note the above will also leave any user data in the reference installation. If you need to remove them you can select the “Auditing” in stead of OOBE, Reboot (in stead of shutdown) and cleanup any pre-existing user traces 2015-July-17 ABBRA- a Windows 8.1 deployment Project 3 Command line: SYSPREP /OOBE /Generalize /Shutdown /Quiet
  • 4. Edit virtual machine settings 2015-July-17 ABBRA- a Windows 8.1 deployment Project 4 1. Attach the WinPE media (iso). Select the boot order to boot from DVD drive 2. Attach an empty Virtual hard drive to store the image that was used for testing on a physical machine by transferring it to a USB media
  • 5. Boot from the WinPE media 2015-July-17 ABBRA- a Windows 8.1 deployment Project 5 1. Start the machine 2. Make sure to boot from the cd/dvd when prompted. If you miss this you have to SYSPREP again and get into troubles of file corruption as some of you experienced it
  • 6. Set up the disk in DISKPART 2015-July-17 ABBRA- a Windows 8.1 deployment Project 6 Use DISKPART for disk management • Format the hard drive of the VM (e.g., Disk 0, partition1): • Assign it a drive letter and make a note of it e.g., C: • identify the drive letter for the main hard drive of the VM (C:) for example using list volume command • See Joe’s Windows 7 Hand Out for all the commands used in disk management (Ping a network location)
  • 7. Image management using DISM • Apply the image on Disk 0, Partition 1 from the external VHD drive – Disk 1 • Recheck the drives by dir e.g., dir c: (Fig. 2) • The new image program is called DISM (Deployment Imaging System Management). The command is as explained below. 2015-July-17 ABBRA- a Windows 8.1 deployment Project 7 dism /apply-image /imagefile:d:win8Ent1.wim /index:1 /applydir:c: program switch: do what? switch: where is the image file? switch: an index for the OS Win ent. = 1 Where do you install it (Capture and Saving Image to a network location) (Retrieving image from a network location & Apply) dism /apply-image /imagefile:d:win8Ent1.wim /index:1 /applydir:c: program switch: do what? switch: where is the image file? switch: an index for the OS Win ent. = 1 Where do you install it
  • 8. • Remove the WinPE media and reboot to boot with the OS which will do the final stages of customization. • Some of the things at this step can be automated in an answer file, which will be explored later. • Following is a screenshot of the transferred machine (ABBRa) in Hyper-V environment. This has been tested on a physical machines in the lab. Finalising Installation 2015-July-17 ABBRA- a Windows 8.1 deployment Project Page 8
  • 9. Appendix Creating a WinPE media: 1. Install Microsoft ADK 2. Open the Deployment & Imaging Tools Environment 3. COPYPE AMD64 C:WINPE_64 4. If you need a 32 bit version replace amd64 by x86 5. Creating the WinPE Media” 6. ISO file for CD/DVD: MAKEWINPEMEDIA /ISO C:SHAREWINPE64.ISO (I SAVE IT IN SHARE) 7. To make a Flash drive: MAKEWINPEMEDIA /UFD C:WINPE_AMD64 F: (f is usb) CMD line adjusting network adapter: • netsh interface ip set address name=”Local Area Connection” static 192.168.0.1 255.255.255.0 192.168.0.254 • netsh interface ip set address name=”Local Area Connection” source=dhcp • netsh interface ip set dns name=”Local Area Connection” static 192.168.0.250 • netsh interface ip add dns name=”Local Area Connection” 8.8.8.8 index=2 • netsh interface ip set dnsservers name=”Local Area Connection” source=dhcp (dns settings are assigned from DHCP) Fixing Boot Problems in MBR partition @ the recovery console Win 7: bootrec /rebuildbcd bootrec /fixmbr bootrec /fixboot Win 8: bootrec /fixmbr bootrec /fixboot bootrec /ScanOs bootrec /RebuildBcd 2015-July-17 ABBRA- a Windows 8.1 deployment Project 9