I like this one... removes even if you have +R attribute on the file. [Eek!]

code:
Break on cls
IF EXIST ("%userprofile%\Desktop\Syteline.lnk")<>0
shell '%comspec% /c DELTREE "%userprofile%\Desktop\Syteline.lnk /y"'
Endif

What a cool language KiX is. See how you can do the same thing in so many ways.