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のCドライブの容量を空ける

Posted at

アプリ消す

image.png

ディスククリーンアップ

image.png

windowsアップデートの残骸ファイルを削除

管理者権限でcmd
スキャン
Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore
フォルダのクリーンアップ
Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase

コンポーネントストアは、Windowsの更新プログラムや機能を管理するために使用されるフォルダ(通常 C:\Windows\WinSxS)です

使用されていないWindowsの更新プログラムやコンポーネントを削除します。

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?