|
After a long time of researching, I found the cause of the problem. It involves editing your registry, so becareful.
Start -> Run -> Regedit
look for the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
Click on the + sign in front of the "Uninstall" folder, you'll see a lot of sub-directories. These are all the installed/Uninstalled programs you ever had.
The trick is that when the some programs are uninstalled, their counter gets messed up. This counter represent how many lines it should take in "Add/Remove programs"(Appwiz). so some program show something like "C:\Program Files\SomeProgram\Something.exe",-1. This "-1" is the cause of your blank space.
So basically, right click on "Uninstall" folder, click on find, select "Key, value, data", and look for "-1".
After you find those, you can change them to 1.
This should solve your problem. |
|