Graphical operation method for creating OEM partition in WIN8

王林
Release: 2024-04-25 13:46:05
forward
393 people have browsed it

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!

source:zol.com.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact [email protected]
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!