Printer in Dashboard

Hi Guys,
I am currently testing our upgrade to 10.2.100.
In the process I am recompiling and deploying all our dashboards.
We have a lot of older dashboards (e9 era) that seem to have printer definitions embedded in the dashboard and when I go to recompile and deploy it is asking me if I want to install the printer associated with them.

Is it possible to remove this old printer definition from the dashboard?
How can I do this?

I have had a look at ice.DashBdChunk and Ice.DashBdDef but cannot find any references to printers in the fields.
I also had a look at the dashboard maint and cust forms but I cannot find any references.
Any ideas would be helpful so I squash these finally.

Cheers
Patrick

I exported the dashboard and I can see in the xml file the problem is in the “DashboardProperties” tag.
There is a page settings property.
Is there a way to clear this without exporting and importing?

<DashboardProperties diffgr:id="DashboardProperties20" msdata:rowOrder="9">
  <Company>40MEAT</Company>
  <DefinitionID>UDTables</DefinitionID>
  <PropertyID>PageSettings</PropertyID>
  <PropertyValue>&lt;?xml version="1.0" encoding="utf-16"?&gt;

<PageSettings xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=“http://www.w3.org/2001/XMLSchema”>
<Color>true</Color>
<Landscape>true</Landscape>
<Margins>
<Left>100</Left>
<Right>100</Right>
<Top>100</Top>

&lt;PrintToFile&gt;false&lt;/PrintToFile&gt;
&lt;PrinterName&gt;\\W**P**NT\***-***COLOUR&lt;/PrinterName&gt;

Hi Guys,
Anyone got any ideas on this?

Did you ever figure this out?