NIM Posted December 25, 2006 Posted December 25, 2006 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.