Fortune Telling Collection - Fortune-telling birth date - Helpgpt command

Helpgpt command

At present, most computers pre-installed with Win8 use the new UEFI firmware +GPT format disk, which has the advantages of realizing more new functions such as safe startup, supporting more hard disk partitions and larger partition capacity. Below we mainly introduce how to create OEM partition for GPT hard disk under Win8 system.

How to create OEM partition for GPT hard disk under Win8 system

To create an OEM partition:

1. In the Diskpart command, execute "create partition primary ID = xx size = xx" on the selected partition, where ID identifies OEM.

How to create OEM partition for GPT hard disk under Win8 system

2. For the disk in GPT format, the above command is no longer valid. We can create a primary partition (create par pri size=xxx) and execute "GPTAttributes = 0x000000000001"to set it as an OEM partition.

How to create OEM partition for GPT hard disk under Win8 system

If you don't understand this command, you can check the meaning of gpt command by instructing help gpt.

Other codes and properties:

How to create OEM partition for GPT hard disk under Win8 system

If the user wants to cancel an applied attribute, just add a minus sign "-"before the attribute ID in the GPT command "64-bit attribute ID".