Home >System Tutorial >Windows Series >Graphical operation method for creating OEM partition in WIN8
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.
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.
If you don’t understand the command, you can use the help gpt command to check the meaning of the gpt command.
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!