another quick USMT post, if you want to avoid your Pinned items (for example Microsoft Office Outlook) from being migrated in a Win7 to Win7 migration, then include the following in a custom XML file as explained in this post, why do you want to do this, well if you don't you just might see Microsoft Office Outlook 2007 (2) as your pinned item name (for example) in the taskbar.
<component type="Documents" context="user">
<displayName _locID="miguser.User_Exclusions">User Exclusions</displayName>
<role role="Data">
<rules>
<unconditionalExclude>
<objectSet>
<!-- exclude items pinned on the taskbar otherwise it'll cause the same items to show up as (2) desktop-->
<pattern type="File">%APPDATA%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\* [*.lnk]</pattern>
</objectSet>
</unconditionalExclude>
</rules>
</role>
</component>
and that's probably a good idea looking at my current Windows 7 taskbar the following items are pinned
Directory of C:\Users\niall\AppData\Roaming\Microsoft\Internet Explorer\Quic
k Launch\User Pinned\TaskBar
2012-02-17 15:45 <DIR> .
2012-02-17 15:45 <DIR> ..
2011-03-17 10:08 2 466 ConfigMgr Console.lnk
2011-03-17 09:58 1 457 Internet Explorer.lnk
2011-03-17 10:13 2 613 Microsoft Office Communicator 2007 R2.lnk
2010-12-20 18:18 2 693 Microsoft Office Outlook 2007.lnk
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
another quick USMT post, if you want to avoid your Pinned items (for example Microsoft Office Outlook) from being migrated in a Win7 to Win7 migration, then include the following in a custom XML file as explained in this post, why do you want to do this, well if you don't you just might see Microsoft Office Outlook 2007 (2) as your pinned item name (for example) in the taskbar.
and that's probably a good idea looking at my current Windows 7 taskbar the following items are pinned
cheers
niall
Share this post
Link to post
Share on other sites