Created
May 22, 2013 12:43
-
-
Save myaumyau/5627271 to your computer and use it in GitHub Desktop.
[dos]HDDの署名変更
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> diskpart | |
> list disk | |
#list partition | |
#list volume | |
> select disk 1 | |
> uniqueid disk | |
> select disk 2 | |
> uniqueid disk | |
> uniqueid disk id=<8桁の16進数> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment