130 likes | 149 Views
Some people say that how can I Create Own Window Based Operating System, this post helps you how to Create Own Window Based Operating System without coding, but you don’t leave any step in this article. You also need to know file manipulation of system files, this will not be as easy though. If you concentrate on all the steps, you will get there with your own window-based operating system.<br>Visit: https://allabouttechno.com/create-own-window-based-operating-system/
E N D
Step 1: Make sure you have all the requirements are ready, You will this need them. In below, the all requirements are listed in there.
Step 2: Decide what you use CPU processer. For Example: x86 (32-bit), x64 (64-bit). Make sure your computer that will match CPU type. Remember that what your processor architecture and write down
Step 3: Decide what you have to use store the data (CD, DVD, USB, HDD). Remember: If you have to choose a DVD or CD, your image must be file size smaller than 1G. We will talk later about this file image.
Step 4: You Have Downloaded this window 7 AIK: Click Here
Step 5: Install it and go to your control panel and turn off your User Account Control(UAC). This allows that to do anything to the system files stored in the image file we are going to change.
Step 6: Search and open deployment tools command prompt in the start menu
Step 7: Set up your image file, image size or file is 120MB. If you install it on a CD as a live file system and then you are not able to save anything. You can type this command Deployment Tools Command Prompt: copype_Your_Chosen_Processor_Architecture_ C:\PathWhereYouWantToStoreTheImageFile. Example: copype x64 X:\Data\MyWindowsOS
Step 8: You have created our images and now you can need to mount it and that you can change contents. Type this: imagex /mountrwPathOfImage 1 PathOfImageFolder/mount. Example:imagex /mountrw X:\MWOS\winpe.wim 1 X:\MWOS\mount.
Step 9: If you want to add anything, the mount point is your specified mount point. when you have done with modifying these contents, type imagex /unmountMountPointPath /commit. Example: imagex /unmount X:\MWOS\mount /commit
Step 10: Type move PathOfImageFilePathOfImageFolder/ISO/sources/boot.wim
Step 11: In the second last step, when you have done, type the following command to create a CD image.Type: oscdimg -n bPathOfImageFolder\etfsboot.com PathOfImageFolder\ISO PathIfImageFolder\winpe_x86.iso
Step 12: Our Final Step is test your image in virtualbox, vware