<?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/an-ying-jing-ling9i9RTX4060shui-mian-fa-re/m-p/1240964#M81702</link>
    <description>&lt;P&gt;睡眠状态电脑风扇不转，电脑温度太高，烫手&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2023 12:55:17 GMT</pubDate>
    <dc:creator>两根头发疏中分</dc:creator>
    <dc:date>2023-06-29T12:55:17Z</dc:date>
    <item>
      <title>暗影精灵9i9RTX4060睡眠发热</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling9i9RTX4060shui-mian-fa-re/m-p/1240964#M81702</link>
      <description>&lt;P&gt;睡眠状态电脑风扇不转，电脑温度太高，烫手&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 12:55:17 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling9i9RTX4060shui-mian-fa-re/m-p/1240964#M81702</guid>
      <dc:creator>两根头发疏中分</dc:creator>
      <dc:date>2023-06-29T12:55:17Z</dc:date>
    </item>
    <item>
      <title>回复： 暗影精灵9i9RTX4060睡眠发热</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling9i9RTX4060shui-mian-fa-re/m-p/1240969#M81703</link>
      <description>&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&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&amp;nbsp;&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;&amp;nbsp;|&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;fl |&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;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>Thu, 29 Jun 2023 13:11:48 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling9i9RTX4060shui-mian-fa-re/m-p/1240969#M81703</guid>
      <dc:creator>坏坏的笑</dc:creator>
      <dc:date>2023-06-29T13:11:48Z</dc:date>
    </item>
    <item>
      <title>回复： 暗影精灵9i9RTX4060睡眠发热</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling9i9RTX4060shui-mian-fa-re/m-p/1240974#M81704</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;暗影精灵9游戏本CPU、GPU功耗都比较大，所以惠普在睡眠模式里设置了开启风扇散热功能：升级BIOS到F.07版，开机时不停点击F9键进入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;另外，游戏本刚玩过游戏或进行过高强度的操作，不宜立即关机或休眠！因为这时的笔记本主板上的CPU、GPU温度都很高，关机或休眠都会使散热风扇停止工作，有可能造成元器件脱焊。&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jul 2023 06:03:48 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling9i9RTX4060shui-mian-fa-re/m-p/1240974#M81704</guid>
      <dc:creator>潇湘祥云</dc:creator>
      <dc:date>2023-07-01T06:03:48Z</dc:date>
    </item>
    <item>
      <title>回复： 暗影精灵9i9RTX4060睡眠发热</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling9i9RTX4060shui-mian-fa-re/m-p/1240997#M81705</link>
      <description>&lt;P&gt;●BIOS更新到最新版本，F10 BIOS中风扇长转打开。&lt;BR /&gt;●可以试试禁用休眠&lt;BR /&gt;右键点击开始按钮，打开终端管理员。输入&lt;BR /&gt;powercfg -h off&lt;BR /&gt;确认没有报错，按回车，重启电脑。&lt;BR /&gt;或者&lt;BR /&gt;●右键点击开始按钮，打开终端管理员，&lt;BR /&gt;输入&lt;BR /&gt;Get-ScheduledTask | where {$_.settings.waketorun}&lt;BR /&gt;查看可以唤醒电脑的任务计划&lt;BR /&gt;输入&lt;BR /&gt;powercfg -lastwake&lt;BR /&gt;查看唤醒历史记录&lt;BR /&gt;根据结果分析可能导致此现象的程序或任务。&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 01:59:26 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling9i9RTX4060shui-mian-fa-re/m-p/1240997#M81705</guid>
      <dc:creator>548851818</dc:creator>
      <dc:date>2023-06-30T01:59:26Z</dc:date>
    </item>
    <item>
      <title>回复： 暗影精灵9i9RTX4060睡眠发热</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling9i9RTX4060shui-mian-fa-re/m-p/1241174#M81720</link>
      <description>&lt;P&gt;长时间不使用电脑，或者需要更低热量，耗电等可以选择休眠模式。&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jul 2023 03:58:04 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling9i9RTX4060shui-mian-fa-re/m-p/1241174#M81720</guid>
      <dc:creator>正在输入</dc:creator>
      <dc:date>2023-07-01T03:58:04Z</dc:date>
    </item>
  </channel>
</rss>

