Welcome To My Journey

I have created this blog to record the things I learn as I progress in my studies of the Windows Operating System. My focus will primarily be the latest Operating System offerings by Microsoft, but much of the content below may also apply to earlier versions. I invite you to join me as I explore and learn about Microsoft Windows!

Showing posts with label Windows 7. Show all posts
Showing posts with label Windows 7. Show all posts

Saturday, April 30, 2011

Installing Windows 7 Using Windows Automated Installation Kit (WAIK) - Part 6

In this final installment of the series, I show how to install a new Windows 7 workstation using the tools and components we've put in place.  This final piece leverages our custom .wim file, which we install from the network share where it was placed in the previous video, to build a fully-functioning Windows 7 environment.



The tools we use in this video are:
  1. BCDBOOT - Used to set up a system partition on a computer, or to repair the boot environment within the system partition of a computer.  BCDBoot can be run from Windows PE
  2. DISKPART - A Command-line tool that enables disk configuration and management from within a Windows PE environment
  3. IMAGEX - A command-line tool used to capture, modify, and rapidly deploy file-based disk images.
Reference Material Used in Creating this Blog:

Thursday, April 28, 2011

Installing Windows 7 Using Windows Automated Installation Kit (WAIK) - Part 5

In this post, I will show you how to use the .iso file created in Part 4 to:
  1. Boot to the WinPE environment on our previously created reference computer
  2. Use ImageX to create a custom .wim file incorporating the settings from our reference computer
  3. Copy the custom .wim file to a network share where it can be used for automated installs of Windows 7


In Part 6, I'll show how we are now in a position to use the .wim file to automatically install a new Windows 7 workstation.

Reference Material Used in Creating this Blog:

Tuesday, April 26, 2011

Installing Windows 7 Using Windows Automated Installation Kit (WAIK) - Part 3

In Part 3 of this series, I'll show you how to take the answer file that we previously created and use it to create a Windows 7 reference machine.  This machine will become be base build from which end user machines will be built.

In this video, the following topics are addressed:
  1. Tips and tricks for doing an unattended installation on a Hyper-V virtual machine including:
    1. How to create a virtual device to become the reference machine
    2. How to build a virtual floppy disk (.VFD)
    3. How to use the .VFD to copy the answer file so that it can be used when installing the reference machine
  2. How to verify that your answer file settings were implemented during the unattended install
  3. How to sysprep your reference machine and get it ready to be imaged for use with end users.


Future installations of this series will address how to create bootable WindowsPE media, as well as how to install over the network.

Reference Material Used in Creating this Blog: