0
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.

Windowsに溜まったゴミを大掃除(ディスククリーンアップでは取れない)

Last updated at Posted at 2020-04-28

##Windows update サービスの停止##
image.png

コマンドプロンプトを起動
net stop wuauserv
Windows updateサービスを停止させて・・・
C:\Windows\SoftwareDistribution\Download
このフォルダ直下にあるファイルを削除し、
net start wuauserv
image.png
この画面が出てきたら成功~

##WinSxSの不要なコンポーネントファイルを削除##
###不要なコンポーネントの確認###
コマンドプロンプトで以下を入力
Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore
image.png
ちょっと時間がかかります
image.png
この場合はクリーンアップ推奨されませんでしたが、
Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore
を実行します

##DNSレゾルバのキャッシュを削除##
コマンドプロンプトで以下を入力
image.png
##Microsoft Storeのキャッシュを削除##
コマンドプロンプトで以下を入力
wsreset
image.png
Microsoft Storeアプリが立ち上がったら成功です!

0
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
0
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?