|
| | |||||||
| Windows XP Discuss the Microsoft Windows XP Operating System |
| | LinkBack | Thread Tools |
| |||
| Control Panel. Add or Remove programs. Huge space has appeared in display. Is there a fix? Win XP Home SP2 and all updates. When I use this facility to uninstall I find a huge space between the windows updates and the last few items begining X to Z. I don't know when this happened or why. I don't really know what question to ask on google to get an answer. Any help or pointers would be appreciated. TIA Jumbo -- Silver Surfer |
| |||
| Re: Control Panel. Add or Remove programs. Huge space has appeared in display. Is there a fix? Jumbo, The problem occurs when the last one before the white space has an error (incorrect icon path). So you need to go into the registry to adjust it: Registry Key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Uninstall Look for the last Add/Remove entry before the white space & you'll probably see the DisplayIcon is a negative value. Edit the string & remove the negative number & that should have worked How to open the registry: Click START | RUN Type regedit & click OK Navigate to the unistall registry key above & look through the subkey. DisplayIcon will be in the right pane Note: Please backup any registry key before altering it by using REGISTRY menu & click Export Registry Key... Hope this helps, -- Newbie Coder (It's just a name) "Jumbo" <jumbo@dreamland.net> wrote in message news:LI6dnU07U5wSQM7bnZ2dneKdnZypnZ2d@pipex.net... > Win XP Home SP2 and all updates. > > When I use this facility to uninstall I find a huge space between the > windows updates and the last few items begining X to Z. > > I don't know when this happened or why. I don't really know what question to > ask on google to get an answer. > > Any help or pointers would be appreciated. > > TIA > > Jumbo > -- > Silver Surfer > > |
| |||
| Re: Control Panel. Add or Remove programs. Huge space has appeared in display. Is there a fix? "Newbie Coder" <newbiecoder@spammeplease.com> wrote in message news:%23q%23KPpRnHHA.4412@TK2MSFTNGP02.phx.gbl... > Jumbo, > > The problem occurs when the last one before the white space has an error > (incorrect icon path). So you need to go into the registry to adjust it: > > Registry Key: > > HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Uninstall > > Look for the last Add/Remove entry before the white space & you'll > probably > see the DisplayIcon is a negative value. > > Edit the string & remove the negative number & that should have worked > > How to open the registry: > > Click START | RUN > Type regedit & click OK > Navigate to the unistall registry key above & look through the subkey. > DisplayIcon will be in the right pane > > Note: > > Please backup any registry key before altering it by using REGISTRY > menu > & click Export Registry Key... > > Hope this helps, > > -- > Newbie Coder > (It's just a name) > > > > "Jumbo" <jumbo@dreamland.net> wrote in message > news:LI6dnU07U5wSQM7bnZ2dneKdnZypnZ2d@pipex.net... >> Win XP Home SP2 and all updates. >> >> When I use this facility to uninstall I find a huge space between the >> windows updates and the last few items begining X to Z. >> >> I don't know when this happened or why. I don't really know what question > to >> ask on google to get an answer. >> >> Any help or pointers would be appreciated. >> >> TIA >> >> Jumbo >> -- >> Silver Surfer >> >> > > Much obliged. Jumbo Silver Surfer |
| |||
| Re: Control Panel. Add or Remove programs. Huge space has appeared in display. Is there a fix? I spoke too soon. The last item does not have a negative number, just the path. Jumbo "Newbie Coder" <newbiecoder@spammeplease.com> wrote in message news:%23q%23KPpRnHHA.4412@TK2MSFTNGP02.phx.gbl... > Jumbo, > > The problem occurs when the last one before the white space has an error > (incorrect icon path). So you need to go into the registry to adjust it: > > Registry Key: > > HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Uninstall > > Look for the last Add/Remove entry before the white space & you'll > probably > see the DisplayIcon is a negative value. > > Edit the string & remove the negative number & that should have worked > > How to open the registry: > > Click START | RUN > Type regedit & click OK > Navigate to the unistall registry key above & look through the subkey. > DisplayIcon will be in the right pane > > Note: > > Please backup any registry key before altering it by using REGISTRY > menu > & click Export Registry Key... > > Hope this helps, > > -- > Newbie Coder > (It's just a name) > > > > "Jumbo" <jumbo@dreamland.net> wrote in message > news:LI6dnU07U5wSQM7bnZ2dneKdnZypnZ2d@pipex.net... >> Win XP Home SP2 and all updates. >> >> When I use this facility to uninstall I find a huge space between the >> windows updates and the last few items begining X to Z. >> >> I don't know when this happened or why. I don't really know what question > to >> ask on google to get an answer. >> >> Any help or pointers would be appreciated. >> >> TIA >> >> Jumbo >> -- >> Silver Surfer >> >> > > |
| |||
| Re: Control Panel. Add or Remove programs. Huge space has appeared in display. Is there a fix? Jumbo, Check for one (DefaultIcon) with a minus number at the end: Example: C:\MyPath\MyDLL.dll -1 or C:\MyPath\MyDLL.dll, -1 -- Newbie Coder (It's just a name) "Jumbo" <jumbo@dreamland.net> wrote in message news:2sKdnfx5Ws1NgsnbnZ2dnUVZ8tzinZ2d@pipex.net... > I spoke too soon. The last item does not have a negative number, just the > path. > > Jumbo > > "Newbie Coder" <newbiecoder@spammeplease.com> wrote in message > news:%23q%23KPpRnHHA.4412@TK2MSFTNGP02.phx.gbl... > > Jumbo, > > > > The problem occurs when the last one before the white space has an error > > (incorrect icon path). So you need to go into the registry to adjust it: > > > > Registry Key: > > > > HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Uninstall > > > > Look for the last Add/Remove entry before the white space & you'll > > probably > > see the DisplayIcon is a negative value. > > > > Edit the string & remove the negative number & that should have worked > > > > How to open the registry: > > > > Click START | RUN > > Type regedit & click OK > > Navigate to the unistall registry key above & look through the subkey. > > DisplayIcon will be in the right pane > > > > Note: > > > > Please backup any registry key before altering it by using REGISTRY > > menu > > & click Export Registry Key... > > > > Hope this helps, > > > > -- > > Newbie Coder > > (It's just a name) > > > > > > > > "Jumbo" <jumbo@dreamland.net> wrote in message > > news:LI6dnU07U5wSQM7bnZ2dneKdnZypnZ2d@pipex.net... > >> Win XP Home SP2 and all updates. > >> > >> When I use this facility to uninstall I find a huge space between the > >> windows updates and the last few items begining X to Z. > >> > >> I don't know when this happened or why. I don't really know what question > > to > >> ask on google to get an answer. > >> > >> Any help or pointers would be appreciated. > >> > >> TIA > >> > >> Jumbo > >> -- > >> Silver Surfer > >> > >> > > > > > > |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't Add or Remove Programs from Control Panel | cil | Windows XP | 4 | 03-21-2007 08:45 AM |
| Control Panel Add/Remove Programs | geo | Windows XP | 3 | 03-13-2007 11:45 AM |
| Add or Remove Programs in Control Panel | KarlB | Windows XP | 2 | 01-04-2007 06:17 AM |
| Control Panel - Add/Remove programs | DrGaryG | Windows XP | 2 | 01-04-2007 04:52 AM |
| Huge blank space in WinXP "Add or Remove Programs" | lisa harkema | Windows XP | 33 | 01-04-2007 02:27 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |