<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>该主题</title>
    <link>https://h30471.www3.hp.com/t5/cao-zuo-xi-tong-he-ruan-jian/HP-bu-duan-de-zi-dong-xia-zaicsharp-yuan-ma-bing-zi-dong-bian-yi-shi-shen-me-yuan-yin/m-p/858493#M27594</link>
    <description>&lt;P&gt;&lt;a href="https://h30471.www3.hp.com/t5/user/viewprofilepage/user-id/15062"&gt;@托卢&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;请帮忙~&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jan 2018 02:16:03 GMT</pubDate>
    <dc:creator>KongL</dc:creator>
    <dc:date>2018-01-19T02:16:03Z</dc:date>
    <item>
      <title>HP不断的自动下载csharp源码并自动编译是什么原因？</title>
      <link>https://h30471.www3.hp.com/t5/cao-zuo-xi-tong-he-ruan-jian/HP-bu-duan-de-zi-dong-xia-zaicsharp-yuan-ma-bing-zi-dong-bian-yi-shi-shen-me-yuan-yin/m-p/858227#M27581</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="无标题.png" style="width: 600px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/26570i2A0EE1919E166F0D/image-size/large?v=v2&amp;amp;px=999" role="button" title="无标题.png" alt="无标题.png" /&gt;&lt;/span&gt;以下是HP自动下载的源码，每天都在不停的下载和编译，然后360在不断的报警&lt;/P&gt;&lt;P&gt;#if _DYNAMIC_XMLSERIALIZER_COMPILATION&lt;BR /&gt;[assembly:System.Security.AllowPartiallyTrustedCallers()]&lt;BR /&gt;[assembly:System.Security.SecurityTransparent()]&lt;BR /&gt;#endif&lt;BR /&gt;[assembly:System.Reflection.AssemblyVersionAttribute("6.7.576.0")]&lt;BR /&gt;namespace Microsoft.Xml.Serialization.GeneratedAssembly {&lt;/P&gt;&lt;P&gt;public class XmlSerializationWriterProductConfigDyn2 : System.Xml.Serialization.XmlSerializationWriter {&lt;/P&gt;&lt;P&gt;public void Write33_ProductConfigDyn(object o) {&lt;BR /&gt;WriteStartDocument();&lt;BR /&gt;if (o == null) {&lt;BR /&gt;WriteEmptyTag(@"ProductConfigDyn", @"&lt;A href="http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2009/03/16" target="_blank"&gt;http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2009/03/16&lt;/A&gt;");&lt;BR /&gt;return;&lt;BR /&gt;}&lt;BR /&gt;TopLevelElement();&lt;BR /&gt;Write32_ProductConfigDyn2(@"ProductConfigDyn", @"&lt;A href="http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2009/03/16" target="_blank"&gt;http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2009/03/16&lt;/A&gt;", ((global::Com.HP.HPXML.DD.LEDMObjects.ProductConfig.ProductConfigDyn2)o), false, false);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;void Write32_ProductConfigDyn2(string n, string ns, global::Com.HP.HPXML.DD.LEDMObjects.ProductConfig.ProductConfigDyn2 o, bool isNullable, bool needType) {&lt;BR /&gt;if ((object)o == null) {&lt;BR /&gt;if (isNullable) WriteNullTagLiteral(n, ns);&lt;BR /&gt;return;&lt;BR /&gt;}&lt;BR /&gt;if (!needType) {&lt;BR /&gt;System.Type t = o.GetType();&lt;BR /&gt;if (t == typeof(global::Com.HP.HPXML.DD.LEDMObjects.ProductConfig.ProductConfigDyn2)) {&lt;BR /&gt;}&lt;BR /&gt;else {&lt;BR /&gt;throw CreateUnknownTypeException(o);&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;WriteStartElement(n, ns, o, false, null);&lt;BR /&gt;if (needType) WriteXsiType(@"ProductConfigDyn", @"&lt;A href="http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2009/03/16" target="_blank"&gt;http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2009/03/16&lt;/A&gt;");&lt;BR /&gt;Write2_Version(@"Version", @"&lt;A href="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" target="_blank"&gt;http://www.hp.com/schemas/imaging/con/dictionaries/1.0/&lt;/A&gt;", ((global::Com.HP.HPXML.DD.Version)o.@Version), false, false);&lt;BR /&gt;Write8_ProductInformation(@"ProductInformation", @"&lt;A href="http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2007/11/05" target="_blank"&gt;http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2007/11/05&lt;/A&gt;", ((global::Com.HP.HPXML.DD.LEDMObjects.ProductConfig.ProductInformation)o.@ProductInformation), false, false);&lt;BR /&gt;Write18_ProductSettings(@"ProductSettings", @"&lt;A href="http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2007/11/05" target="_blank"&gt;http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2007/11/05&lt;/A&gt;", ((global::Com.HP.HPXML.DD.LEDMObjects.ProductConfig.ProductSettings)o.@ProductSettings), false, false);&lt;BR /&gt;Write24_Memory(@"Memory", @"&lt;A href="http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2007/11/05" target="_blank"&gt;http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2007/11/05&lt;/A&gt;", ((global::Com.HP.HPXML.DD.LEDMObjects.ProductConfig.Memory)o.@Memory), false, false);&lt;BR /&gt;{&lt;BR /&gt;global::Com.HP.HPXML.DD.LEDMObjects.ProductConfig.Address[] a = (global::Com.HP.HPXML.DD.LEDMObjects.ProductConfig.Address[])((global::Com.HP.HPXML.DD.LEDMObjects.ProductConfig.Address[])o.@EmailAlerts);&lt;BR /&gt;if (a != null){&lt;BR /&gt;WriteStartElement(@"EmailAlerts", @"&lt;A href="http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2007/11/05" target="_blank"&gt;http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2007/11/05&lt;/A&gt;", null, false);&lt;BR /&gt;for (int ia = 0; ia &amp;lt; a.Length; ia++) {&lt;BR /&gt;Write26_Address(@"Address", @"&lt;A href="http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2007/11/05" target="_blank"&gt;http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2007/11/05&lt;/A&gt;", ((global::Com.HP.HPXML.DD.LEDMObjects.ProductConfig.Address)a[ia]), false, false);&lt;BR /&gt;}&lt;BR /&gt;WriteEndElement();&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;Write31_ProductSettings2(@"ProductSettings", @"&lt;A href="http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2009/03/16" target="_blank"&gt;http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2009/03/16&lt;/A&gt;", ((global::Com.HP.HPXML.DD.LEDMObjects.ProductConfig.ProductSettings2)o.@ProductSettings2), false, false);&lt;BR /&gt;WriteEndElement(o);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;void Write31_ProductSettings2(string n, string ns, global::Com.HP.HPXML.DD.LEDMObjects.ProductConfig.ProductSettings2 o, bool isNullable, bool needType) {&lt;BR /&gt;if ((object)o == null) {&lt;BR /&gt;if (isNullable) WriteNullTagLiteral(n, ns);&lt;BR /&gt;return;&lt;BR /&gt;}&lt;BR /&gt;if (!needType) {&lt;BR /&gt;System.Type t = o.GetType();&lt;BR /&gt;if (t == typeof(global::Com.HP.HPXML.DD.LEDMObjects.ProductConfig.ProductSettings2)) {&lt;BR /&gt;}&lt;BR /&gt;else {&lt;BR /&gt;throw CreateUnknownTypeException(o);&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;WriteStartElement(n, ns, o, false, null);&lt;BR /&gt;if (needType) WriteXsiType(@"ProductSettings", @"&lt;A href="http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2009/03/16" target="_blank"&gt;http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2009/03/16&lt;/A&gt;");&lt;BR /&gt;WriteElementString(@"AssetNumber", @"&lt;A href="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" target="_blank"&gt;http://www.hp.com/schemas/imaging/con/dictionaries/1.0/&lt;/A&gt;", ((global::System.String)o.@AssetNumber));&lt;BR /&gt;WriteElementString(@"CompanyName", @"&lt;A href="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" target="_blank"&gt;http://www.hp.com/schemas/imaging/con/dictionaries/1.0/&lt;/A&gt;", ((global::System.String)o.@CompanyName));&lt;BR /&gt;WriteElementString(@"CompanyContact", @"&lt;A href="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" target="_blank"&gt;http://www.hp.com/schemas/imaging/con/dictionaries/1.0/&lt;/A&gt;", ((global::System.String)o.@CompanyContact));&lt;BR /&gt;WriteElementString(@"FriendlyName", @"&lt;A href="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" target="_blank"&gt;http://www.hp.com/schemas/imaging/con/dictionaries/1.0/&lt;/A&gt;", ((global::System.String)o.@FriendlyName));&lt;BR /&gt;if (o.@PowerOnCalibrationSpecified) {&lt;BR /&gt;WriteElementString(@"PowerOnCalibration", @"&lt;A href="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" target="_blank"&gt;http://www.hp.com/schemas/imaging/con/dictionaries/1.0/&lt;/A&gt;", Write9_PowerOnCalibration(((global::Com.HP.HPXML.DD.PowerOnCalibration)o.@PowerOnCalibration)));&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 03:34:36 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/cao-zuo-xi-tong-he-ruan-jian/HP-bu-duan-de-zi-dong-xia-zaicsharp-yuan-ma-bing-zi-dong-bian-yi-shi-shen-me-yuan-yin/m-p/858227#M27581</guid>
      <dc:creator>裴先生</dc:creator>
      <dc:date>2018-01-17T03:34:36Z</dc:date>
    </item>
    <item>
      <title>回复： HP不断的自动下载csharp源码并自动编译是什么原因？</title>
      <link>https://h30471.www3.hp.com/t5/cao-zuo-xi-tong-he-ruan-jian/HP-bu-duan-de-zi-dong-xia-zaicsharp-yuan-ma-bing-zi-dong-bian-yi-shi-shen-me-yuan-yin/m-p/858228#M27582</link>
      <description>&lt;P&gt;什么型号的机器？是否是预装系统？&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;看一下系统启动项和服务项都有哪些程序开机自动运行？&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 04:03:33 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/cao-zuo-xi-tong-he-ruan-jian/HP-bu-duan-de-zi-dong-xia-zaicsharp-yuan-ma-bing-zi-dong-bian-yi-shi-shen-me-yuan-yin/m-p/858228#M27582</guid>
      <dc:creator>托卢</dc:creator>
      <dc:date>2018-01-17T04:03:33Z</dc:date>
    </item>
    <item>
      <title>回复： HP不断的自动下载csharp源码并自动编译是什么原因？</title>
      <link>https://h30471.www3.hp.com/t5/cao-zuo-xi-tong-he-ruan-jian/HP-bu-duan-de-zi-dong-xia-zaicsharp-yuan-ma-bing-zi-dong-bian-yi-shi-shen-me-yuan-yin/m-p/858273#M27583</link>
      <description>&lt;P&gt;每次电脑开机都显示HP toolbox什么什么的 有问题，但是打印扫描等都不受影响，影响就是不断的下载这个HP的csharp 源代码并自动编译。这个hp toolbox也找不到在哪里卸载&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 08:27:41 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/cao-zuo-xi-tong-he-ruan-jian/HP-bu-duan-de-zi-dong-xia-zaicsharp-yuan-ma-bing-zi-dong-bian-yi-shi-shen-me-yuan-yin/m-p/858273#M27583</guid>
      <dc:creator>裴先生</dc:creator>
      <dc:date>2018-01-17T08:27:41Z</dc:date>
    </item>
    <item>
      <title>回复： HP不断的自动下载csharp源码并自动编译是什么原因？</title>
      <link>https://h30471.www3.hp.com/t5/cao-zuo-xi-tong-he-ruan-jian/HP-bu-duan-de-zi-dong-xia-zaicsharp-yuan-ma-bing-zi-dong-bian-yi-shi-shen-me-yuan-yin/m-p/858493#M27594</link>
      <description>&lt;P&gt;&lt;a href="https://h30471.www3.hp.com/t5/user/viewprofilepage/user-id/15062"&gt;@托卢&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;请帮忙~&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 02:16:03 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/cao-zuo-xi-tong-he-ruan-jian/HP-bu-duan-de-zi-dong-xia-zaicsharp-yuan-ma-bing-zi-dong-bian-yi-shi-shen-me-yuan-yin/m-p/858493#M27594</guid>
      <dc:creator>KongL</dc:creator>
      <dc:date>2018-01-19T02:16:03Z</dc:date>
    </item>
    <item>
      <title>回复： HP不断的自动下载csharp源码并自动编译是什么原因？</title>
      <link>https://h30471.www3.hp.com/t5/cao-zuo-xi-tong-he-ruan-jian/HP-bu-duan-de-zi-dong-xia-zaicsharp-yuan-ma-bing-zi-dong-bian-yi-shi-shen-me-yuan-yin/m-p/858518#M27603</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="无标题.png" style="width: 483px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/26618i21EC19B82A5EC730/image-size/large?v=v2&amp;amp;px=999" role="button" title="无标题.png" alt="无标题.png" /&gt;&lt;/span&gt;这是今天上午下载编译的，再看一下编译输出里面的内容：&lt;/P&gt;&lt;P&gt;C:\Windows\system32&amp;gt; "C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe" /t:library /utf8output /R:"C:\Program Files (x86)\HP\HPLaserJetService\LEDMXMLObjects.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /out:"C:\Windows\TEMP\bbytavpf.dll" /debug- /optimize+ /nostdlib /D:_DYNAMIC_XMLSERIALIZER_COMPILATION "C:\Windows\TEMP\bbytavpf.0.cs"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;看这个.out文件里面的内容，应该是HP自动下载源码编译以后想向&lt;SPAN&gt;C:\Program Files (x86)\HP\HPLaserJetService\这个路径下面写入数据，但是为什么这么疯狂的下载编译呢？&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 02:49:37 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/cao-zuo-xi-tong-he-ruan-jian/HP-bu-duan-de-zi-dong-xia-zaicsharp-yuan-ma-bing-zi-dong-bian-yi-shi-shen-me-yuan-yin/m-p/858518#M27603</guid>
      <dc:creator>裴先生</dc:creator>
      <dc:date>2018-01-19T02:49:37Z</dc:date>
    </item>
    <item>
      <title>回复： HP不断的自动下载csharp源码并自动编译是什么原因？</title>
      <link>https://h30471.www3.hp.com/t5/cao-zuo-xi-tong-he-ruan-jian/HP-bu-duan-de-zi-dong-xia-zaicsharp-yuan-ma-bing-zi-dong-bian-yi-shi-shen-me-yuan-yin/m-p/858539#M27605</link>
      <description>&lt;P&gt;&lt;SPAN&gt;HPLaserJetService是惠普激光打印机的服务，楼主把这个软件或驱动卸载了再看看情况。&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 03:41:12 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/cao-zuo-xi-tong-he-ruan-jian/HP-bu-duan-de-zi-dong-xia-zaicsharp-yuan-ma-bing-zi-dong-bian-yi-shi-shen-me-yuan-yin/m-p/858539#M27605</guid>
      <dc:creator>托卢</dc:creator>
      <dc:date>2018-01-19T03:41:12Z</dc:date>
    </item>
  </channel>
</rss>

