2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

長い処理でコマンドプロンプトやPowerShellの出力が止まってしまうときの対処方法

Last updated at Posted at 2021-11-03

問題

長い処理だとコマンドプロンプトやPowerShellの出力が止まってしまう。

解決法

結論

簡易編集モードを解除すればいい。

簡易編集モードの解除方法

  1. コマンドプロンプトまたはPowerShellを開く
  2. コマンドプロンプトまたはPowerShellのウィンドウの左上にコマンドプロンプトまたはPowerShellという文字があるので、それを右クリックする
  3. プロパティをクリックする
  4. オプションタブをクリックする
  5. 編集オプションの中の**簡易編集モード(Q)**のチェックを外す(下図を参照)
  6. 現在開いているコマンドプロンプトまたはPowerShellを一度閉じて、再び開く

powershell_長時間.png

注意

簡易編集モードのチェックを外すと、コマンドプロンプトまたはPowerShellに表示されている文字列をドラッグで選択できなくなります。

文字列をクリップボードにコピーする場合など、表示されている文字列をドラッグで選択したいときは、その都度、簡易編集モードにチャックを入れる必要があります。

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?