Posts Tagged ‘windows PE’

Image deployment from a Network Share

This method of deployment is ideal for SMBs since its implementation is very straight forward and inexpensive as the main requirement is some storage space. This involves an installation of a reference computer (user/department configuration), creating a bootable client (Windows PE) and capturing the image onto a network share. Whenever, you need to install a new or reformatted computer system, you just need to push the image from the network share to that machine :)

Windows PE environment

Read more…

Share

Be the first to comment - What do you think?  Posted by George - March 9, 2010 at 1:29 am

Categories: Deployment, Installation   Tags: , , , , , , , , ,

Creating a Windows PE boot disk

Windows PE enables you to boot a computer directly into memory (RAM Drive) and run various tools such as, deployment and recovery ones! To create a bootable Windows PE CD or DVD media and install the ImageX Windows WAIK tools perform the following steps:

  1. Install Windows AIK tools on your computer
  2. From ALL Programs\Windows AIK open the Deployment Tools Command Prompt
  3. Create a local Windows PE build directory as follows:
    copype.cmd <architecture> <destination>
    where <architecture> can be x86 for Windows 32-bit environment, amd64 for 64-bit (including Intel 64-bit processors) and ia64 for Intel Itanium architecture
    while <destination> is the path to a local directory
    copype.cmd x86 c:\winpe_x86   –> for the 32bit env or copype.cmd amd64 c:\winpe_amd64   –> for the 64bit env
  4. Read more…

3 comments - What do you think?  Posted by George - February 28, 2010 at 1:29 pm

Categories: Deployment, Installation   Tags: , , , , , ,

Windows Automated Installation Toolkit (Windows AIK or WAIK)

The Windows Automated Installation Toolkit (Windows AIK or WAIK) is a collection of tools that help you deploy operating system images to target computers or to a VHD. With Windows AIK you can automate systems installations with up-to-date images and use various deployment options. For the experienced users, with Windows AIK you can create the Windows Preinstallation Environment (WinPE version 3) which is a 32-bit or 64-bit replacement for the good old MS-DOS client.

Windows AIK tools include: Read more…

Be the first to comment - What do you think?  Posted by George - February 7, 2010 at 11:10 am

Categories: Deployment, Installation   Tags: , , , , , , , ,