How to delete downloaded Windows Update files

net stop wuauserv — This stops the Windows Update service.

cd %Windir%\SoftwareDistribution — Switches to the SoftwareDistribution directory of the Windows installation.

del /f /s /q Download — Deletes the Download folder of the SoftwareDistribution directory with

/f — force the removal of read-only files.

/s — include files in subdirectories.

/q — in quiet mode to surpress prompts.

net start wuauserv — Starts the Windows Update service.


Leave a Reply 2

Your email address will not be published. Required fields are marked *


https://66Bb4C96E165C.Site123.me/

https://66Bb4C96E165C.Site123.me/

Have you ever thougjt about adding a little biit more than just yur
articles? I mean, what you say is fundamental
and everything. Nevertheless think of iif you
added some greatt images or videos to give your posts more,
“pop”! Yoour cntent is excellent but with pics and video clips, this site could definitely
be one of the most beneficial in its niche.
Very good blog! https://66Bb4C96E165C.Site123.me/

vasko

vasko

Hi,
The idea is to make the site as simple as possible for tech that need quick solutions without need to read 3 pages of explanations. However I appreciate you remarks and it may be a good idea to a dd pics on some posts.
Regards,