• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Uninstalled .NET Framework, lost 4GB HDD space?

Skaendo

Senior member
WTF? I just uninstalled 2 .NET Framework apps out of my Windows 7 desktop (listed in Programs & Features as about 150MB), as a result I have lost 4GB of HDD space.

I was under the impression that uninstall meant to remove or take files off of the HDD.

I even tried to do a Disk Cleanup & Disk Cleanup system files to no avail.

Can anyone explain this phenomenon?
 
Windows Backup has not been set up. According to the Control Panel.
(First off and just to be clear, I use Vista and I'm guessing you probably use Win7 at least, but I believe the basic functionality and locations are the same.)

"Backup" and "System Restore" are both accessed via the "Backup and Restore Center" in the Control Panel, but they aren't the same thing. "Backups" aren't automatic, but system restore defaults to "on", and it can definitely use up quite a lot of disk space unless you manually change the total it's allowed to use. (In Vista, you have to do it via the command line, in Win7 you may be able to do it via the GUI, but I don't know.)

Chkdsk may not do you much good since it will only find the lost space if it's being taken up by corrupt files (and if you have 4.4 GB of corrupt files, you definitely have a problem unrelated to simply uninstalling programs.)

Without knowing how much space was being taken up by various files/directories, including hidden and/or system ones, it's going to be a bit difficult to figure out where your 4.4 GB went, but you can use TreeSize Free (run as administrator) to scan your system disk to look for unusually large folders/files. (You should "unhide" hidden files under folder options, if you normally keep them hidden.)

By way of reference, system restore points are stored under System Volume Information, in files with non-human-readable names like "{c42cf6af-474d-11e4-ba1d-00038a000015}{3808876b-c176-4e48-b7ae-04046e6cc752}". It's not the easiest thing to actually look into the restore points, but you can at least check the file properties for a time-stamp, to see if it corresponds to uninstalling your software.
 
IC, I have since found in the Control Panel a way to open System Restore. The only restore points listed are after I removed the .NET framework. None related to .NET.
 
IC, I have since found in the Control Panel a way to open System Restore. The only restore points listed are after I removed the .NET framework. None related to .NET.
Oh, well, that would've been the easiest answer. Can't think of anything else that "should have" resulted from uninstallations. All I can suggest is poking around with TreeSize to see what you can see, so to speak...
 
TreeSize lists C: @ 23.6 GB

11.3GB Windows
-5.5GB winsxs
-2.7GB System32
-999.4 SysWOW64

-174.6MB Microsoft.NET (I uninstalled this, so why is it still there?)

and a multitude of other smaller folders.

I might say screw it and just do a fresh OEM partition reinstall. Nothing important on this system so no biggie there.
 
Specific uninstallation behavior is under the control of the original software and, unfortunately, not all software is well-behaved - sometimes it'll leave behind folders and/or files, as happened here with that 174.6MB Microsoft.NET directory.

Personally, I go in and manually remove anything left over uninstallations. I've never noticed any trouble doing that but, honestly, I don't know if that's "advised" or not... Fwiw, I also look for, and clear out, anything left over in the ProgramData and User\AppData directories.
 
Back
Top