C'est vrai que ce n'est pas très clair.
dans unattend.xml, avec TaskBarLinks, on demande, à mon avis, un raccourci :
<TaskbarLinks>
<Link0>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\sound recorder.lnk</Link0>
<Link1>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\Snipping Tool.lnk</Link1>
<Link2>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Microsoft Office 2013\Word 2013.lnk</Link2>
<Link3>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Microsoft Office 2013\Excel 2013.lnk</Link3>
<Link4>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Microsoft Office 2013\Publisher 2013.lnk</Link4>
<Link5>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\System Tools\Windows PowerShell.lnk</Link5>
<Link6>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Control Panel.lnk</Link6>
</TaskbarLinks>
Les 5 premiers marchent, pas le 6ème.
Je vais essayer avec le fichier exe, ce qui donnerait:
<Link6>%WINDIR%\System32\Control.exe</Link6>
Windows