PC Review


Reply
Thread Tools Rate Thread

add/remove programs : black lines appear

 
 
=?Utf-8?B?UGV0ZXI=?=
Guest
Posts: n/a
 
      15th Dec 2006
When I goe to Control Panel, Add or Remove Programs and click on that, only a
listing of 10 programs are generated. The scroll bar on the right appear as
very long black lines on the screen, towards the end the rest of the
installed programs appear! Any ideas on what can be done to recover the list?

--
PETER
 
Reply With Quote
 
 
 
 
Wesley Vogel
Guest
Posts: n/a
 
      15th Dec 2006
Do the programs end at particular letter in the alphabet? A maybe? If so,
you may have a huge white space, scroll down in Add or Remove Programs to
see if this is the problem.

If it is...

Courtesy of Kelly
Microsoft-MVP Windows® XP-Shell/User

Add or Remove - White Space
http://www.kellys-korner-xp.com/xp_a.htm#ws

[[This is generally due to the DisplayIcon having a negative number. From
here you can remove the negative number:
Start/Run/Regedit:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{} ]]

AutoCad Fix
http://www.kellys-korner-xp.com/regs...dremovefix.zip

Autodesk Land Desktop 3 Fix
http://www.kellys-korner-xp.com/regs...dremovefix.zip

===

I have AutoCAD LT 2000i. The white space in Add or Remove Programs usually
shows up after the AutoCAD LT 2000i listing. If you want to tweak the
registry...

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
{5783F2D7-0065-0409-0000-0060B0CE6BBA}
Value Name: DisplayIcon
Value Type: REG_SZ
Value Data: C:\Program Files\AutoCAD LT 2000i\aclt.exe,-1

Notice the aclt.exe,-1?? You can change it to read aclt.exe,1

Or you can run one of the fixes. I have both autocadaddremovefix.zip &
autodesk-landdesktop3-addremovefix.zip. They both include icons.
autocadaddremovefix.vbs is the one that works for me. It's easier to use
the fix than changing the -1.

I get the white space in Add or Remove Programs every time that I add or
remove a program. It isn't always AutoCAD LT that has the white space after
it, sometimes it's another program. At any rate, one of the fixes will
work. Until the next time.

autocadaddremovefix.vbs adds an autocad.ico icon to the %systemroot%\web
folder. It also adds this to the registry >>
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
{5783F2D7-0101-0409-0000-0060B0CE6BBA}
Value Name: DisplayIcon
Value Type: REG_EXPAND_SZ
Value Data: %systemroot%\web\autocad.ico

autodesk-landdesktop3-addremovefix.vbs adds an acad.ico icon to the
%systemroot%\web folder. It also adds this to the registry >>
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
{5783F2D7-0138-0409-0000-0060B0CE6BBA}
Value Name: DisplayIcon
Value Type: REG_EXPAND_SZ
Value Data: %systemroot%\web\acad.ico
-----
***
From snowman...
AutoCAD 2002 is
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
{5783F2D7-0101-0409-0000-0060B0CE6BBA}
-----
***
From anonymous poster...

One application causes the problem for me. I just removed the reference to
that program in regedit and the black spot dissapeared.
-----

Here is a script which lists all the negative icon references and sends them
to a log file.
http://windowsxp.mvps.org/utils/
ARPNegCheck.vbs
Lists all negative icon references in Add/Remove

http://windowsxp.mvps.org/reg/ARPNegCheck.vbs

From...
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org

Dowload the script. Run it by double clicking ARPNegCheck.vbs.
NegativeIcons.txt will be saved to your Desktop.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:AA9CB2C3-A547-41E6-A8FE-(E-Mail Removed),
Peter <(E-Mail Removed)> hunted and pecked:
> When I goe to Control Panel, Add or Remove Programs and click on that,
> only a listing of 10 programs are generated. The scroll bar on the right
> appear as very long black lines on the screen, towards the end the rest
> of the installed programs appear! Any ideas on what can be done to
> recover the list?
>
> --
> PETER


 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      16th Dec 2006
Did ARPNegCheck.vbs list anything?

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:BAD50E4B-5F36-47F9-AA08-(E-Mail Removed),
Peter <(E-Mail Removed)> hunted and pecked:
> thanks for the suggestions, unfortunately no improvement. Indeed, the
> "black/white"
> distortion starts between D & E. Any more suggestions?
> --
> PETER
>
>
> "Wesley Vogel" wrote:
>
>> Do the programs end at particular letter in the alphabet? A maybe? If
>> so, you may have a huge white space, scroll down in Add or Remove
>> Programs to see if this is the problem.
>>
>> If it is...
>>
>> Courtesy of Kelly
>> Microsoft-MVP Windows® XP-Shell/User
>>
>> Add or Remove - White Space
>> http://www.kellys-korner-xp.com/xp_a.htm#ws
>>
>> [[This is generally due to the DisplayIcon having a negative number. From
>> here you can remove the negative number:
>> Start/Run/Regedit:
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{}
>> ]]
>>
>> AutoCad Fix
>> http://www.kellys-korner-xp.com/regs...dremovefix.zip
>>
>> Autodesk Land Desktop 3 Fix
>>

http://www.kellys-korner-xp.com/regs...dremovefix.zip
>>
>> ===
>>
>> I have AutoCAD LT 2000i. The white space in Add or Remove Programs
>> usually shows up after the AutoCAD LT 2000i listing. If you want to
>> tweak the registry...
>>
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
>> {5783F2D7-0065-0409-0000-0060B0CE6BBA}
>> Value Name: DisplayIcon
>> Value Type: REG_SZ
>> Value Data: C:\Program Files\AutoCAD LT 2000i\aclt.exe,-1
>>
>> Notice the aclt.exe,-1?? You can change it to read aclt.exe,1
>>
>> Or you can run one of the fixes. I have both autocadaddremovefix.zip &
>> autodesk-landdesktop3-addremovefix.zip. They both include icons.
>> autocadaddremovefix.vbs is the one that works for me. It's easier to use
>> the fix than changing the -1.
>>
>> I get the white space in Add or Remove Programs every time that I add or
>> remove a program. It isn't always AutoCAD LT that has the white space
>> after it, sometimes it's another program. At any rate, one of the fixes
>> will work. Until the next time.
>>
>> autocadaddremovefix.vbs adds an autocad.ico icon to the %systemroot%\web
>> folder. It also adds this to the registry >>
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
>> {5783F2D7-0101-0409-0000-0060B0CE6BBA}
>> Value Name: DisplayIcon
>> Value Type: REG_EXPAND_SZ
>> Value Data: %systemroot%\web\autocad.ico
>>
>> autodesk-landdesktop3-addremovefix.vbs adds an acad.ico icon to the
>> %systemroot%\web folder. It also adds this to the registry >>
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
>> {5783F2D7-0138-0409-0000-0060B0CE6BBA}
>> Value Name: DisplayIcon
>> Value Type: REG_EXPAND_SZ
>> Value Data: %systemroot%\web\acad.ico
>> -----
>> ***
>> From snowman...
>> AutoCAD 2002 is
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
>> {5783F2D7-0101-0409-0000-0060B0CE6BBA}
>> -----
>> ***
>> From anonymous poster...
>>
>> One application causes the problem for me. I just removed the reference
>> to that program in regedit and the black spot dissapeared.
>> -----
>>
>> Here is a script which lists all the negative icon references and sends
>> them to a log file.
>> http://windowsxp.mvps.org/utils/
>> ARPNegCheck.vbs
>> Lists all negative icon references in Add/Remove
>>
>> http://windowsxp.mvps.org/reg/ARPNegCheck.vbs
>>
>> From...
>> Ramesh, Microsoft MVP
>> Windows XP Shell/User
>> http://windowsxp.mvps.org
>>
>> Dowload the script. Run it by double clicking ARPNegCheck.vbs.
>> NegativeIcons.txt will be saved to your Desktop.
>>
>> --
>> Hope this helps. Let us know.
>>
>> Wes
>> MS-MVP Windows Shell/User
>>
>> In news:AA9CB2C3-A547-41E6-A8FE-(E-Mail Removed),
>> Peter <(E-Mail Removed)> hunted and pecked:
>>> When I goe to Control Panel, Add or Remove Programs and click on that,
>>> only a listing of 10 programs are generated. The scroll bar on the
>>> right appear as very long black lines on the screen, towards the end
>>> the rest of the installed programs appear! Any ideas on what can be
>>> done to recover the list?
>>>
>>> --
>>> PETER


 
Reply With Quote
 
=?Utf-8?B?UGV0ZXI=?=
Guest
Posts: n/a
 
      17th Dec 2006
no!
--
PETER


"Wesley Vogel" wrote:

> Did ARPNegCheck.vbs list anything?
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> In news:BAD50E4B-5F36-47F9-AA08-(E-Mail Removed),
> Peter <(E-Mail Removed)> hunted and pecked:
> > thanks for the suggestions, unfortunately no improvement. Indeed, the
> > "black/white"
> > distortion starts between D & E. Any more suggestions?
> > --
> > PETER
> >
> >
> > "Wesley Vogel" wrote:
> >
> >> Do the programs end at particular letter in the alphabet? A maybe? If
> >> so, you may have a huge white space, scroll down in Add or Remove
> >> Programs to see if this is the problem.
> >>
> >> If it is...
> >>
> >> Courtesy of Kelly
> >> Microsoft-MVP Windows® XP-Shell/User
> >>
> >> Add or Remove - White Space
> >> http://www.kellys-korner-xp.com/xp_a.htm#ws
> >>
> >> [[This is generally due to the DisplayIcon having a negative number. From
> >> here you can remove the negative number:
> >> Start/Run/Regedit:
> >> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{}
> >> ]]
> >>
> >> AutoCad Fix
> >> http://www.kellys-korner-xp.com/regs...dremovefix.zip
> >>
> >> Autodesk Land Desktop 3 Fix
> >>

> http://www.kellys-korner-xp.com/regs...dremovefix.zip
> >>
> >> ===
> >>
> >> I have AutoCAD LT 2000i. The white space in Add or Remove Programs
> >> usually shows up after the AutoCAD LT 2000i listing. If you want to
> >> tweak the registry...
> >>
> >> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
> >> {5783F2D7-0065-0409-0000-0060B0CE6BBA}
> >> Value Name: DisplayIcon
> >> Value Type: REG_SZ
> >> Value Data: C:\Program Files\AutoCAD LT 2000i\aclt.exe,-1
> >>
> >> Notice the aclt.exe,-1?? You can change it to read aclt.exe,1
> >>
> >> Or you can run one of the fixes. I have both autocadaddremovefix.zip &
> >> autodesk-landdesktop3-addremovefix.zip. They both include icons.
> >> autocadaddremovefix.vbs is the one that works for me. It's easier to use
> >> the fix than changing the -1.
> >>
> >> I get the white space in Add or Remove Programs every time that I add or
> >> remove a program. It isn't always AutoCAD LT that has the white space
> >> after it, sometimes it's another program. At any rate, one of the fixes
> >> will work. Until the next time.
> >>
> >> autocadaddremovefix.vbs adds an autocad.ico icon to the %systemroot%\web
> >> folder. It also adds this to the registry >>
> >> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
> >> {5783F2D7-0101-0409-0000-0060B0CE6BBA}
> >> Value Name: DisplayIcon
> >> Value Type: REG_EXPAND_SZ
> >> Value Data: %systemroot%\web\autocad.ico
> >>
> >> autodesk-landdesktop3-addremovefix.vbs adds an acad.ico icon to the
> >> %systemroot%\web folder. It also adds this to the registry >>
> >> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
> >> {5783F2D7-0138-0409-0000-0060B0CE6BBA}
> >> Value Name: DisplayIcon
> >> Value Type: REG_EXPAND_SZ
> >> Value Data: %systemroot%\web\acad.ico
> >> -----
> >> ***
> >> From snowman...
> >> AutoCAD 2002 is
> >> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
> >> {5783F2D7-0101-0409-0000-0060B0CE6BBA}
> >> -----
> >> ***
> >> From anonymous poster...
> >>
> >> One application causes the problem for me. I just removed the reference
> >> to that program in regedit and the black spot dissapeared.
> >> -----
> >>
> >> Here is a script which lists all the negative icon references and sends
> >> them to a log file.
> >> http://windowsxp.mvps.org/utils/
> >> ARPNegCheck.vbs
> >> Lists all negative icon references in Add/Remove
> >>
> >> http://windowsxp.mvps.org/reg/ARPNegCheck.vbs
> >>
> >> From...
> >> Ramesh, Microsoft MVP
> >> Windows XP Shell/User
> >> http://windowsxp.mvps.org
> >>
> >> Dowload the script. Run it by double clicking ARPNegCheck.vbs.
> >> NegativeIcons.txt will be saved to your Desktop.
> >>
> >> --
> >> Hope this helps. Let us know.
> >>
> >> Wes
> >> MS-MVP Windows Shell/User
> >>
> >> In news:AA9CB2C3-A547-41E6-A8FE-(E-Mail Removed),
> >> Peter <(E-Mail Removed)> hunted and pecked:
> >>> When I goe to Control Panel, Add or Remove Programs and click on that,
> >>> only a listing of 10 programs are generated. The scroll bar on the
> >>> right appear as very long black lines on the screen, towards the end
> >>> the rest of the installed programs appear! Any ideas on what can be
> >>> done to recover the list?
> >>>
> >>> --
> >>> PETER

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Add/Remove programs is partially black Harold Windows XP General 9 1st Dec 2008 09:38 PM
Add Remove Programs has verticle black lines =?Utf-8?B?dGdpZnJlZWxhbmNl?= Windows XP Help 1 29th Aug 2007 06:27 PM
Black and Blue lines/blocks in Add/remove program =?Utf-8?B?QW5uZSBELg==?= Windows XP Help 0 28th Apr 2006 10:54 PM
How do I remove black horizontal lines in a resume? =?Utf-8?B?YXN0cm9sb2d5NGFsbA==?= Microsoft Word Document Management 1 23rd Jan 2006 06:46 PM
I have solid black lines in my word document that I can't remove =?Utf-8?B?TGluZGE=?= Microsoft Word Document Management 1 26th Aug 2005 04:08 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:26 PM.