Windows Embedded Standard 7 for HP Thin Clients - Best Practices for Image Capture & Deployment
7. Add the links to the XML file, like in the following example (type %ALLUSERSPROFILE% exactly as shown):
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<TaskBarLinks>
<Link0>%ALLUSERSPROFILE%\UserPinned\TaskBar\Internet Explorer.lnk</Link0>
<Link1>%ALLUSERSPROFILE%\UserPinned\TaskBar\Windows Explorer.lnk</Link1>
<Link2>%ALLUSERSPROFILE%\UserPinned\TaskBar\Windows Media Player.lnk</Link2>
</TaskBarLinks>
<StartPanelLinks>
<Link0>%ALLUSERSPROFILE%\UserPinned\StartMenu\Internet Explorer.lnk</Link0>
<Link1>%ALLUSERSPROFILE%\UserPinned\StartMenu\Windows Explorer.lnk</Link1>
<Link2>%ALLUSERSPROFILE%\UserPinned\StartMenu\Windows Media Player.lnk</Link2>
</StartPanelLinks>
</component>
4