0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

diskpartでディスククリア

Posted at

diskpart

Windowsの「ハードディスクパーティシンの作成とフォーマット」でハードディスクを見た時、いくつかのパーティションがあり、うち一つをクリアしたくてもできない、あるはディスク全体をクリアしたいという場合があります。ディスクを右クリックしてもクリアが表示しないということもあります。

ディスクのパーティションを含めて全部初期化したい時、diskpartを使います。

  • 管理者モードでターミナルを起動

diskpart

プロンプトがDISKPARTとなる

  • ディスクのリスト

DISKPART> list disk

  • ディスクを選択

DISKPART> select disk no.

  • クリア

DISKPART> clear

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?