Use the diskpart tool to remove the partition protection of the U disk
Once reinstalled the system on the second-hand server, it was found that the operating system of the server was actually installed on the U disk of the motherboard. Later, it was found that the operating system could not be installed on the U disk, and later using win10 disk Management found that the U disk was set to gpt partition protection, set to read-only, which means I could not overwrite the installation system.
Later, it was found that windows's own diskpart tool could solve this problem.
You can call up the tool by running the diskpart command directly
First enter list disk to view the disk
Enter select disk n enter, where n is the disk number to be processed. Don't make a mistake.
Enter clean all, and the hard disk partition and signature will be deleted.
Then check the disk information
The great task has been completed
Windows, it is still necessary to learn.