<?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/yin-liang-wu-fa-diao-zheng/m-p/1227764#M79484</link>
    <description>&lt;P&gt;音量大小无法调整，滑块、键盘快捷键都无法控制，默认最大音量。已尝试重新安装realtek声卡和官网下载的声卡驱动（编号为sp142558）。&lt;/P&gt;</description>
    <pubDate>Tue, 18 Apr 2023 08:09:36 GMT</pubDate>
    <dc:creator>笔记本用户</dc:creator>
    <dc:date>2023-04-18T08:09:36Z</dc:date>
    <item>
      <title>音量无法调整</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/yin-liang-wu-fa-diao-zheng/m-p/1227764#M79484</link>
      <description>&lt;P&gt;音量大小无法调整，滑块、键盘快捷键都无法控制，默认最大音量。已尝试重新安装realtek声卡和官网下载的声卡驱动（编号为sp142558）。&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 08:09:36 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/yin-liang-wu-fa-diao-zheng/m-p/1227764#M79484</guid>
      <dc:creator>笔记本用户</dc:creator>
      <dc:date>2023-04-18T08:09:36Z</dc:date>
    </item>
    <item>
      <title>回复： 音量无法调整</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/yin-liang-wu-fa-diao-zheng/m-p/1227779#M79485</link>
      <description>&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 12.0pt;"&gt;********************提供更多机器有关的信息*************************&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 12.0pt;"&gt;**************提供信息，不是修复，不是解决方案*******************&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 12.0pt;"&gt;********************不提供信息，不勉强******************************&lt;/P&gt;
&lt;UL style="direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in;" type="disc"&gt;
&lt;LI lang="zh-CN" style="margin-top: 0; margin-bottom: 0; vertical-align: middle;"&gt;&lt;SPAN&gt;系统桌面按Win+R打开运行，输入&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: 'HP Simplified Hans Light'; font-size: 12.0pt;" lang="zh-CN"&gt;powershell&lt;/P&gt;
&lt;UL style="direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in;" type="disc"&gt;
&lt;LI style="margin-top: 0; margin-bottom: 0; vertical-align: middle;"&gt;&lt;SPAN&gt;按&lt;/SPAN&gt;&lt;SPAN&gt;住&lt;/SPAN&gt;&lt;SPAN&gt;键盘ctrl+shift，鼠标点确定&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: 'HP Simplified Hans Light'; font-size: 12.0pt;"&gt;&lt;SPAN&gt;命令行打开显示&lt;/SPAN&gt;&lt;SPAN&gt;PS C:\Windows\system32&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;则是成功以管理员运行打开了&lt;/SPAN&gt;&lt;SPAN&gt;powershell，否则以上重试&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL style="direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in;" type="disc"&gt;
&lt;LI lang="zh-CN" style="margin-top: 0; margin-bottom: 0; vertical-align: middle;"&gt;&lt;SPAN&gt;在命令行窗口中复制粘贴下面命令回车&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;"&gt;if (test-path c:\hpinfo.txt){remove-item c:\hpinfo.txt -force};`&lt;/P&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;"&gt;service hp* | start-service;`&lt;/P&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;gwmi Win32_OperatingSystem | select caption,version |fl | out-file \hpinfo.txt -force -append;`&lt;/P&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;(gwmi win32_bios).caption |fl | out-file \hpinfo.txt -force -append;`&lt;/P&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;(gwmi MS_SystemInformation -namespace root\wmi).SystemSKU |fl | out-file \hpinfo.txt -force -append;`&lt;/P&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;Confirm-SecureBootUEFI |fl | out-file \hpinfo.txt -force -append;`&lt;/P&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;(Get-Item (gwmi win32_systemdriver | ? caption -match 'realtek').pathname).versioninfo&amp;nbsp;| out-file \hpinfo.txt -force -append;`&lt;/P&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;gwmi Win32_PNPEntity | Where-Object{$_.ConfigManagerErrorCode -ne 0} | select caption,deviceID,ConfigManagerErrorCode |fl | out-file \hpinfo.txt -force -append&lt;/P&gt;
&lt;UL style="direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in;" type="disc"&gt;
&lt;LI style="margin-top: 0; margin-bottom: 0; vertical-align: middle;"&gt;&lt;SPAN&gt;打开c:\hpinfo.txt将文件内容全选(ctrl+A)复制(ctrl+c)粘贴(ctrl+v)出来发帖回复，之后c:\hpinfo.txt可以删除。&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: 'HP Simplified Hans Light'; font-size: 12.0pt;"&gt;&lt;SPAN&gt;如果红字报错或没有文件，确认是以管理员身份运行了powershell&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 09:23:20 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/yin-liang-wu-fa-diao-zheng/m-p/1227779#M79485</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-04-18T09:23:20Z</dc:date>
    </item>
    <item>
      <title>回复： 音量无法调整</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/yin-liang-wu-fa-diao-zheng/m-p/1227780#M79486</link>
      <description>&lt;P&gt;如果安装错误的声卡驱动程序没有清理的办法，建议全新安装系统。&lt;/P&gt;
&lt;P&gt;全新安装Win10系统 &lt;A href="https://mp.weixin.qq.com/s/zp7TG2AHHy7ScvzdPq9F5A" target="_blank"&gt;https://mp.weixin.qq.com/s/zp7TG2AHHy7ScvzdPq9F5A&lt;/A&gt; &lt;BR /&gt;全新安装Win11系统 &lt;A href="https://zhuanlan.zhihu.com/p/423873028" target="_blank"&gt;https://zhuanlan.zhihu.com/p/423873028&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 09:27:48 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/yin-liang-wu-fa-diao-zheng/m-p/1227780#M79486</guid>
      <dc:creator>548851818</dc:creator>
      <dc:date>2023-04-18T09:27:48Z</dc:date>
    </item>
    <item>
      <title>回复： 音量无法调整</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/yin-liang-wu-fa-diao-zheng/m-p/1227805#M79494</link>
      <description>&lt;P&gt;暂停系统更新 在设备管理器中卸载声卡驱动后再重装官网的驱动后重启再试&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 10:23:33 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/yin-liang-wu-fa-diao-zheng/m-p/1227805#M79494</guid>
      <dc:creator>NAVI_Sasha</dc:creator>
      <dc:date>2023-04-18T10:23:33Z</dc:date>
    </item>
  </channel>
</rss>

