add/remove programs clitch

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In the middle of my Add/Remove Programs list there is a long pattern of black
bars the strecthes a long way. It starts after Real Player Basic and ends
before "save" which is an adware program associated with Bearshare. This long
strange assortment of bars can be selected/highlighted but can not be removed
as a program. What is this and is there some way I can get rid of this? Thank
You.
 
Do you have AutoCad installed? If that's the case, see this response from
MVP Wesley Vogel.
http://groups.google.co.in/group/microsoft.public.windowsxp.general/msg/3632fda54259d28e?hl=en&

If that does not apply to your situation, then download my script below and
run it. Post the results here. This script lists all the negative icon
references present in the registry, and sends them to a log file.

Script
http://windowsxp.mvps.org/utils/ARPNegCheck.vbs
(Lists all negative icon references in Add/Remove)

Technical details at
The Old New Thing : Why does Add or Remove Programs show a large blank
space?:
http://blogs.msdn.com/oldnewthing/archive/2005/05/26/422076.aspx
 
That script link says page not found.
--
Adam


Ramesh said:
Do you have AutoCad installed? If that's the case, see this response from
MVP Wesley Vogel.
http://groups.google.co.in/group/microsoft.public.windowsxp.general/msg/3632fda54259d28e?hl=en&

If that does not apply to your situation, then download my script below and
run it. Post the results here. This script lists all the negative icon
references present in the registry, and sends them to a log file.

Script
http://windowsxp.mvps.org/utils/ARPNegCheck.vbs
(Lists all negative icon references in Add/Remove)

Technical details at
The Old New Thing : Why does Add or Remove Programs show a large blank
space?:
http://blogs.msdn.com/oldnewthing/archive/2005/05/26/422076.aspx
 
The links don't seem to be working. I know this is old but I am haveing the
same problem. Can someone please help me?
 
Is Autocad installed in the system? If that's the case, see this thread for a solution.

http://groups.google.co.in/group/microsoft.public.windowsxp.general/msg/3632fda54259d28e?hl=en

If not, then download the script below and run it. Post the results here. This script lists all the negative icon references present in the registry, and creates a log file for troubleshooting.

Script
http://windowsxp.mvps.org/utils/ARPNegCheck.vbs
(Lists all negative icon references in Add/Remove)

Technical details at
The Old New Thing : Why does Add or Remove Programs show a large blank space?:
http://blogs.msdn.com/oldnewthing/archive/2005/05/26/422076.aspx

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


The links don't seem to be working. I know this is old but I am haveing the
same problem. Can someone please help me?
 
I have no idea if I have Autocad. How do I look it up? It seems somethings
are missing from the fixes. When I go to download these programs from Kellys
Korner it doesn't seem that the actual fix is downloaded, just lots of things
similar to what I put below from yours, in a notepad. How do I get the
actual fix? It seems to be the same when I download your ARPNegcheck.vbs.
The icon on desktop is also the same as this below. Also, this link doesn't
work. Says page not found. http://windowsxp.mvps.org/utils/ARPNegCheck.vbs

-----------------------------------------------------------------------------------------------------------'List
the Add/Remove Programs entries which have negative icon references in the
registry
'Description : Helps fix the blank space in Add/Remove Programs applet.
'Details at :
http://blogs.msdn.com/oldnewthing/archive/2005/05/26/422076.aspx
'Copyrights : Copyright © 2005-2006 Ramesh Srinivasan
'Prerequisite: Windows XP
'Homepage : http://windowsxp.mvps.org & http://www.winhelponline.com
'Created on : May 29, 2005
'Revised on : July 30, 2006
Option Explicit
Const HKEY_CURRENT_USER = &H80000001
Const HKEY_LOCAL_MACHINE = &H80000002
Dim fso, b, objReg,strComputer, shell, arrSubKeys,subkey, strKeyPath,
sValue, NegChecker, ret, LogFileName, DirtyFlags
DirtyFlags = 0
Set Shell = CreateObject("Wscript.Shell")
LogFileName= Shell.SpecialFolders("Desktop") & "\NegativeIcons.txt"
Set fso = Wscript.CreateObject("Scripting.FilesystemObject")
set b = fso.CreateTextFile (LogFileName,true)
b.Writeline "Add/Remove Programs entries with negative icon references"
b.writeline string(57,".")
b.writeblanklines 1
b.WriteLine "<-----Begin----->"
b.writeblanklines 1
strComputer = "."
Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" _
& strComputer & "\root\default:StdRegProv")
strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Uninstall"
objReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys
If Not IsNull(arrSubKeys) Then For Each subkey In arrSubKeys
ret = objReg.GetStringValue(HKEY_LOCAL_MACHINE, strKeyPath & "\" & subkey,
"DisplayIcon", sValue)f ret=0 Then
NegChecker = InStr(1,sValue, ",-",1)If NegChecker <>0 Then
DirtyFlags = 1b.Writeline "Registry Path : " & "HKLM\" & strKeyPath & "\" &
subkey
b.Writeline "DisplayIcon : " & sValue b.writeblanklines 1 End I
-------------------------------------------------------------------------------------------------------------

Also when I go into my registry there are alot of AOL files from years ago
when I had AOL. I don't have it now. Can I delete everything from the
registry editor that says AOL? There are tons of them. Also other old games I
no longer have. If I know for sure It's something I don;t use or a service I
don't have can I delete them
---------------------------------------------------------------------------------------------

Ramesh said:
Is Autocad installed in the system? If that's the case, see this thread for a solution.

http://groups.google.co.in/group/microsoft.public.windowsxp.general/msg/3632fda54259d28e?hl=en

If not, then download the script below and run it. Post the results here. This script lists all the negative icon references present in the registry, and creates a log file for troubleshooting.

Script
http://windowsxp.mvps.org/utils/ARPNegCheck.vbs
(Lists all negative icon references in Add/Remove)

Technical details at
The Old New Thing : Why does Add or Remove Programs show a large blank space?:
http://blogs.msdn.com/oldnewthing/archive/2005/05/26/422076.aspx

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


The links don't seem to be working. I know this is old but I am haveing the
same problem. Can someone please help me?

Deep Ellum said:
In the middle of my Add/Remove Programs list there is a long pattern of black
bars the strecthes a long way. It starts after Real Player Basic and ends
before "save" which is an adware program associated with Bearshare. This long
strange assortment of bars can be selected/highlighted but can not be removed
as a program. What is this and is there some way I can get rid of this? Thank
You.
 
It appears that .vbs files open in Notepad in your system (instead of wscript launching the vbs file). Try running the command "wscript.exe c:\arpnegcheck.vbs" from Start, Run. (Assuming that the arpnegcheck.vbs is in C:\ drive root.)

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


I have no idea if I have Autocad. How do I look it up? It seems somethings
are missing from the fixes. When I go to download these programs from Kellys
Korner it doesn't seem that the actual fix is downloaded, just lots of things
similar to what I put below from yours, in a notepad. How do I get the
actual fix? It seems to be the same when I download your ARPNegcheck.vbs.
The icon on desktop is also the same as this below. Also, this link doesn't
work. Says page not found. http://windowsxp.mvps.org/utils/ARPNegCheck.vbs

-----------------------------------------------------------------------------------------------------------'List
the Add/Remove Programs entries which have negative icon references in the
registry
'Description : Helps fix the blank space in Add/Remove Programs applet.
'Details at :
http://blogs.msdn.com/oldnewthing/archive/2005/05/26/422076.aspx
'Copyrights : Copyright © 2005-2006 Ramesh Srinivasan
'Prerequisite: Windows XP
'Homepage : http://windowsxp.mvps.org & http://www.winhelponline.com
'Created on : May 29, 2005
'Revised on : July 30, 2006
Option Explicit
Const HKEY_CURRENT_USER = &H80000001
Const HKEY_LOCAL_MACHINE = &H80000002
Dim fso, b, objReg,strComputer, shell, arrSubKeys,subkey, strKeyPath,
sValue, NegChecker, ret, LogFileName, DirtyFlags
DirtyFlags = 0
Set Shell = CreateObject("Wscript.Shell")
LogFileName= Shell.SpecialFolders("Desktop") & "\NegativeIcons.txt"
Set fso = Wscript.CreateObject("Scripting.FilesystemObject")
set b = fso.CreateTextFile (LogFileName,true)
b.Writeline "Add/Remove Programs entries with negative icon references"
b.writeline string(57,".")
b.writeblanklines 1
b.WriteLine "<-----Begin----->"
b.writeblanklines 1
strComputer = "."
Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" _
& strComputer & "\root\default:StdRegProv")
strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Uninstall"
objReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys
If Not IsNull(arrSubKeys) Then For Each subkey In arrSubKeys
ret = objReg.GetStringValue(HKEY_LOCAL_MACHINE, strKeyPath & "\" & subkey,
"DisplayIcon", sValue)f ret=0 Then
NegChecker = InStr(1,sValue, ",-",1)If NegChecker <>0 Then
DirtyFlags = 1b.Writeline "Registry Path : " & "HKLM\" & strKeyPath & "\" &
subkey
b.Writeline "DisplayIcon : " & sValue b.writeblanklines 1 End If
-------------------------------------------------------------------------------------------------------------

Also when I go into my registry there are alot of AOL files from years ago
when I had AOL. I don't have it now. Can I delete everything from the
registry editor that says AOL? There are tons of them. Also other old games I
no longer have. If I know for sure It's something I don;t use or a service I
don't have can I delete them?
---------------------------------------------------------------------------------------------

Ramesh said:
Is Autocad installed in the system? If that's the case, see this thread for a solution.

http://groups.google.co.in/group/microsoft.public.windowsxp.general/msg/3632fda54259d28e?hl=en

If not, then download the script below and run it. Post the results here. This script lists all the negative icon references present in the registry, and creates a log file for troubleshooting.

Script
http://windowsxp.mvps.org/utils/ARPNegCheck.vbs
(Lists all negative icon references in Add/Remove)

Technical details at
The Old New Thing : Why does Add or Remove Programs show a large blank space?:
http://blogs.msdn.com/oldnewthing/archive/2005/05/26/422076.aspx

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


The links don't seem to be working. I know this is old but I am haveing the
same problem. Can someone please help me?

Deep Ellum said:
In the middle of my Add/Remove Programs list there is a long pattern of black
bars the strecthes a long way. It starts after Real Player Basic and ends
before "save" which is an adware program associated with Bearshare. This long
strange assortment of bars can be selected/highlighted but can not be removed
as a program. What is this and is there some way I can get rid of this? Thank
You.
 
Thanks for trying to help but it doesn't find that command either. Does this
blank space actually use any space or slow things down? Also when I go into
my registry there are alot of AOL files from years ago when I had AOL. I
don't have it now. Can I delete everything from the registry editor that says
AOL? There are tons of them. Also other old games I no longer have. If I
know for sure It's something I don't use or a service I don't have can I
delete them?

Ramesh said:
It appears that .vbs files open in Notepad in your system (instead of wscript launching the vbs file). Try running the command "wscript.exe c:\arpnegcheck.vbs" from Start, Run. (Assuming that the arpnegcheck.vbs is in C:\ drive root.)

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


I have no idea if I have Autocad. How do I look it up? It seems somethings
are missing from the fixes. When I go to download these programs from Kellys
Korner it doesn't seem that the actual fix is downloaded, just lots of things
similar to what I put below from yours, in a notepad. How do I get the
actual fix? It seems to be the same when I download your ARPNegcheck.vbs.
The icon on desktop is also the same as this below. Also, this link doesn't
work. Says page not found. http://windowsxp.mvps.org/utils/ARPNegCheck.vbs

-----------------------------------------------------------------------------------------------------------'List
the Add/Remove Programs entries which have negative icon references in the
registry
'Description : Helps fix the blank space in Add/Remove Programs applet.
'Details at :
http://blogs.msdn.com/oldnewthing/archive/2005/05/26/422076.aspx
'Copyrights : Copyright © 2005-2006 Ramesh Srinivasan
'Prerequisite: Windows XP
'Homepage : http://windowsxp.mvps.org & http://www.winhelponline.com
'Created on : May 29, 2005
'Revised on : July 30, 2006
Option Explicit
Const HKEY_CURRENT_USER = &H80000001
Const HKEY_LOCAL_MACHINE = &H80000002
Dim fso, b, objReg,strComputer, shell, arrSubKeys,subkey, strKeyPath,
sValue, NegChecker, ret, LogFileName, DirtyFlags
DirtyFlags = 0
Set Shell = CreateObject("Wscript.Shell")
LogFileName= Shell.SpecialFolders("Desktop") & "\NegativeIcons.txt"
Set fso = Wscript.CreateObject("Scripting.FilesystemObject")
set b = fso.CreateTextFile (LogFileName,true)
b.Writeline "Add/Remove Programs entries with negative icon references"
b.writeline string(57,".")
b.writeblanklines 1
b.WriteLine "<-----Begin----->"
b.writeblanklines 1
strComputer = "."
Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" _
& strComputer & "\root\default:StdRegProv")
strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Uninstall"
objReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys
If Not IsNull(arrSubKeys) Then For Each subkey In arrSubKeys
ret = objReg.GetStringValue(HKEY_LOCAL_MACHINE, strKeyPath & "\" & subkey,
"DisplayIcon", sValue)f ret=0 Then
NegChecker = InStr(1,sValue, ",-",1)If NegChecker <>0 Then
DirtyFlags = 1b.Writeline "Registry Path : " & "HKLM\" & strKeyPath & "\" &
subkey
b.Writeline "DisplayIcon : " & sValue b.writeblanklines 1 End If
-------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------

Ramesh said:
Is Autocad installed in the system? If that's the case, see this thread for a solution.

http://groups.google.co.in/group/microsoft.public.windowsxp.general/msg/3632fda54259d28e?hl=en

If not, then download the script below and run it. Post the results here. This script lists all the negative icon references present in the registry, and creates a log file for troubleshooting.

Script
http://windowsxp.mvps.org/utils/ARPNegCheck.vbs
(Lists all negative icon references in Add/Remove)

Technical details at
The Old New Thing : Why does Add or Remove Programs show a large blank space?:
http://blogs.msdn.com/oldnewthing/archive/2005/05/26/422076.aspx

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


The links don't seem to be working. I know this is old but I am haveing the
same problem. Can someone please help me?

Deep Ellum said:
In the middle of my Add/Remove Programs list there is a long pattern of black
bars the strecthes a long way. It starts after Real Player Basic and ends
before "save" which is an adware program associated with Bearshare. This long
strange assortment of bars can be selected/highlighted but can not be removed
as a program. What is this and is there some way I can get rid of this? Thank
You.
 
The blank space in Add or Remove Programs does not occupy any hard disk space nor slow things down. It's only a cosmetic problem. Leave the remnant AOL entries as they are, as they don't cause any harm. If you plan to delete those entries, make a registry backup first.

How to backup the Windows XP Registry?:
http://windowsxp.mvps.org/registry.htm

[ERUNT] Registry Backup and Restore for Windows
http://www.larshederer.homepage.t-online.de/erunt/

[ERUNT Download URLs]
http://www.aumha.org/downloads/erunt.zip
http://www.aumha.org/downloads/erunt-setup.exe

[Installing & Using ERUNT]
http://www.winxptutor.com/regback.htm
http://www.silentrunners.org/sr_eruntuse.html
http://www.larshederer.homepage.t-online.de/erunt/erunt.txt

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Thanks for trying to help but it doesn't find that command either. Does this
blank space actually use any space or slow things down? Also when I go into
my registry there are alot of AOL files from years ago when I had AOL. I
don't have it now. Can I delete everything from the registry editor that says
AOL? There are tons of them. Also other old games I no longer have. If I
know for sure It's something I don't use or a service I don't have can I
delete them?

Ramesh said:
It appears that .vbs files open in Notepad in your system (instead of wscript launching the vbs file). Try running the command "wscript.exe c:\arpnegcheck.vbs" from Start, Run. (Assuming that the arpnegcheck.vbs is in C:\ drive root.)

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


I have no idea if I have Autocad. How do I look it up? It seems somethings
are missing from the fixes. When I go to download these programs from Kellys
Korner it doesn't seem that the actual fix is downloaded, just lots of things
similar to what I put below from yours, in a notepad. How do I get the
actual fix? It seems to be the same when I download your ARPNegcheck.vbs.
The icon on desktop is also the same as this below. Also, this link doesn't
work. Says page not found. http://windowsxp.mvps.org/utils/ARPNegCheck.vbs

-----------------------------------------------------------------------------------------------------------'List
the Add/Remove Programs entries which have negative icon references in the
registry
'Description : Helps fix the blank space in Add/Remove Programs applet.
'Details at :
http://blogs.msdn.com/oldnewthing/archive/2005/05/26/422076.aspx
'Copyrights : Copyright © 2005-2006 Ramesh Srinivasan
'Prerequisite: Windows XP
'Homepage : http://windowsxp.mvps.org & http://www.winhelponline.com
'Created on : May 29, 2005
'Revised on : July 30, 2006
Option Explicit
Const HKEY_CURRENT_USER = &H80000001
Const HKEY_LOCAL_MACHINE = &H80000002
Dim fso, b, objReg,strComputer, shell, arrSubKeys,subkey, strKeyPath,
sValue, NegChecker, ret, LogFileName, DirtyFlags
DirtyFlags = 0
Set Shell = CreateObject("Wscript.Shell")
LogFileName= Shell.SpecialFolders("Desktop") & "\NegativeIcons.txt"
Set fso = Wscript.CreateObject("Scripting.FilesystemObject")
set b = fso.CreateTextFile (LogFileName,true)
b.Writeline "Add/Remove Programs entries with negative icon references"
b.writeline string(57,".")
b.writeblanklines 1
b.WriteLine "<-----Begin----->"
b.writeblanklines 1
strComputer = "."
Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" _
& strComputer & "\root\default:StdRegProv")
strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Uninstall"
objReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys
If Not IsNull(arrSubKeys) Then For Each subkey In arrSubKeys
ret = objReg.GetStringValue(HKEY_LOCAL_MACHINE, strKeyPath & "\" & subkey,
"DisplayIcon", sValue)f ret=0 Then
NegChecker = InStr(1,sValue, ",-",1)If NegChecker <>0 Then
DirtyFlags = 1b.Writeline "Registry Path : " & "HKLM\" & strKeyPath & "\" &
subkey
b.Writeline "DisplayIcon : " & sValue b.writeblanklines 1 End If
-------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------

Ramesh said:
Is Autocad installed in the system? If that's the case, see this thread for a solution.

http://groups.google.co.in/group/microsoft.public.windowsxp.general/msg/3632fda54259d28e?hl=en

If not, then download the script below and run it. Post the results here. This script lists all the negative icon references present in the registry, and creates a log file for troubleshooting.

Script
http://windowsxp.mvps.org/utils/ARPNegCheck.vbs
(Lists all negative icon references in Add/Remove)

Technical details at
The Old New Thing : Why does Add or Remove Programs show a large blank space?:
http://blogs.msdn.com/oldnewthing/archive/2005/05/26/422076.aspx

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


The links don't seem to be working. I know this is old but I am haveing the
same problem. Can someone please help me?

Deep Ellum said:
In the middle of my Add/Remove Programs list there is a long pattern of black
bars the strecthes a long way. It starts after Real Player Basic and ends
before "save" which is an adware program associated with Bearshare. This long
strange assortment of bars can be selected/highlighted but can not be removed
as a program. What is this and is there some way I can get rid of this? Thank
You.
 
Back
Top