Microsoft sleeping #44
-
|
Why isn't windows cleaning up by default? I was surprised to release 12 GB from my precious ssd. This is just nuts |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
btw you can add my 12 GB to the report, i didn't send it |
Beta Was this translation helpful? Give feedback.
-
|
Hey, @SynapseScribe, thanks for getting in touch.
It's a very good question and gets to the heart of InstallerClean's raison d'être. As far as I can tell, Microsoft has never answered it. All the Microsoft sources I've found explain why the needed files are kept, but none explain why Windows doesn't clean up the unneeded ones. Here's what I know. 1. Someone asked Microsoft this exact question and got a non-answer. 2. Microsoft's own Q&A tells people to use a third-party tool. A tacit admission that Windows won't do it. InstallerClean essentially does what PatchCleaner does (and a bit more). I built InstallerClean because PatchCleaner hadn't seen an update since March 2016. 3. The nearest thing to a stated reason, and it's a guess by a volunteer, not Microsoft. 4. Microsoft did once ship a cleanup tool, then killed it. The Windows Installer CleanUp Utility ( Note that it wasn't doing the job InstallerClean does.
Microsoft had the safe half, bundled it with a dangerous half, binned the lot, and never built it back. So how confident am I that InstallerClean won't "sometimes damage other components installed on the computer"? Completely, and for a structural reason rather than a promise. What made Microsoft's tool dangerous was that it wrote to Windows Installer's own records, tearing a program's registration out from under it. InstallerClean never writes to them. It only reads them, to ask which cached files something installed still points to, and then it touches nothing but the files that nothing points to. It removes no registration, no component, no reference count, and it never leaves Windows Installer's bookkeeping in a state Windows didn't put it in. The failure that killed Then regarding
I'd love to, because yours (and one other person's report a while back) would bring the per cent of people who had unneeded files to clean up to more than 50% and the higher that number is, the more worthwhile InstallerClean is! But I'd be bodging the json reports that have got sent in. So thanks a lot but I'll just let it slide and be pleased that my figures underplay how many people have reported InstallerClean being useful. All the best. I'm very glad to hear that my tool's freed up 12 GB on your precious ssd. |
Beta Was this translation helpful? Give feedback.
Hey, @SynapseScribe, thanks for getting in touch.
It's a very good question and gets to the heart of InstallerClean's raison d'être.
As far as I can tell, Microsoft has never answered it.
All the Microsoft sources I've found explain why the needed files are kept, but none explain why Windows doesn't clean up the unneeded ones.
Here's what I know.
1. Someone asked Microsoft this exact question and got a non-answer.
https://learn.microsoft.com/en-us/answers/questions/2777465/my-windows-installer-folder-is-over-90-gb-does-mic
Question title: "My windows installer folder is ove…