This is a PowerShell script to the Clear the Windows Update Cache. The Windows Update Cache is a special folder that stores the update installation files. It is located at the root of your system drive in C:\Windows\SoftwareDistribution\Download.
New changes: by Craig Engbrecht
I have updated the script, it is now WAY more complicated, though it is designed to run a log and track what changed.
In an attempt to do Github "Right" I am forking, I would love any suggestions about my methods or information here.
You can run the script directly from Windows Powershell, there are no extra command line options or parameters needed.
Q: Can I run the script safely?
A: Definitely not. You have to understand what the functions do and what will be the implications for you if you run them.
Continuing this, you accept all responsibility for any damages related to this script, refer to the MIT License attached.
Though I have tested this script on Windows 11 Pro, I have not done any further testing on any other versions of windows.
Q: Are elevated rights needed to run this script?
A: Administrative rights are required for deleting files and folders within system directories.
Q: Did you test the script?
A: See Tested on following Windows Versions
Q: I really like the script. Can I send a donation?
A: The original writer had a donation button, I will currently be accepting donations.
Verified on the following platforms:
Windows Version | Yes/No? |
---|---|
Windows Server 2019 | No |
Windows Server 2016 | Yes |
Windows 11 | No |
Windows 10 | Yes |