das Erstellen funktioniert
http://xwatch.de/download/index.html mit den Shortcuts hier ganz gut
z.b.
Delphi-Quellcode:
Createshortcut(SpecialDirectory(CSIDL_Desktop)+'Jompf.lnk',
path.text+'\Jompf.exe','/info',
path.text+'\', SW_SHOWNORMAL,
path.text+'\Jompf.exe', 0);
aber mit dem Löschen hatte ich damals auch meine Schwierigkeiten meine ich
aber so sollte es gehen, habs eben mal getestet
GL
DeleteFile(specialDirectory(CSIDL_Desktop)+'Jompf.lnk');