1 / 13

How to Create Own Window Based Operating System

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/

shubhamsj
Download Presentation

How to Create Own Window Based Operating System

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. How to Create Own Window Based Operating System

  2. 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.

  3. 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

  4. 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.

  5. Step 4: You Have Downloaded this window 7 AIK: Click Here

  6. 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.

  7. Step 6: Search and open deployment tools command prompt in the start menu

  8. 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

  9. 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.

  10. 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

  11. Step 10: Type move PathOfImageFilePathOfImageFolder/ISO/sources/boot.wim

  12. 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

  13. Step 12: Our Final Step is test your image in virtualbox, vware

More Related