How to Create Your Own Windows Based Operating System
Make sure you have all the requirements ready, you will need them., Decide what CPU the OS is compatible with., Decide what you want to use as storage (CD, DVD, USB, HDD)., Download the Windows 7 AIK from this link...
Step-by-Step Guide
-
Step 1: Make sure you have all the requirements ready
The requirements are listed under Things You'll Need below. -
Step 2: you will need them.
For example: x86 (32-bit), x64 (64-bit).
Make sure your computer that you will target matches the CPU type you will specify later.
Write down what processor architecture, you need to remember that. , Note:
If you choose a CD or DVD, your image file of your system must be smaller than 1G.
We will talk about the image file later. ,, This allows us to do anything to the system files stored in the image file we are going to change. ,, The image file is 120MB.
If you install it on a CD as a live filesystem, then you are not able to save anything.
Type the following command in the Deployment Tools Command Prompt: copype _Your_Chosen_Processor_Architecture_ C:\PathWhereYouWantToStoreTheImageFile.
Example: copype x64 X:\Data\MyWindowsOS , So you have created our image (if it has been done right) and now you need to mount it so that you can change its contents.
Type the following: imagex /mountrw PathOfImage 1 PathOfImageFolder/mount.
Example: imagex /mountrw X:\MWOS\winpe.wim 1 X:\MWOS\mount. , When you are done with modifying its contents, type imagex /unmount MountPointPath /commit.
Example: imagex /unmount X:\MWOS\mount /commit ,, Type: oscdimg
-n
-bPathOfImageFolder\etfsboot.com PathOfImageFolder\ISO PathIfImageFolder\winpe_x86.iso , -
Step 3: Decide what CPU the OS is compatible with.
-
Step 4: Decide what you want to use as storage (CD
-
Step 5: Download the Windows 7 AIK from this link: http://www.microsoft.com/en-us/download/details.aspx?id=5753
-
Step 6: Install it and then turn off your User Account Control (UAC) in the control panel.
-
Step 7: Find and open the Deployment Tools Command Prompt in the start menu.
-
Step 8: Set up the image file.
-
Step 9: Mount the image.
-
Step 10: Add anything you want to it
-
Step 11: the mount point is your specified mount point.
-
Step 12: Type move PathOfImageFile PathOfImageFolder/ISO/sources/boot.wim
-
Step 13: When that is done
-
Step 14: type the following command to create a CD image.
-
Step 15: Test your image in virtualbox
-
Step 16: vmware or even for real.
Detailed Guide
The requirements are listed under Things You'll Need below.
For example: x86 (32-bit), x64 (64-bit).
Make sure your computer that you will target matches the CPU type you will specify later.
Write down what processor architecture, you need to remember that. , Note:
If you choose a CD or DVD, your image file of your system must be smaller than 1G.
We will talk about the image file later. ,, This allows us to do anything to the system files stored in the image file we are going to change. ,, The image file is 120MB.
If you install it on a CD as a live filesystem, then you are not able to save anything.
Type the following command in the Deployment Tools Command Prompt: copype _Your_Chosen_Processor_Architecture_ C:\PathWhereYouWantToStoreTheImageFile.
Example: copype x64 X:\Data\MyWindowsOS , So you have created our image (if it has been done right) and now you need to mount it so that you can change its contents.
Type the following: imagex /mountrw PathOfImage 1 PathOfImageFolder/mount.
Example: imagex /mountrw X:\MWOS\winpe.wim 1 X:\MWOS\mount. , When you are done with modifying its contents, type imagex /unmount MountPointPath /commit.
Example: imagex /unmount X:\MWOS\mount /commit ,, Type: oscdimg
-n
-bPathOfImageFolder\etfsboot.com PathOfImageFolder\ISO PathIfImageFolder\winpe_x86.iso ,
About the Author
Jessica Rogers
Brings years of experience writing about practical skills and related subjects.
Rate This Guide
How helpful was this guide? Click to rate: