<?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/you-xi-ben/lan-ya-lian-jie/m-p/1232933#M80334</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="XTKP3TG@VT5SL}}}HN7XX$7.png" style="width: 400px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/91287iD6C790E5742E5DAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="XTKP3TG@VT5SL&amp;amp;#125;&amp;amp;#125;&amp;amp;#125;HN7XX$7.png" alt="XTKP3TG@VT5SL&amp;amp;#125;&amp;amp;#125;&amp;amp;#125;HN7XX$7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="]L${_T93%VQ1XQ2M~]RUHP9.png" style="width: 400px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/91288i836D0382FBAE22D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="]L${_T93%VQ1XQ2M~]RUHP9.png" alt="]L${_T93%VQ1XQ2M~]RUHP9.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="W9(SWVTDW1SK][84G0[UFUN.png" style="width: 400px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/91289i7CFDEA9DCDD2D0C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="W9(SWVTDW1SK][84G0[UFUN.png" alt="W9(SWVTDW1SK][84G0[UFUN.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;   直接复制输出结果是垃圾帖子只能截图了&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 10:01:36 GMT</pubDate>
    <dc:creator>Mikxper</dc:creator>
    <dc:date>2023-05-18T10:01:36Z</dc:date>
    <item>
      <title>蓝牙连接</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/lan-ya-lian-jie/m-p/1232847#M80321</link>
      <description>&lt;P&gt;win10更新后能连接蓝牙音响但是在音频选项无法找到对应音响&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 05:41:09 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/lan-ya-lian-jie/m-p/1232847#M80321</guid>
      <dc:creator>Mikxper</dc:creator>
      <dc:date>2023-05-18T05:41:09Z</dc:date>
    </item>
    <item>
      <title>回复： 蓝牙连接</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/lan-ya-lian-jie/m-p/1232879#M80324</link>
      <description>&lt;P&gt;********************提供更多机器有关的信息*************************&lt;/P&gt;
&lt;P&gt;**************提供信息，不是修复，不是解决方案*******************&lt;/P&gt;
&lt;P&gt;********************不提供信息，不勉强******************************&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;系统桌面按Win+R打开运行，输入&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;powershell&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;按住键盘ctrl+shift，鼠标点确定&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;命令行打开显示&lt;/SPAN&gt;&lt;STRONG&gt;PS C:\Windows\system32&amp;gt;&lt;/STRONG&gt;&lt;SPAN&gt;则是成功以管理员运行打开了&lt;/SPAN&gt;&lt;SPAN&gt;powershell，否则以上重试&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;在命令行窗口中复制粘贴下面命令回车&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;if (test-path c:\hpinfo.txt){remove-item c:\hpinfo.txt -force};`&lt;/P&gt;
&lt;P&gt;gwmi Win32_OperatingSystem | select caption,version |fl | out-file \hpinfo.txt -force -append;`&lt;/P&gt;
&lt;P&gt;(gwmi win32_bios).caption |fl | out-file \hpinfo.txt -force -append;`&lt;/P&gt;
&lt;P&gt;(gwmi MS_SystemInformation -namespace root\wmi).SystemSKU |fl | out-file \hpinfo.txt -force -append;`&lt;/P&gt;
&lt;P&gt;Confirm-SecureBootUEFI |fl | out-file \hpinfo.txt -force -append;`&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;"&gt;gwmi Win32_PnPSignedDriver| select DeviceName, DriverVersion, Manufacturer | where {$_.DeviceName -like "*bluetooth*"} |fl | out-file \hpinfo.txt -force -append;`&lt;/P&gt;
&lt;P&gt;gwmi Win32_PNPEntity | Where{$_.ConfigManagerErrorCode -ne 0} | select caption,deviceID,ConfigManagerErrorCode |fl | out-file \hpinfo.txt -force -append&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;打开c:\hpinfo.txt将文件内容全选(ctrl+A)复制(ctrl+c)粘贴(ctrl+v)出来发帖回复，之后c:\hpinfo.txt可以删除。&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;如果红字报错或没有文件，确认是以管理员身份运行了powershell&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 06:35:08 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/lan-ya-lian-jie/m-p/1232879#M80324</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-05-18T06:35:08Z</dc:date>
    </item>
    <item>
      <title>回复： 蓝牙连接</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/lan-ya-lian-jie/m-p/1232911#M80330</link>
      <description>&lt;P&gt;系统的蓝牙配置中取消配对。&lt;/P&gt;
&lt;P&gt;可以用 &lt;A href="https://www.intel.cn/content/www/cn/zh/support/intel-driver-support-assistant.html" target="_blank" rel="noopener"&gt;https://www.intel.cn/content/www/cn/zh/support/intel-driver-support-assistant.html&lt;/A&gt; 检查驱动更新，更新无线网卡和蓝牙驱动程序。&lt;/P&gt;
&lt;P&gt;然后重新配对&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 08:34:19 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/lan-ya-lian-jie/m-p/1232911#M80330</guid>
      <dc:creator>548851818</dc:creator>
      <dc:date>2023-05-18T08:34:19Z</dc:date>
    </item>
    <item>
      <title>回复： 蓝牙连接</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/lan-ya-lian-jie/m-p/1232929#M80333</link>
      <description>&lt;P&gt;输出出来是以下这样&lt;/P&gt;&lt;P&gt;caption : Microsoft Windows 10 家庭版&lt;BR /&gt;version : 10.0.19045&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;F.48&lt;BR /&gt;7ME28PA#AB2&lt;BR /&gt;True&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DeviceName : Bluetooth LE Generic Attribute Service&lt;BR /&gt;DriverVersion : 10.0.19041.488&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Bluetooth LE Generic Attribute Service&lt;BR /&gt;DriverVersion : 10.0.19041.488&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Bluetooth LE Generic Attribute Service&lt;BR /&gt;DriverVersion : 10.0.19041.488&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Bluetooth LE Generic Attribute Service&lt;BR /&gt;DriverVersion : 10.0.19041.488&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Bluetooth LE Device&lt;BR /&gt;DriverVersion : 10.0.19041.488&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Bluetooth LE Generic Attribute Service&lt;BR /&gt;DriverVersion : 10.0.19041.488&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Bluetooth LE Generic Attribute Service&lt;BR /&gt;DriverVersion : 10.0.19041.488&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Bluetooth LE Device&lt;BR /&gt;DriverVersion : 10.0.19041.488&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth LE Enumerator&lt;BR /&gt;DriverVersion : 10.0.19041.488&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Bluetooth Device (Personal Area Network)&lt;BR /&gt;DriverVersion : 10.0.19041.2846&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Bluetooth Device&lt;BR /&gt;DriverVersion : 10.0.19041.2965&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Bluetooth Device&lt;BR /&gt;DriverVersion : 10.0.19041.2965&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Bluetooth Device&lt;BR /&gt;DriverVersion : 10.0.19041.2965&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Bluetooth Device&lt;BR /&gt;DriverVersion : 10.0.19041.2965&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth Hands-Free Audio device&lt;BR /&gt;DriverVersion : 10.0.19041.1620&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth Hands-Free Profile Handsfree role&lt;BR /&gt;DriverVersion : 10.0.19041.1&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth Hands-Free Audio device&lt;BR /&gt;DriverVersion : 10.0.19041.1620&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth Hands-Free Profile AudioGateway role&lt;BR /&gt;DriverVersion : 10.0.19041.1&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth Avrcp Transport Driver&lt;BR /&gt;DriverVersion : 10.0.19041.1&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth Avrcp Transport Driver&lt;BR /&gt;DriverVersion : 10.0.19041.1&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth Avrcp Transport Driver&lt;BR /&gt;DriverVersion : 10.0.19041.1&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth Avrcp Transport Driver&lt;BR /&gt;DriverVersion : 10.0.19041.1&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth Avrcp Transport Driver&lt;BR /&gt;DriverVersion : 10.0.19041.1&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth Avrcp Transport Driver&lt;BR /&gt;DriverVersion : 10.0.19041.1&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth Avrcp Transport Driver&lt;BR /&gt;DriverVersion : 10.0.19041.1&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth A2dp Source&lt;BR /&gt;DriverVersion : 10.0.19041.1&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth A2dp Source&lt;BR /&gt;DriverVersion : 10.0.19041.1&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth A2dp Source&lt;BR /&gt;DriverVersion : 10.0.19041.1&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth A2dp Sink&lt;BR /&gt;DriverVersion : 10.0.19041.1&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Microsoft Bluetooth Enumerator&lt;BR /&gt;DriverVersion : 10.0.19041.2965&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : Bluetooth Device (RFCOMM Protocol TDI)&lt;BR /&gt;DriverVersion : 10.0.19041.1&lt;BR /&gt;Manufacturer : Microsoft&lt;/P&gt;&lt;P&gt;DeviceName : 英特尔(R) 无线 Bluetooth(R)&lt;BR /&gt;DriverVersion : 22.0.0.2&lt;BR /&gt;Manufacturer : Intel Corporation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 09:59:05 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/lan-ya-lian-jie/m-p/1232929#M80333</guid>
      <dc:creator>Mikxper</dc:creator>
      <dc:date>2023-05-18T09:59:05Z</dc:date>
    </item>
    <item>
      <title>回复： 蓝牙连接</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/lan-ya-lian-jie/m-p/1232933#M80334</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="XTKP3TG@VT5SL}}}HN7XX$7.png" style="width: 400px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/91287iD6C790E5742E5DAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="XTKP3TG@VT5SL&amp;amp;#125;&amp;amp;#125;&amp;amp;#125;HN7XX$7.png" alt="XTKP3TG@VT5SL&amp;amp;#125;&amp;amp;#125;&amp;amp;#125;HN7XX$7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="]L${_T93%VQ1XQ2M~]RUHP9.png" style="width: 400px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/91288i836D0382FBAE22D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="]L${_T93%VQ1XQ2M~]RUHP9.png" alt="]L${_T93%VQ1XQ2M~]RUHP9.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="W9(SWVTDW1SK][84G0[UFUN.png" style="width: 400px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/91289i7CFDEA9DCDD2D0C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="W9(SWVTDW1SK][84G0[UFUN.png" alt="W9(SWVTDW1SK][84G0[UFUN.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;   直接复制输出结果是垃圾帖子只能截图了&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 10:01:36 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/lan-ya-lian-jie/m-p/1232933#M80334</guid>
      <dc:creator>Mikxper</dc:creator>
      <dc:date>2023-05-18T10:01:36Z</dc:date>
    </item>
    <item>
      <title>回复： 蓝牙连接</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/lan-ya-lian-jie/m-p/1232955#M80337</link>
      <description>&lt;P&gt;试试把相关驱动重新安装一下。&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 12:19:07 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/lan-ya-lian-jie/m-p/1232955#M80337</guid>
      <dc:creator>WDH</dc:creator>
      <dc:date>2023-05-18T12:19:07Z</dc:date>
    </item>
    <item>
      <title>回复： 蓝牙连接</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/lan-ya-lian-jie/m-p/1232956#M80338</link>
      <description>&lt;P&gt;重装没什么用啊&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 12:57:56 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/lan-ya-lian-jie/m-p/1232956#M80338</guid>
      <dc:creator>Mikxper</dc:creator>
      <dc:date>2023-05-18T12:57:56Z</dc:date>
    </item>
  </channel>
</rss>

