Corrupted icons

giannantonio

Posts: 48   +0
Hello everyone,

yesterday I was trying to remove the arrows of shortcut icons with regedit following a guide on internet but i screwed up, now instead of the arrow where it should be there is an empty picture, so how can i remove it?



Uploaded with ImageShack.us
 
I don't know if I have the answer but what version of Windows is this?
 
You succeeded in removing the image of the arrow, from what I can see. However, my best guess is that windows is still trying to display an image there, but can't.

Can you post a link to the guide?
 
Don't know if this will work, but easy to try creating a new shortcut icon on your Desktop. Try IE first

Start->Programs-> Look for the IE program entry, rt click Send To Desktop (shortcut)

Does the full icon appear?
 
here is the guide i followed

This tweak removes the shortcut arrow

•Click Start, Run and type Regedit.exe
•Navigate to the following key:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Shell Icons

•In the right-pane, create a new String value named 29
•Double-click 29 and set its Value data as:
C:\Windows\System32\shell32.dll,50

(shell32.dll,50 is a empty icon)

•Close Registry Editor.
To apply the changes instantly, follow this

•Right-click Desktop, choose Properties
•Click the Appearance Tab.
•Click Advanced button
•Choose Icon from the drop-down list
•Set it's size to 31 and press OK, OK.
The changes will be applied now. Repeat the above steps and then set the Icon size back to 32 (defaults). The above steps are required to force Windows to redraw the icons.
 
Oh. One other thought. If problem persists, and you can't figure out how to restore the registry value, you might try doing a Vista System Restore to a point prior to your regedit
 
Okay, I see the problem. When you changed the registry, you must have somehow put in the wrong icon, because the icon you have is actually the first icon in shell32.dll.

I'll see if I can give you a fix.
 
Okay, I was able to replicate your result a couple of ways so far. Values of:

"C:\\Windows\System32\shell32.dll"

and

"C:\\Windows\System32\shell32.dll, 50"

both gave me that icon. I'm guessing that

"C:\\Windows\System32\shell32.dll,0"

and

"C:\\Windows\System32\shell32.dll,"

and

"C:\\Windows\System32\shell32.dll ,50"

and

"C:\\Windows\System32\shell32.dll , 50"

would produce the same results. Check to make sure that you don't have the Value mistyped in any of these ways.
 
Download some icon tools to fix the problem.

TuneUp Utils (this is a trial but you can use it fully)
Tweak Power Pack Pro (this one is freeware now)
IOBIT advance system care has shortcut fixer but the other two are better to fix.
 
Okay, I was able to replicate your result a couple of ways so far. Values of:

"C:\\Windows\System32\shell32.dll"

and

"C:\\Windows\System32\shell32.dll, 50"

both gave me that icon. I'm guessing that

"C:\\Windows\System32\shell32.dll,0"

and

"C:\\Windows\System32\shell32.dll,"

and

"C:\\Windows\System32\shell32.dll ,50"

and

"C:\\Windows\System32\shell32.dll , 50"

would produce the same results. Check to make sure that you don't have the Value mistyped in any of these ways.

yea thanks it helped, i mistyped and wrote , 50 instead of ,50

now it works

thanks
 
Back