Icons with Windows 7 taskbar icons are stored in the following places:
File System: %APPDATA%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
Registry: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
To expand a pinned item, you can follow these steps:
- Configure items docked in Windows 7 as a reference computer.
- Export the registry key to the pinned.reg file:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
And copy the items in %APPDATA%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar to the shared folder.
- Create a logon script to deploy the registry keys and copy the corresponding files.
Please note that the %APPDATA%\Microsoft\Internet Explorer\Quick Launch\User Pinned is created only after the user has attached the icon to the taskbar. In the logon script, you will need to create the %APPDATA%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar if it does not exist.
PLEASE ALSO A NOTE THIS REPLACES ALL THE ICONS NOW! So, this is suitable for me, because it is used only on our DR terminals, where users should not try to personalize anything and are going to switch from terminal to terminal on demand.
Finally: there is another way to do this using this VBS script, which allows you to add attached items to the current user collection:
http://blogs.technet.com/b/deploymentguys/archive/2009/04/08/pin-items-to-the-start-menu-or-windows-7-taskbar-via-script.aspx
I did not like this method, since it includes a script login.
source share