rlaplant Posted May 19, 2014 Report post Posted May 19, 2014 Im getting hung up on writing the key to a different place .... it doesn't want to write at all. Heres my printers.xml for that, but its just not writing it. <?xml version="1.0" encoding="UTF-8"?> <migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/printers"> <!-- This component migrates the printers and network drives --> <component type="System" context="UserAndSystem"> <displayName>Printers</displayName> <role role="Settings"> <rules context="System"> <include> <objectSet> <pattern type="Registry">HKCU\Printers\Connections\* [*]</pattern> </objectSet> </include> <locationModify script="MigXmlHelper.RelativeMove('HKCU\Printers\Connections\', 'HKCU\Printers\OldConnections\')"> <objectSet> <pattern type="Registry">HKCU\Printers\Connections\* [*]</pattern> </objectSet> </locationModify> </rules> </role> </component> </migration> Anyone see anything blaringly wrong with that? Quote Share this post Link to post Share on other sites More sharing options...