Created
October 4, 2016 07:12
-
-
Save tjunussov/cdee6f08532149b8b37b9ba9c21e5281 to your computer and use it in GitHub Desktop.
Windows Cleanup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dism.exe /online /Cleanup-Image /StartComponentCleanup | |
Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase | |
Dism.exe /online /Cleanup-Image /SPSuperseded | |
SUB FOLDERS & SIZES | |
11.4 GB C:\Windows\winsxs | |
2.4 GB C:\Windows\System32 | |
2.2 GB C:\Windows\Installer | |
1.7 GB C:\Windows\assembly | |
1.2 GB C:\Windows\SysWOW64 | |
882.2 MB C:\Windows\Microsoft.NET | |
172.6 MB C:\Windows\Speech | |
158.0 MB C:\Windows\SoftwareDistribution | |
138.3 MB C:\Windows\inf | |
136.9 MB C:\Windows\IME | |
112.5 MB C:\Windows\ehome | |
107.1 MB C:\Windows\Fonts | |
84.2 MB C:\Windows\ServiceProfiles | |
62.4 MB C:\Windows\Help | |
59.5 MB C:\Windows\Performance | |
57.0 MB C:\Windows\servicing | |
47.7 MB C:\Windows\Web | |
37.4 MB C:\Windows\Downloaded Installations | |
35.9 MB C:\Windows\Logs | |
29.7 MB C:\Windows\tracing | |
28.8 MB C:\Windows\Globalization | |
27.7 MB C:\Windows\Boot | |
26.3 MB C:\Windows\Prefetch | |
12.7 MB C:\Windows\Media | |
12.7 MB C:\Windows\twain_32 | |
10.5 MB C:\Windows\AppPatch | |
net stop wuauserv | |
rename c:\windows\SoftwareDistribution softwaredistribution.old | |
net start wuauserv | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment