Jump to content

Shortcut arrows in Vista


NIM

Recommended Posts

The shortcut arrows in Vista are actually overlaid icons. You can get rid of them using a couple of different methods, one of which concerns removing, renaming, or changing the value of the more traditional 'IsShortcut' key (outlined elsewhere in the Vista Tricks and Tips section). However, there is a slight problem with changing the 'IsShortcut' key, since Vista relies heavly on links if you change this key some items that rely on links may fail to start up.

So we need another method. Using the reg entery below gets rid of the shortcut arrow overlay. Actually what this reg entry does is substitute the shortcut arrow overlay for a transparent overlay which is exactly what TweakUI from MS did in the past. So...here it is for ya...

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons]
"29"="C:\\Windows\\System32\\shell32.dll,52"

The 'Shell Icons' key doesn't normally exist in Vista. This reg entry creates the key, and puts the '29' REG_SZ entry in the key and gives the REG_SZ '29' a value of "C:\\Windows\\System32\\shell32.dll,52" which points it to a transparent icon (icon #52) in the shell32.dll file. This reg entry gets rid of the shortcut arrow and at the same time doesn't break our links like the 'IsShortcut' key method might do in Vista.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...