I am writing up a script to redirect all of a users browser shortcuts through the MSDN app DropMyRights in an attempt to better protect the systems. Part of this script is to remove the IE Icon from the desktop. this is accomplished by setting this registry key. RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer", "NoInternetIcon", "REG_DWORD", 1) I then create a new IE shortcut on the desktop which is redirected through DropMyRights. The issue, i