Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Exclude cookies from USMT

49 views
Skip to first unread message

Guy Yardeni

unread,
May 10, 2010, 1:55:01 PM5/10/10
to
I'm configuring USMT 4 to collect many file types from the drive including
txt files but would like to exclude each user's cookies folder.
I've added the exclude section to a new XML (pasted below) as well as to the
component in miguser.xml that has the extensions listed (after adding my
additional needed extensions) and the scanstate command line refers to both
but
the cookies are still captured.

Any ideas would be greatly appreciated

Thanks,
Guy

<?xml version="1.0" encoding="UTF-8"?>
<migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/mp3files">
<!-- This component excludes cookies folders-->
<component type="Documents" context="UserAndSystem">
<displayName _locID="miguser.sharedvideo">MP3 Files</displayName>
<role role="Data">
<rules>
<exclude>
<objectSet>
<pattern type="File">%CSIDL_COOKIES%\* [*]</pattern>
<pattern
type="File">C:\Users\gyardeni\AppData\Roaming\Microsoft\Windows\Cookies\*
[*]</pattern>
</objectSet>
</exclude>
</rules>
</role>
</component>
</migration>

0 new messages