Icon Shortcut Arrow Removal
Monday, March 10, 2003 by hispeed | Discussion: WinCustomize Talk
HEP
Reply #2 Monday, March 10, 2003 2:43 AM
Copy this into notepad and save as 'Shortcut.inf', then right click the file and choose 'Install'.
; setup file will edit the registry to remove the little arrows on short cuts
[version]
signature="$CHICAGO$"
SetupClass=BASE
[DefaultInstall]
AddReg=Install.Uninstall.Option,Install.Uninstall.Information
DelReg=Uninstall.IsShortcut
CopyFiles=Copy.inf.file
Restart
[DefaultUninstall]
DelReg=Install.Uninstall.Option,Install.Uninstall.Information
DelFiles=Copy.inf.file
AddReg=Uninstall.IsShortcut
Restart
[Install.Uninstall.Information]
HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\IsShortcutOff,,,
HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\IsShortcutOff,"DisplayName",,"Shortcut Arrow Killer!"
HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\IsShortcutOff,"UninstallString",,"c:\windows\rundll.exe setupx.dll,InstallHinfSection DefaultUnInstall 132 %17%\shortcut.inf"
[Install.Uninstall.Option]
HKCR,inffile\shell\Uninstall,,,
HKCR,inffile\shell\Uninstall,command,,,
HKCR,inffile\shell\uninstall\command,,,"C:\WINDOWS\rundll.exe setupx.dll,InstallHinfSection DefaultUnInstall 132 %1"
[Uninstall.IsShortcut]
HKCR,lnkfile,IsShortcut,,""
HKCR,piffile,IsShortcut,,""
[Copy.inf.file]
shortcut.inf
[DestinationDirs]
Copy.inf.file=17, ; put a copy of the inf file in \windows\inf
[SourceDisksNames]
55="Remove Shortcut Arrow","",1
[SourceDisksFiles]
shortcut.inf=55

Reply #4 Tuesday, March 11, 2003 2:41 AM
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!







Reply #1 Monday, March 10, 2003 1:50 AM
Hope that works for ya!