How To Create Your Own Windows Based Operating System

This article will show you how to make a Windows-based operating system.You need to know at least one programming language.Just skip the coding part of the article if you don't know anything.It will be difficult to know file manipulation of system files.You can get there with your own operating system if you concentrate on all the steps.

Step 1: You will need them if you don't have all the requirements ready.

Things you'll need are listed under the requirements.

Step 2: The OS is compatible with a certain type of processor.

x86 and x64 are both 32-bit.Make sure your computer is compatible with the type of computer you want to target.You need to remember the processor architecture by writing it down.

Step 3: Decide what you want to use as storage.

The image file of your system must be less than 1G if you choose a CD or DVD.We will discuss the image file later.

Step 4: There is a link to download the Windows 7 AIK.

Downloads can be found at www.microsoft.com/en-us.

Step 5: Turn off your User Account Control in the control panel after installing it.

We can change the system files stored in the image file with this.

Step 6: You can find the command prompt in the start menu.

Step 7: The image file should be set up.

The file size is 120MB.You won't be able to save anything if you install it on a CD.You can type the following command in the command prompt.The example is copype x64 X.

Step 8: Mount the picture.

If it has been done right, then you need to mount it so that you can change its contents.You can type the following: imagex /mountrwThere is an example of imagex /mountrw X:MWOSwinpe.

Step 9: The mount point is where you want it to go.

You can type imagex /unmount MountPointPath when you're done modifying it.The imagex /unmount X is an example.

Step 10: Move the path of the image to a different location.

Step 11: The following command is needed to create a CD image.

The type is oscdimg -n -bPathOfImageFolderetfsboot.com

Step 12: For real, test your image in virtualbox.