<?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/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244258#M82309</link>
    <description>&lt;P&gt;在大概7月17日前后电脑提示更新HP fireware(我没太记清)，更新时电脑显示正在更新BIOS并风扇狂转，更新完成后电脑并无异样，但是每当我运行游戏（例如永劫无间，apex）电脑的风扇会进入到和更新时一样的狂转模式，此时电脑温度只有52°上下，并不是很高，但是散热系统似乎开启了最高档，实在是受不了噪音，求助，请问如何解决，更新之前并没有这样的状况&lt;/P&gt;&lt;P&gt;系统BIOS为F.07&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jul 2023 04:14:47 GMT</pubDate>
    <dc:creator>HYCIRRUS</dc:creator>
    <dc:date>2023-07-20T04:14:47Z</dc:date>
    <item>
      <title>求助！在笔记本温度不高时，风扇狂转</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244258#M82309</link>
      <description>&lt;P&gt;在大概7月17日前后电脑提示更新HP fireware(我没太记清)，更新时电脑显示正在更新BIOS并风扇狂转，更新完成后电脑并无异样，但是每当我运行游戏（例如永劫无间，apex）电脑的风扇会进入到和更新时一样的狂转模式，此时电脑温度只有52°上下，并不是很高，但是散热系统似乎开启了最高档，实在是受不了噪音，求助，请问如何解决，更新之前并没有这样的状况&lt;/P&gt;&lt;P&gt;系统BIOS为F.07&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 04:14:47 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244258#M82309</guid>
      <dc:creator>HYCIRRUS</dc:creator>
      <dc:date>2023-07-20T04:14:47Z</dc:date>
    </item>
    <item>
      <title>回复： 求助！在笔记本温度不高时，风扇狂转</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244260#M82310</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&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>Thu, 20 Jul 2023 04:35:27 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244260#M82310</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-07-20T04:35:27Z</dc:date>
    </item>
    <item>
      <title>回复： 求助！在笔记本温度不高时，风扇狂转</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244326#M82311</link>
      <description>&lt;P&gt;您好！&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.07&lt;BR /&gt;7N6U5PA#AB2&lt;BR /&gt;True&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;caption : Intel(R) UHD Graphics&lt;BR /&gt;DriverVersion : 31.0.101.4146&lt;/P&gt;&lt;P&gt;caption : NVIDIA GeForce RTX 4080 Laptop GPU&lt;BR /&gt;DriverVersion : 31.0.15.3667&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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 : Intel(R) Content Protection HDCP 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 : EasyAntiCheat&lt;BR /&gt;Manufacturer : Epic Games, Inc&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 : 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 Analytics service&lt;BR /&gt;Manufacturer : HP Inc.&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 : 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 : Q360AMPPL&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : QPCore Service&lt;BR /&gt;Manufacturer : Tencent&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Razer Chroma SDK Server&lt;BR /&gt;Manufacturer : Razer Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Razer Chroma SDK Service&lt;BR /&gt;Manufacturer : Razer Inc.&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Razer Chroma Stream Server&lt;BR /&gt;Manufacturer : Razer Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Razer Game Manager&lt;BR /&gt;Manufacturer : Razer Inc&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Razer Synapse Service&lt;BR /&gt;Manufacturer : Razer Inc.&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 : Razer Central Service&lt;BR /&gt;Manufacturer : Razer 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 : 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 : Uncheater for BattleGrounds_GL&lt;BR /&gt;Manufacturer : Wellbia.com Co., Ltd.&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : vgc&lt;BR /&gt;Manufacturer : Riot Games, Inc.&lt;BR /&gt;State : Stopped&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;DisplayName : 主动防御&lt;BR /&gt;Manufacturer : 360.cn&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Zakynthos Service&lt;BR /&gt;Manufacturer : KRAFTON, Inc&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.40.284.0&lt;/P&gt;&lt;P&gt;Name : AD2F1837.OMENCommandCenter&lt;BR /&gt;Version : 1101.2306.4.0&lt;/P&gt;&lt;P&gt;Name : AD2F1837.OMENLightStudio&lt;BR /&gt;Version : 1.0.36.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.67.0 1.0.67.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 : 1&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>Thu, 20 Jul 2023 08:32:09 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244326#M82311</guid>
      <dc:creator>HYCIRRUS</dc:creator>
      <dc:date>2023-07-20T08:32:09Z</dc:date>
    </item>
    <item>
      <title>回复： 求助！在笔记本温度不高时，风扇狂转</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244333#M82312</link>
      <description>&lt;P&gt;启动这个服务&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;HP CASL Framework Service&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;更新SDK&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://h30318.www3.hp.com/pub/softpaq/sp147501-148000/sp147712.exe" target="_blank"&gt;https://h30318.www3.hp.com/pub/softpaq/sp147501-148000/sp147712.exe&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 08:59:35 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244333#M82312</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-07-20T08:59:35Z</dc:date>
    </item>
    <item>
      <title>回复： 求助！在笔记本温度不高时，风扇狂转</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244335#M82313</link>
      <description>&lt;P&gt;请问如何启动&lt;SPAN&gt;HP CASL Framework Service&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 09:05:14 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244335#M82313</guid>
      <dc:creator>HYCIRRUS</dc:creator>
      <dc:date>2023-07-20T09:05:14Z</dc:date>
    </item>
    <item>
      <title>回复： 求助！在笔记本温度不高时，风扇狂转</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244337#M82314</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://h30471.www3.hp.com/t5/user/viewprofilepage/user-id/288089"&gt;@HYCIRRUS&lt;/a&gt;&amp;nbsp; 已写:&lt;BR /&gt;
&lt;P&gt;请问如何启动&lt;SPAN&gt;HP CASL Framework Service&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;用下面的powershell命令&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;service hp* | start-service&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;再用命令再次查看服务状态，没有stopped，没有报错就是启动了&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;" lang="zh-CN"&gt;service hp*&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 09:09:46 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244337#M82314</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-07-20T09:09:46Z</dc:date>
    </item>
    <item>
      <title>回复： 求助！在笔记本温度不高时，风扇狂转</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244338#M82315</link>
      <description>&lt;P&gt;当我输入之后显示&lt;/P&gt;&lt;P&gt;start-service : 由于以下错误无法启动服务“HP Comm Recovery (HP Comm Recover)”: 无法打开计算机“.”上的 HP Comm Recover&lt;BR /&gt;服务。&lt;BR /&gt;所在位置 行:1 字符: 15&lt;BR /&gt;+ service hp* | start-service&lt;BR /&gt;+ ~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],&lt;BR /&gt;ServiceCommandException&lt;BR /&gt;+ FullyQualifiedErrorId : CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand&lt;/P&gt;&lt;P&gt;start-service : 由于以下错误无法启动服务“HP App Helper HSA Service (HPAppHelperCap)”: 无法打开计算机“.”上的 HPAppHe&lt;BR /&gt;lperCap 服务。&lt;BR /&gt;所在位置 行:1 字符: 15&lt;BR /&gt;+ service hp* | start-service&lt;BR /&gt;+ ~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],&lt;BR /&gt;ServiceCommandException&lt;BR /&gt;+ FullyQualifiedErrorId : CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand&lt;/P&gt;&lt;P&gt;start-service : 由于以下错误无法启动服务“HP Diagnostics HSA Service (HPDiagsCap)”: 无法打开计算机“.”上的 HPDiagsCap&lt;BR /&gt;服务。&lt;BR /&gt;所在位置 行:1 字符: 15&lt;BR /&gt;+ service hp* | start-service&lt;BR /&gt;+ ~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],&lt;BR /&gt;ServiceCommandException&lt;BR /&gt;+ FullyQualifiedErrorId : CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand&lt;/P&gt;&lt;P&gt;start-service : 由于以下错误无法启动服务“HpMallWindowsService (HpMallWindowsService)”: 无法打开计算机“.”上的 HpMall&lt;BR /&gt;WindowsService 服务。&lt;BR /&gt;所在位置 行:1 字符: 15&lt;BR /&gt;+ service hp* | start-service&lt;BR /&gt;+ ~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],&lt;BR /&gt;ServiceCommandException&lt;BR /&gt;+ FullyQualifiedErrorId : CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand&lt;/P&gt;&lt;P&gt;start-service : 由于以下错误无法启动服务“HP Network HSA Service (HPNetworkCap)”: 无法打开计算机“.”上的 HPNetworkCap&lt;BR /&gt;服务。&lt;BR /&gt;所在位置 行:1 字符: 15&lt;BR /&gt;+ service hp* | start-service&lt;BR /&gt;+ ~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],&lt;BR /&gt;ServiceCommandException&lt;BR /&gt;+ FullyQualifiedErrorId : CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand&lt;/P&gt;&lt;P&gt;start-service : 由于以下错误无法启动服务“HP Omen HSA Service (HPOmenCap)”: 无法打开计算机“.”上的 HPOmenCap 服务。&lt;BR /&gt;所在位置 行:1 字符: 15&lt;BR /&gt;+ service hp* | start-service&lt;BR /&gt;+ ~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],&lt;BR /&gt;ServiceCommandException&lt;BR /&gt;+ FullyQualifiedErrorId : CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand&lt;/P&gt;&lt;P&gt;start-service : 由于以下错误无法启动服务“HP Print Scan Doctor Service (HPPrintScanDoctorService)”: 无法打开计算机“.&lt;BR /&gt;”上的 HPPrintScanDoctorService 服务。&lt;BR /&gt;所在位置 行:1 字符: 15&lt;BR /&gt;+ service hp* | start-service&lt;BR /&gt;+ ~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],&lt;BR /&gt;ServiceCommandException&lt;BR /&gt;+ FullyQualifiedErrorId : CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand&lt;/P&gt;&lt;P&gt;start-service : 由于以下错误无法启动服务“HP CASL Framework Service (hpqcaslwmiex)”: 无法打开计算机“.”上的 hpqcaslwm&lt;BR /&gt;iex 服务。&lt;BR /&gt;所在位置 行:1 字符: 15&lt;BR /&gt;+ service hp* | start-service&lt;BR /&gt;+ ~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],&lt;BR /&gt;ServiceCommandException&lt;BR /&gt;+ FullyQualifiedErrorId : CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand&lt;/P&gt;&lt;P&gt;start-service : 由于以下错误无法启动服务“HP System Info HSA Service (HPSysInfoCap)”: 无法打开计算机“.”上的 HPSysInf&lt;BR /&gt;oCap 服务。&lt;BR /&gt;所在位置 行:1 字符: 15&lt;BR /&gt;+ service hp* | start-service&lt;BR /&gt;+ ~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],&lt;BR /&gt;ServiceCommandException&lt;BR /&gt;+ FullyQualifiedErrorId : CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand&lt;/P&gt;&lt;P&gt;start-service : 由于以下错误无法启动服务“HP Analytics service (HpTouchpointAnalyticsService)”: 无法打开计算机“.”上&lt;BR /&gt;的 HpTouchpointAnalyticsService 服务。&lt;BR /&gt;所在位置 行:1 字符: 15&lt;BR /&gt;+ service hp* | start-service&lt;BR /&gt;+ ~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],&lt;BR /&gt;ServiceCommandException&lt;BR /&gt;+ FullyQualifiedErrorId : CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 09:11:45 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244338#M82315</guid>
      <dc:creator>HYCIRRUS</dc:creator>
      <dc:date>2023-07-20T09:11:45Z</dc:date>
    </item>
    <item>
      <title>回复： 求助！在笔记本温度不高时，风扇狂转</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244339#M82316</link>
      <description>&lt;P&gt;如果用管理员启动&lt;SPAN&gt;powershell，输入这个命令并没有任何反应，请问应该怎么办&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 09:13:02 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244339#M82316</guid>
      <dc:creator>HYCIRRUS</dc:creator>
      <dc:date>2023-07-20T09:13:02Z</dc:date>
    </item>
    <item>
      <title>回复： 求助！在笔记本温度不高时，风扇狂转</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244340#M82317</link>
      <description>&lt;P&gt;您刚刚发给我的那个gaming hub的更新链接我已经更新并重启完毕了&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 09:13:46 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244340#M82317</guid>
      <dc:creator>HYCIRRUS</dc:creator>
      <dc:date>2023-07-20T09:13:46Z</dc:date>
    </item>
    <item>
      <title>回复： 求助！在笔记本温度不高时，风扇狂转</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244341#M82318</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://h30471.www3.hp.com/t5/user/viewprofilepage/user-id/288089"&gt;@HYCIRRUS&lt;/a&gt;&amp;nbsp; 已写:&lt;BR /&gt;
&lt;P&gt;如果用管理员启动&lt;SPAN&gt;powershell，输入这个命令并没有任何反应，请问应该怎么办&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;也要和前面一样用管理员身份打开powershell&lt;BR /&gt;&lt;BR /&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;</description>
      <pubDate>Thu, 20 Jul 2023 09:19:59 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244341#M82318</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-07-20T09:19:59Z</dc:date>
    </item>
    <item>
      <title>回复： 求助！在笔记本温度不高时，风扇狂转</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244342#M82319</link>
      <description>&lt;P&gt;输入两次没有任何反应，应该就是启动了吧？谢谢！我去试一下还转不转&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 09:21:50 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244342#M82319</guid>
      <dc:creator>HYCIRRUS</dc:creator>
      <dc:date>2023-07-20T09:21:50Z</dc:date>
    </item>
    <item>
      <title>回复： 求助！在笔记本温度不高时，风扇狂转</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244343#M82320</link>
      <description>&lt;P&gt;您好！&lt;/P&gt;&lt;P&gt;改善了一些，目前gpu温度高于70°时满功率转，但是一直转到50度一下才停止，这是否正常？我并没有感觉到循序渐进的散热启动，感觉上是突然风扇开始狂转，然后又停下来&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 09:46:48 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244343#M82320</guid>
      <dc:creator>HYCIRRUS</dc:creator>
      <dc:date>2023-07-20T09:46:48Z</dc:date>
    </item>
    <item>
      <title>回复： 求助！在笔记本温度不高时，风扇狂转</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244368#M82330</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://h30471.www3.hp.com/t5/user/viewprofilepage/user-id/288089"&gt;@HYCIRRUS&lt;/a&gt;&amp;nbsp; 已写:&lt;BR /&gt;
&lt;P&gt;您好！&lt;/P&gt;
&lt;P&gt;改善了一些，目前gpu温度高于70°时满功率转，但是一直转到50度一下才停止，这是否正常？我并没有感觉到循序渐进的散热启动，感觉上是突然风扇开始狂转，然后又停下来&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;再进一步就要找机器实物对比了。建议求助微信客服。&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 22:32:43 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/qiu-zhu-zai-bi-ji-ben-wen-du-bu-gao-shi-feng-shan-kuang-zhuan/m-p/1244368#M82330</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-07-20T22:32:43Z</dc:date>
    </item>
  </channel>
</rss>

