<?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/bi-ji-ben-dian-nao/an-ying-jing-ling9-shuang-kao-shi-xian-ka-gong-hao-shang-bu-le140w/m-p/1274743#M471422</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.png" style="width: 800px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/102258iDA6A7F72ED961DD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="4.png" alt="4.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jan 2024 11:02:24 GMT</pubDate>
    <dc:creator>哲学家X</dc:creator>
    <dc:date>2024-01-29T11:02:24Z</dc:date>
    <item>
      <title>暗影精灵9 双烤时显卡功耗上不了140w</title>
      <link>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/an-ying-jing-ling9-shuang-kao-shi-xian-ka-gong-hao-shang-bu-le140w/m-p/1274743#M471422</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.png" style="width: 800px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/102258iDA6A7F72ED961DD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="4.png" alt="4.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 11:02:24 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/an-ying-jing-ling9-shuang-kao-shi-xian-ka-gong-hao-shang-bu-le140w/m-p/1274743#M471422</guid>
      <dc:creator>哲学家X</dc:creator>
      <dc:date>2024-01-29T11:02:24Z</dc:date>
    </item>
    <item>
      <title>回复： 暗影精灵9 双烤时显卡功耗上不了140w</title>
      <link>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/an-ying-jing-ling9-shuang-kao-shi-xian-ka-gong-hao-shang-bu-le140w/m-p/1274754#M471428</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 | out-file \hpinfo.txt -force -append;&lt;/P&gt;
&lt;P&gt;(gwmi MS_SystemInformation -namespace root\wmi).SystemSKU | out-file \hpinfo.txt -force -append;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(gwmi win32_baseboard).product&lt;/SPAN&gt; &lt;SPAN&gt;| out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Confirm-SecureBootUEFI | out-file \hpinfo.txt -force -append;&lt;/P&gt;
&lt;P&gt;gwmi win32_processor | out-file \hpinfo.txt -force -append;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;gwmi win32_physicalmemory | select Capacity,ConfiguredClockSpeed,Manufacturer,PartNumber,Speed&lt;/SPAN&gt; &lt;SPAN&gt;| out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;gwmi win32_diskdrive&lt;/SPAN&gt; &lt;SPAN&gt;| out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;gwmi win32_VideoController | select caption,DriverVersion |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;P&gt;Gwmi win32_service | ForEach-Object {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $path=""&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $company=""&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if($_.pathName -match '"(?&amp;lt;SvcPath&amp;gt;.*)"') {$path=$Matches['SvcPath']}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&amp;nbsp; {$path=($_.pathName&amp;nbsp; -split ' ') | select -First 1}&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(-not [string]::IsNullOrWhiteSpace($path)) {$company=(Get-Item $path &lt;/SPAN&gt;&lt;SPAN&gt;-ErrorAction Ignore&lt;/SPAN&gt;&lt;SPAN&gt;).VersionInfo.CompanyName}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $_ | Add-Member -MemberType NoteProperty -Name "Manufacturer" -Value $company&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $_}&amp;nbsp; | Select-Object DisplayName, Manufacturer,State | where {$_.Manufacturer -notlike "*microsoft*"}&lt;/SPAN&gt;&lt;SPAN&gt; |&lt;/SPAN&gt;&lt;SPAN&gt; fl |&lt;/SPAN&gt;&lt;SPAN&gt; out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Get-AppxPackage | where{$_.name -like "*omen*"} | select name,version |fl | out-file \hpinfo.txt -force -append;&lt;/P&gt;
&lt;P&gt;if (test-path C:\Windows\OMENSDK_Ver.exe){(Get-Item C:\Windows\OMENSDK_Ver.exe).versioninfo | out-file \hpinfo.txt -force -append}&lt;/P&gt;
&lt;P&gt;Get-CimInstance –ClassName Win32_DeviceGuard –Namespace root\Microsoft\Windows\DeviceGuard | 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>Mon, 29 Jan 2024 12:07:48 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/an-ying-jing-ling9-shuang-kao-shi-xian-ka-gong-hao-shang-bu-le140w/m-p/1274754#M471428</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2024-01-29T12:07:48Z</dc:date>
    </item>
    <item>
      <title>回复： 暗影精灵9 双烤时显卡功耗上不了140w</title>
      <link>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/an-ying-jing-ling9-shuang-kao-shi-xian-ka-gong-hao-shang-bu-le140w/m-p/1274760#M471431</link>
      <description>&lt;P&gt;caption : Microsoft Windows 11 家庭中文版&lt;BR /&gt;version : 10.0.22621&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;F.14&lt;BR /&gt;81L09PA#AB2&lt;BR /&gt;8BAB&lt;BR /&gt;True&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Caption : Intel64 Family 6 Model 183 Stepping 1&lt;BR /&gt;DeviceID : CPU0&lt;BR /&gt;Manufacturer : GenuineIntel&lt;BR /&gt;MaxClockSpeed : 2200&lt;BR /&gt;Name : 13th Gen Intel(R) Core(TM) i9-13900HX&lt;BR /&gt;SocketDesignation : U3E1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Capacity : 17179869184&lt;BR /&gt;ConfiguredClockSpeed : 5600&lt;BR /&gt;Manufacturer : SK Hynix&lt;BR /&gt;PartNumber : HMCG78AGBSA092N&lt;BR /&gt;Speed : 5600&lt;/P&gt;&lt;P&gt;Capacity : 17179869184&lt;BR /&gt;ConfiguredClockSpeed : 5600&lt;BR /&gt;Manufacturer : SK Hynix&lt;BR /&gt;PartNumber : HMCG78AGBSA092N&lt;BR /&gt;Speed : 5600&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Partitions : 3&lt;BR /&gt;DeviceID : \\.\PHYSICALDRIVE0&lt;BR /&gt;Model : MTFDKBA1T0TFH-1BC1AABHA&lt;BR /&gt;Size : 1024203640320&lt;BR /&gt;Caption : MTFDKBA1T0TFH-1BC1AABHA&lt;/P&gt;&lt;P&gt;Partitions : 1&lt;BR /&gt;DeviceID : \\.\PHYSICALDRIVE1&lt;BR /&gt;Model : ZHITAI TiPlus7100 2TB&lt;BR /&gt;Size : 2048407280640&lt;BR /&gt;Caption : ZHITAI TiPlus7100 2TB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;caption : Intel(R) UHD Graphics&lt;BR /&gt;DriverVersion : 31.0.101.4502&lt;/P&gt;&lt;P&gt;caption : NVIDIA GeForce RTX 4060 Laptop GPU&lt;BR /&gt;DriverVersion : 31.0.15.4665&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DisplayName : AntiCheatExpert Service&lt;BR /&gt;Manufacturer : ANTICHEATEXPERT.COM&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : BaiduNetdiskUtility&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) Content Protection HDCP Service&lt;BR /&gt;Manufacturer : Intel Corporation&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Douyin Elevation Service (DouyinElevationService)&lt;BR /&gt;Manufacturer : The Chromium Authors&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) Dynamic Tuning Technology Telemetry Service&lt;BR /&gt;Manufacturer : Intel Corporation&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : DtsApo4Service&lt;BR /&gt;Manufacturer : DTS Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : EAAntiCheatService&lt;BR /&gt;Manufacturer : Electronic Arts&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : EABackgroundService&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Easy Anti-Cheat (Epic Online Services)&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : ELAN Service&lt;BR /&gt;Manufacturer : ELAN Microelectronics Corp.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Epic Online Services&lt;BR /&gt;Manufacturer : Epic Games, Inc.&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : ELAN Service&lt;BR /&gt;Manufacturer : ELAN Microelectronics Corp.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : NVIDIA FrameView SDK service&lt;BR /&gt;Manufacturer : NVIDIA&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : HP Comm Recovery&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP App Helper HSA Service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP Diagnostics HSA Service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HpMallWindowsService&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP Network HSA Service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP Omen HSA Service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP Print Scan Doctor Service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP CASL Framework Service&lt;BR /&gt;Manufacturer : HP&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : HP System Info HSA Service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP Insights Analytics&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HuaweiHiSuiteService64.exe&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) Graphics Command Center Service&lt;BR /&gt;Manufacturer : Intel Corporation&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) Platform License Manager Service&lt;BR /&gt;Manufacturer : Intel(R) Corporation&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) Audio Service&lt;BR /&gt;Manufacturer : Intel&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) Innovation Platform Framework Service&lt;BR /&gt;Manufacturer : Intel Corporation&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) Dynamic Application Loader Host Interface Service&lt;BR /&gt;Manufacturer : Intel Corporation&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : LGHUB Updater Service&lt;BR /&gt;Manufacturer : Logitech, Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : mc-wps-secdashboardservice&lt;BR /&gt;Manufacturer : McAfee, LLC&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : NVIDIA LocalSystem Container&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : NVIDIA Display Container LS&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : OfficePLUS Service&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Rockstar Game Library Service&lt;BR /&gt;Manufacturer : Rockstar Games&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Realtek Audio Universal Service&lt;BR /&gt;Manufacturer : Realtek Semiconductor&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : OpenSSH Authentication Agent&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Steam Client Service&lt;BR /&gt;Manufacturer : Valve Corporation&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Thunderbolt(TM) Application Launcher&lt;BR /&gt;Manufacturer : Intel Corporation&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Thunderbolt(TM) Peer to Peer Shortcut&lt;BR /&gt;Manufacturer : Intel Corporation&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : VMware Authorization Service&lt;BR /&gt;Manufacturer : VMware, Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : VMware DHCP Service&lt;BR /&gt;Manufacturer : VMware, Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : VMware USB Arbitration Service&lt;BR /&gt;Manufacturer : VMware, Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : VMware NAT Service&lt;BR /&gt;Manufacturer : VMware, Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) Management Engine WMI Provider Registration&lt;BR /&gt;Manufacturer : Intel Corporation&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : WPS Office Cloud Service&lt;BR /&gt;Manufacturer : Zhuhai Kingsoft Office Software Co.,Ltd&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : XTUOCDriverService&lt;BR /&gt;Manufacturer : Intel(R) Corporation&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Name : AD2F1837.OMENLightStudio&lt;BR /&gt;Version : 1.0.46.0&lt;/P&gt;&lt;P&gt;Name : AD2F1837.OMENCommandCenter&lt;BR /&gt;Version : 1101.2312.3.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ProductVersion FileVersion FileName&lt;BR /&gt;-------------- ----------- --------&lt;BR /&gt;1.0.78.0 1.0.78.0 C:\Windows\OMENSDK_Ver.exe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 13:17:42 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/an-ying-jing-ling9-shuang-kao-shi-xian-ka-gong-hao-shang-bu-le140w/m-p/1274760#M471431</guid>
      <dc:creator>哲学家X</dc:creator>
      <dc:date>2024-01-29T13:17:42Z</dc:date>
    </item>
    <item>
      <title>回复： 暗影精灵9 双烤时显卡功耗上不了140w</title>
      <link>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/an-ying-jing-ling9-shuang-kao-shi-xian-ka-gong-hao-shang-bu-le140w/m-p/1274821#M471448</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;暗影精灵9散热器的效率跟不上CPU（55W）GPU（144W）发热量的需要，所以多次修改BIOS限制CPU、GPU的最高频率。散热器散热效率太小是这个本子永远的痛。楼主双测时发现了问题，GPU跑不满功率就是BIOS限制了它的电压。明明改进散热器增大散热器的效率可以比较好的解决问题，但我当地的售后答复我说：他们接到惠普的指示只能为黑屏的用户更换主板，这不是头痛却治脚吗？&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 04:56:02 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/an-ying-jing-ling9-shuang-kao-shi-xian-ka-gong-hao-shang-bu-le140w/m-p/1274821#M471448</guid>
      <dc:creator>潇湘祥云</dc:creator>
      <dc:date>2024-01-30T04:56:02Z</dc:date>
    </item>
    <item>
      <title>回复： 暗影精灵9 双烤时显卡功耗上不了140w</title>
      <link>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/an-ying-jing-ling9-shuang-kao-shi-xian-ka-gong-hao-shang-bu-le140w/m-p/1274877#M471463</link>
      <description>&lt;P&gt;正常情况。&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 09:18:44 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/an-ying-jing-ling9-shuang-kao-shi-xian-ka-gong-hao-shang-bu-le140w/m-p/1274877#M471463</guid>
      <dc:creator>548851818</dc:creator>
      <dc:date>2024-01-30T09:18:44Z</dc:date>
    </item>
    <item>
      <title>回复： 暗影精灵9 双烤时显卡功耗上不了140w</title>
      <link>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/an-ying-jing-ling9-shuang-kao-shi-xian-ka-gong-hao-shang-bu-le140w/m-p/1274888#M471464</link>
      <description>&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT size="4"&gt;&lt;STRONG&gt;&amp;nbsp; 请专家为我们用户大声疾呼要求惠普为我们彻底解决暗影精灵9的问题，这个机器的散热效率跟不上，惠普就发布新版BIOS来限制CPU、GPU睿频，造成游戏降帧等问题，这还算个“游戏本”吗？面对黑屏、“死机”问题惠普宁愿给用户换主板也不愿意更换散热效率高的散热器，主板与散热器相比谁贵谁贱呢？&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 我看了华硕今年发布的游戏本，配置i9-14900HX RTX4070，因为散热器效率高，没有出现游戏降帧、黑屏死机问题。&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;就拿一个声卡驱动来说，我下载您发到网盘的9556版驱动，安装后一切良好，但是安装惠普官网2024年1月10日的9605版驱动，机器就无法进入睡眠，查到是音频驱动问题，卸载、重新安装您的9556版驱动恢复正常。这里可以看出惠普搞驱动团队是不负责任的。&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 10:49:48 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/an-ying-jing-ling9-shuang-kao-shi-xian-ka-gong-hao-shang-bu-le140w/m-p/1274888#M471464</guid>
      <dc:creator>潇湘祥云</dc:creator>
      <dc:date>2024-01-30T10:49:48Z</dc:date>
    </item>
  </channel>
</rss>

