Quantcast
Results 1 to 9 of 9
Like Tree3Likes
  • 3 Post By Josephur

Stumped on Windows Desktop Shortcut Display issue

  1. #1
    Firebird is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Aug 2010
    Posts
    4

    Question Stumped on Windows Desktop Shortcut Display issue

    A few days ago my Desktop shortcut icons went to hell. I'm stumped. I tried a restore but it had issues reapplying the registry. Ran a reg cleaner as a last resort and nothing. I'd imagine it is some sort of registry thing, but I'm not an expert on it. I may be wrong too. I have no idea where to even begin, nor what to search for.

    All of my shortcuts are displaying the normal shortcut icon with a "file" icon on top. Non shortcuts do not have this problem (IE My Computer, any exe or .jpg I put on my desktop).



    Any ideas at all?

    Reply With Quote Reply With Quote

  2. #2
    TorrentG is offline Premier Member
    Enjoys Windows 7 Forums
     
    Join Date
    May 2010
    Posts
    3,913

    Re: Stumped on Windows Desktop Shortcut Display issue

    Hi.

    I think this should help you. If not, please let us know:

    Fix Blank or White Shortcut Icons on Desktop

    Where it shows this: C:\Users\\AppData\Local\

    It really should be C:\Users\{YOURUSERNAMEHERE}\AppData\Local\
    Last edited by TorrentG; 08-15-2010 at 12:55 PM.

    Reply With Quote Reply With Quote

  3. #3
    Firebird is offline Junior Member Thread Starter Thread Starter
    Enjoys Windows 7 Forums
     
    Join Date
    Aug 2010
    Posts
    4

    Re: Stumped on Windows Desktop Shortcut Display issue

    Quote Originally Posted by TorrentG View Post
    Hi.

    I think this should help you. If not, please let us know:

    Fix Blank or White Shortcut Icons on Desktop

    Where it shows this: C:\Users\\AppData\Local\

    It really should be C:\Users\{YOURUSERNAMEHERE}\AppData\Local\

    Thanks.

    Followed it exactly and there was no effect. Still the white icons on top of the normal icons.

    Also, I followed the MS10-046: Vulnerability in Windows Shell could allow remote code execution that was in the discussion area of your link and it had no affect as well.

    Any more ideas?

    Reply With Quote Reply With Quote

  4. #4
    Josephur's Avatar
    Josephur is offline Senior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Aug 2010
    Age
    32
    Posts
    103
    Blog Entries
    1

    Re: Stumped on Windows Desktop Shortcut Display issue

    Have you tried deleting the Icon Cache folder for your user account?
    Run cmd.exe (don't think you need elevated privs)
    Kill Explorer.exe so it's not running (or better yet do this in safe mode)

    CD /d %userprofile%\AppData\Local
    DEL IconCache.db /a
    EXIT

    Restart Explorer and/or computer, does this solve your issue?

    Reply With Quote Reply With Quote

  5. #5
    Firebird is offline Junior Member Thread Starter Thread Starter
    Enjoys Windows 7 Forums
     
    Join Date
    Aug 2010
    Posts
    4

    Re: Stumped on Windows Desktop Shortcut Display issue

    Quote Originally Posted by Josephur View Post
    Have you tried deleting the Icon Cache folder for your user account?
    Run cmd.exe (don't think you need elevated privs)
    Kill Explorer.exe so it's not running (or better yet do this in safe mode)

    CD /d %userprofile%\AppData\Local
    DEL IconCache.db /a
    EXIT

    Restart Explorer and/or computer, does this solve your issue?

    I rebooted in safemode. By the way, they displayed incorrectly in safemode too.

    I loaded cmd.exe, killed explorer.exe , and deleted the IconCache.db file and rebooted. Still messed up.

    Reply With Quote Reply With Quote

  6. #6
    Josephur's Avatar
    Josephur is offline Senior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Aug 2010
    Age
    32
    Posts
    103
    Blog Entries
    1

    Re: Stumped on Windows Desktop Shortcut Display issue

    I looked more closely at your screenshot and it appears the icons are there but another icon overlay is missing that's supposed to be overlay-ed on top of them, for instance the "shortcut to" arrow that displays when a shortcut points to something. What happens when you turn off this overlay, does this fix the issue?

    64-bit:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons]
    "29"="C:\\Windows\\Blank.ico,0"

    32-bit:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons]
    "29"="%SystemRoot%\\Blank.ico,0"

    Reply With Quote Reply With Quote

  7. #7
    Firebird is offline Junior Member Thread Starter Thread Starter
    Enjoys Windows 7 Forums
     
    Join Date
    Aug 2010
    Posts
    4

    Re: Stumped on Windows Desktop Shortcut Display issue

    Quote Originally Posted by Josephur View Post
    I looked more closely at your screenshot and it appears the icons are there but another icon overlay is missing that's supposed to be overlay-ed on top of them, for instance the "shortcut to" arrow that displays when a shortcut points to something. What happens when you turn off this overlay, does this fix the issue?

    64-bit:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons]
    "29"="C:\\Windows\\Blank.ico,0"

    32-bit:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons]
    "29"="%SystemRoot%\\Blank.ico,0"
    Ahhh! It worked!

    I had to improvise a little though and download a Blank.ico off the web (maybe I could have made one, not sure).

    KUDOS!

    Reply With Quote Reply With Quote

  8. #8
    Josephur's Avatar
    Josephur is offline Senior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Aug 2010
    Age
    32
    Posts
    103
    Blog Entries
    1

    Re: Stumped on Windows Desktop Shortcut Display issue

    Hmm there should be a blank icon in shell32.dll you might be able to use, let me open it up and look... looks like Icon 30 in Shell32.dll might be the normal shortcut icon..
    Icon 50-53 looks blank, you could try those too.

    %systemroot%\\System32\\Shell32.dll,30
    etc...

    Reply With Quote Reply With Quote

  9. #9
    Joshua Hayes is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Sep 2012
    Posts
    3
    Windows 7/Server 2008 R2 Chrome 21.0.1180.89

    Re: Stumped on Windows Desktop Shortcut Display issue

    Quote Originally Posted by Josephur View Post
    I looked more closely at your screenshot and it appears the icons are there but another icon overlay is missing that's supposed to be overlay-ed on top of them, for instance the "shortcut to" arrow that displays when a shortcut points to something. What happens when you turn off this overlay, does this fix the issue?

    64-bit:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons]
    "29"="C:\\Windows\\Blank.ico,0"

    32-bit:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons]
    "29"="%SystemRoot%\\Blank.ico,0"
    THANKS! my problem is fixed

    Reply With Quote Reply With Quote

Similar Threads

  1. Strange user profile issue, I'm stumped.
    By Grub in forum Windows 7 Support
    Replies: 5
    Last Post: 08-13-2010, 08:32 PM
  2. Desktop shortcut not working
    By GRGirl in forum Windows 7 Support
    Replies: 0
    Last Post: 04-08-2010, 04:26 PM
  3. How to Maximize IE Shortcut on Desktop
    By tlh in forum Windows 7 Desktop Customization
    Replies: 2
    Last Post: 04-01-2010, 08:30 PM
  4. Strange Network Issue (Completely Stumped)
    By LordBarvis in forum Windows 7 Networking
    Replies: 20
    Last Post: 01-06-2010, 08:03 PM
  5. Desktop shortcuts have no shortcut arrow
    By Banjoboyslim in forum Windows 7 Support
    Replies: 3
    Last Post: 12-27-2009, 09:27 PM

Visitors found this page by searching for:

Search engine data is still being processed!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •