Created
August 31, 2017 13:01
-
-
Save milk19873/58d10a3c9c4f9f3594eb493fc507a9f6 to your computer and use it in GitHub Desktop.
コマンド例1
This file contains 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
C:\> diskpart | |
DISKPART> list disk | |
DISKPART> select disk 【USBメモリのドライブ名】 | |
DISKPART> clean | |
DISKPART> create partition primary | |
DISKPART> select partition 【USBメモリのドライブ名】 | |
DISKPART> active | |
DISKPART> format fs=fat32 | |
DISKPART> assign | |
DISKPART> exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment