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?

パソコンの容量がいっぱいなので整理する(Windows)

Posted at

パソコンの容量がいっぱいになってしまった

1.原因を調べる

どのファイルが大きいのか調べるため、下記のサイトのPower Shellのコマンドを参考にC\から大胆に実行する。(時間がかかります。)

(Get-ChildItem "C\" -recurse -force |  Select-Object Fullname,Length  | Sort-Object Length -descending )[0..10]

2.実行結果からいらないファイルを削除する

Outlookのメールを整理する

調べた結果、OutLookのメールが2番目に大きかったので古いメールの整理をした。いつか古いメールを調べるためにこの機能をオフにした気がする。

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?