Skip to content

Instantly share code, notes, and snippets.

@milk19873
Created August 31, 2017 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milk19873/58d10a3c9c4f9f3594eb493fc507a9f6 to your computer and use it in GitHub Desktop.
Save milk19873/58d10a3c9c4f9f3594eb493fc507a9f6 to your computer and use it in GitHub Desktop.
コマンド例1
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