Home  >  Article  >  System Tutorial  >  Graphical operation method for creating OEM partition in WIN8

Graphical operation method for creating OEM partition in WIN8

王林
王林forward
2024-04-25 13:46:05404browse

Having trouble creating an Original Equipment Manufacturer (OEM) partition under Windows 8? PHP editor Banana brings you detailed operation methods with pictures and texts to solve your confusion. To know more about OEM partitioning, please continue reading this article.

In the Diskpart command, execute [create partition primary id=xx size=xx] on the selected partition, where id identifies the OEM manufacturer.

Graphical operation method for creating OEM partition in WIN8

For GPT format disks, the above command does not work. After creating a primary partition (create par pri size=xxx), execute [Gpt attributes=0x0000000000000001] that is It can be set up as an OEM partition.

Graphical operation method for creating OEM partition in WIN8

If you don’t understand the command, you can use the help gpt command to check the meaning of the gpt command.

Graphical operation method for creating OEM partition in WIN8

The above is the detailed content of Graphical operation method for creating OEM partition in WIN8. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:zol.com.cn. If there is any infringement, please contact admin@php.cn delete