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

reconnect printer

14 views
Skip to first unread message

ramramram

unread,
Mar 16, 2010, 10:30:02 AM3/16/10
to

We are doing a complete refresh on all users. I need a script that will
reconnect the users printer after our refresh is done on each users laptop.
We are backing up files to server. I am a newbie and need help! Thank you

pascual

unread,
Mar 31, 2010, 4:54:01 PM3/31/10
to

If you are trying to reconnect network printers you can copy the following to
notepad and create an xml file to use with USMT:

<?xml version="1.0" encoding="UTF-8"?>
<migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/PrintNet">
<library prefix="MigSysHelper">MigSys.dll</library>
<component type="System">
<displayName _locID="NetworkDrivesPrinters">Network Drives,
Printers</displayName>
<role role="Settings">
<rules context="User">
<include>
<objectSet>
<pattern type="Registry">HKCU\Network\* [*]</pattern>
</objectSet>
<objectSet>
<pattern type="Registry">HKCU\Printers\* [*]</pattern>
</objectSet>
</include>
</rules>
</role>
</component>
</migration>

This should work with version 3.01 or 4 of USMT.

0 new messages