<?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/xian-ka-gong-lu-zhou-jiang/m-p/1326670#M90171</link>
    <description>&lt;P&gt;-并没有，温度甚至降低了，功率降低的同时显卡温度也下降了。显卡驱动更新前后问题并没有变化&lt;/P&gt;</description>
    <pubDate>Sat, 18 Jan 2025 01:55:58 GMT</pubDate>
    <dc:creator>juggernaught</dc:creator>
    <dc:date>2025-01-18T01:55:58Z</dc:date>
    <item>
      <title>显卡功率骤降</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326650#M90169</link>
      <description>&lt;UL&gt;&lt;LI&gt;这几天玩博德之门和星战前线2发现，非常流畅的玩一会儿后会突然变得非常卡顿&lt;/LI&gt;&lt;LI&gt;自己烤机检测，五分钟左右后显卡功率会从80w骤降到32w，帧数从100掉到15，和玩游戏过程中出现卡顿基本一致&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 17 Jan 2025 13:21:28 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326650#M90169</guid>
      <dc:creator>juggernaught</dc:creator>
      <dc:date>2025-01-17T13:21:28Z</dc:date>
    </item>
    <item>
      <title>回复： 显卡功率骤降</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326668#M90170</link>
      <description>&lt;P&gt;有没有明显发热失控？&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 23:53:34 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326668#M90170</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2025-01-17T23:53:34Z</dc:date>
    </item>
    <item>
      <title>回复： 显卡功率骤降</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326670#M90171</link>
      <description>&lt;P&gt;-并没有，温度甚至降低了，功率降低的同时显卡温度也下降了。显卡驱动更新前后问题并没有变化&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2025 01:55:58 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326670#M90171</guid>
      <dc:creator>juggernaught</dc:creator>
      <dc:date>2025-01-18T01:55:58Z</dc:date>
    </item>
    <item>
      <title>回复： 显卡功率骤降</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326695#M90172</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;&lt;SPAN&gt;(get-date) – (gcim Win32_OperatingSystem).LastBootUpTime&lt;/SPAN&gt; &lt;SPAN&gt;| out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&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;&lt;SPAN&gt;gwmi win32_VideoController | select caption,DriverVersion&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;AdapterRAM |fl | out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;gwmi Win32_PNPEntity | &lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;SPAN&gt;{$_.ConfigManagerErrorCode -ne 0} | select caption,deviceID,ConfigManagerErrorCode |fl | out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; $_}&amp;nbsp; | Select-Object DisplayName, Manufacturer,State |&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;?{$_.Manufacturer -notlike "*microsoft*"}&lt;/SPAN&gt;&lt;SPAN&gt; |&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;?{$_.state -eq "stopped"}&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;&lt;SPAN&gt;Get-AppxPackage | &lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;SPAN&gt;{$_.name -like "*omen*"} | select name,version |fl | out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if (test-path &lt;/SPAN&gt;&lt;SPAN&gt;C:\Windows\OMENSDK_Ver.exe&lt;/SPAN&gt;&lt;SPAN&gt;){&lt;/SPAN&gt;&lt;SPAN&gt;(Get-Item C:\Windows\OMENSDK_Ver.exe).versioninfo&lt;/SPAN&gt;&lt;SPAN&gt; | &lt;/SPAN&gt;&lt;SPAN&gt;out-file \hpinfo.txt -force -append&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Get-CimInstance –ClassName Win32_DeviceGuard –Namespace root\Microsoft\Windows\DeviceGuard&lt;/SPAN&gt; &lt;SPAN&gt;| out-file \hpinfo.txt -force -append&lt;/SPAN&gt;&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>Sat, 18 Jan 2025 01:55:56 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326695#M90172</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2025-01-18T01:55:56Z</dc:date>
    </item>
    <item>
      <title>回复： 显卡功率骤降</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326696#M90173</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Days : 0&lt;BR /&gt;Hours : 0&lt;BR /&gt;Minutes : 3&lt;BR /&gt;Seconds : 28&lt;BR /&gt;Milliseconds : 857&lt;BR /&gt;Ticks : 2088574980&lt;BR /&gt;TotalDays : 0.00241733215277778&lt;BR /&gt;TotalHours : 0.0580159716666667&lt;BR /&gt;TotalMinutes : 3.4809583&lt;BR /&gt;TotalSeconds : 208.857498&lt;BR /&gt;TotalMilliseconds : 208857.498&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&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.21&lt;BR /&gt;6E2J3PA#AB2&lt;BR /&gt;8A4D&lt;BR /&gt;True&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Caption : Intel64 Family 6 Model 154 Stepping 3&lt;BR /&gt;DeviceID : CPU0&lt;BR /&gt;Manufacturer : GenuineIntel&lt;BR /&gt;MaxClockSpeed : 2500&lt;BR /&gt;Name : 12th Gen Intel(R) Core(TM) i9-12900H&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 : 8589934592&lt;BR /&gt;ConfiguredClockSpeed : 4800&lt;BR /&gt;Manufacturer : Samsung&lt;BR /&gt;PartNumber : M425R1GB4BB0-CQKOL&lt;BR /&gt;Speed : 4800&lt;/P&gt;&lt;P&gt;Capacity : 8589934592&lt;BR /&gt;ConfiguredClockSpeed : 4800&lt;BR /&gt;Manufacturer : Samsung&lt;BR /&gt;PartNumber : M425R1GB4BB0-CQKOL&lt;BR /&gt;Speed : 4800&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Partitions : 5&lt;BR /&gt;DeviceID : \\.\PHYSICALDRIVE0&lt;BR /&gt;Model : SK hynix PC801 HFS512GEJ9X101N&lt;BR /&gt;Size : 512105932800&lt;BR /&gt;Caption : SK hynix PC801 HFS512GEJ9X101N&lt;/P&gt;&lt;P&gt;Partitions : 1&lt;BR /&gt;DeviceID : \\.\PHYSICALDRIVE1&lt;BR /&gt;Model : WD Blue SN570 500GB SSD&lt;BR /&gt;Size : 500105249280&lt;BR /&gt;Caption : WD Blue SN570 500GB SSD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;caption : NVIDIA GeForce RTX 3060 Laptop GPU&lt;BR /&gt;DriverVersion : 32.0.15.6636&lt;BR /&gt;AdapterRAM : 4293918720&lt;/P&gt;&lt;P&gt;caption : Intel(R) Iris(R) Xe Graphics&lt;BR /&gt;DriverVersion : 31.0.101.4032&lt;BR /&gt;AdapterRAM : 1073741824&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DisplayName : McAfee Application Installer Cleanup (0146291669982991)&lt;BR /&gt;Manufacturer : McAfee, LLC&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : AntiCheatExpert Protection&lt;BR /&gt;Manufacturer : ANTICHEATEXPERT.COM&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : BaiduNetdiskUtility&lt;BR /&gt;Manufacturer : Baidu.com, Inc.&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Battle.net Update Helper Svc&lt;BR /&gt;Manufacturer : Blizzard Entertainment&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : BattlEye Service&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : EABackgroundService&lt;BR /&gt;Manufacturer : Electronic Arts&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : EasyAntiCheat&lt;BR /&gt;Manufacturer : Epic Games, Inc&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 : Epic Online Services&lt;BR /&gt;Manufacturer : Epic Games, Inc.&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Google Chrome Elevation Service (GoogleChromeElevationService)&lt;BR /&gt;Manufacturer : Google LLC&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Google 更新程序内部服务 (GoogleUpdaterInternalService132.0.6833.6)&lt;BR /&gt;Manufacturer : Google LLC&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Google 更新程序服务 (GoogleUpdaterService132.0.6833.6)&lt;BR /&gt;Manufacturer : Google LLC&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Google 更新服务 (gupdate)&lt;BR /&gt;Manufacturer : Google LLC&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Google 更新服务 (gupdatem)&lt;BR /&gt;Manufacturer : Google LLC&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : HP Diagnostics HSA Service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Stopped&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 : WemeetUpdateSvc&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Name : AD2F1837.OMENAudioControl&lt;BR /&gt;Version : 1.36.274.0&lt;/P&gt;&lt;P&gt;Name : AD2F1837.OMENCommandCenter&lt;BR /&gt;Version : 1101.2412.5.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.71.0 1.0.71.0 C:\Windows\OMENSDK_Ver.exe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;AvailableSecurityProperties : {1, 2, 3, 4...}&lt;BR /&gt;CodeIntegrityPolicyEnforcementStatus : 2&lt;BR /&gt;InstanceIdentifier : 4ff40742-2649-41b8-bdd1-e80fad1cce80&lt;BR /&gt;RequiredSecurityProperties : {0}&lt;BR /&gt;SecurityFeaturesEnabled : {0}&lt;BR /&gt;SecurityServicesConfigured : {0}&lt;BR /&gt;SecurityServicesRunning : {0}&lt;BR /&gt;UsermodeCodeIntegrityPolicyEnforcementStatus : 0&lt;BR /&gt;Version : 1.0&lt;BR /&gt;VirtualizationBasedSecurityStatus : 0&lt;BR /&gt;VirtualMachineIsolation : False&lt;BR /&gt;VirtualMachineIsolationProperties : {0}&lt;BR /&gt;PSComputerName :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2025 02:01:58 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326696#M90173</guid>
      <dc:creator>juggernaught</dc:creator>
      <dc:date>2025-01-18T02:01:58Z</dc:date>
    </item>
    <item>
      <title>回复： 显卡功率骤降</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326703#M90174</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="juggernaught_0-1737168177692.png" style="width: 400px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/116020iCEB1B1FC62245733/image-size/medium?v=v2&amp;amp;px=400" role="button" title="juggernaught_0-1737168177692.png" alt="juggernaught_0-1737168177692.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2025 02:42:56 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326703#M90174</guid>
      <dc:creator>juggernaught</dc:creator>
      <dc:date>2025-01-18T02:42:56Z</dc:date>
    </item>
    <item>
      <title>回复： 显卡功率骤降</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326705#M90175</link>
      <description>&lt;P&gt;&lt;A href="https://support.hp.com/cn-zh/drivers/omen-by-hp-16.1-inch-gaming-laptop-16-k0000/model/2101231586?sku=6E2J3PA" target="_blank"&gt;OMEN Gaming Laptop 16-k0014TX (6E2J3PA) 软件和驱动程序下载 | HP® 支持&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BIOS升级F.26&lt;/P&gt;
&lt;P&gt;Omen SDK升级&lt;SPAN&gt;1.0.86&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2025 02:49:16 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326705#M90175</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2025-01-18T02:49:16Z</dc:date>
    </item>
    <item>
      <title>回复： 显卡功率骤降</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326708#M90176</link>
      <description>&lt;P&gt;很遗憾，两样都更新完毕也没有解决问题&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2025 03:42:25 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326708#M90176</guid>
      <dc:creator>juggernaught</dc:creator>
      <dc:date>2025-01-18T03:42:25Z</dc:date>
    </item>
    <item>
      <title>回复： 显卡功率骤降</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326721#M90182</link>
      <description>&lt;P&gt;建议找个测试用的固态，128GB就够，换上去做云恢复的原厂系统测试&lt;/P&gt;
&lt;P&gt;&lt;A href="https://h30471.www3.hp.com/t5/you-xi-chan-pin-zhi-shi-ku/ji-shu-fen-xiang-hui-pu-dian-nao-shi-yongHP-Cloud-Recovery-Tool-jia-yong-zhi-zuo-hui-fuU-pan-an-zhuang-yu-zhuang-xi-tong/ta-p/1226587" target="_blank"&gt;【技术分享】惠普电脑使用HP Cloud Recovery Tool（家用）制作恢复U盘（安装预装系... - 惠普支持社区 - 1226587&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2025 04:12:48 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326721#M90182</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2025-01-18T04:12:48Z</dc:date>
    </item>
    <item>
      <title>回复： 显卡功率骤降</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326726#M90183</link>
      <description>&lt;P&gt;还有别的可能的办法吗，不想直接丢失磁盘文件，手头也没有多的硬盘&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2025 05:05:23 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326726#M90183</guid>
      <dc:creator>juggernaught</dc:creator>
      <dc:date>2025-01-18T05:05:23Z</dc:date>
    </item>
    <item>
      <title>回复： 显卡功率骤降</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326732#M90186</link>
      <description>&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;看机器是否长时间运行测试无异常，判断有没有存在硬件故障&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;开机按F2进入白色背景画面HP PC Hardware Diagnostics UEFI。&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;开机按F2进入的如果不是白色背景，要重新下载安装UEFI诊断工具。&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;&lt;A href="http://h30318.www3.hp.com/pub/softpaq/sp155001-155500/sp155054.exe" target="_blank"&gt;http://h30318.www3.hp.com/pub/softpaq/sp155001-155500/sp155054.exe&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;没有操作系统，用其他电脑下载运行工具，制作安装到USB，安装过程有选择的选项。故障机接USB开机按F2。&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;白色背景菜单中选择-系统测试-广泛测试-循环运行直到出现错误。&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;建议晚上休息前，不用机器的时候进行，跑一晚上。&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;开始进行之后可以不用管电脑放一边。&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;了解更多&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;"&gt;&lt;A href="https://support.hp.com/cn-zh/document/c03561731" target="_blank"&gt;&lt;SPAN&gt;HP 电脑 - 硬件故障测试&lt;/SPAN&gt;&lt;/A&gt; &lt;SPAN&gt;HP PC Hardware Diagnostics UEFI部分&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2025 06:52:21 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1326732#M90186</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2025-01-18T06:52:21Z</dc:date>
    </item>
    <item>
      <title>回复： 显卡功率骤降</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1377464#M92506</link>
      <description>&lt;P&gt;老哥找到原因了吗，同机型同问题&lt;/P&gt;</description>
      <pubDate>Sun, 01 Feb 2026 12:17:36 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/xian-ka-gong-lu-zhou-jiang/m-p/1377464#M92506</guid>
      <dc:creator>kkkoooghhj</dc:creator>
      <dc:date>2026-02-01T12:17:36Z</dc:date>
    </item>
  </channel>
</rss>

