<?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/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1285400#M87194</link>
    <description>&lt;P&gt;是的，我尝试修改服务的重新启动策略，发现将服务设置成只要启动失败就自动重启并无效果，因为Windows重启后该服务的策略又被自动修改回去了；我也尝试过将这个服务对应的程序加入开机启动列表，但同样还是存在服务不启动的情况。&lt;/P&gt;&lt;P&gt;目前我能想到的办法均已失效，只能等待官方提供新的思路了。&lt;/P&gt;</description>
    <pubDate>Tue, 09 Apr 2024 05:24:21 GMT</pubDate>
    <dc:creator>Ferls</dc:creator>
    <dc:date>2024-04-09T05:24:21Z</dc:date>
    <item>
      <title>光影精灵9风扇转速调节失效</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1245832#M82578</link>
      <description>&lt;P&gt;&amp;nbsp;13700HX + 4060，性能模式为均衡，显卡直连模式。具体表现为无论OGH设置自动风扇还是手动曲线，在某些游戏中会突然锁定5000转转速，切换出去看GPU温度和CPU温度都不高，比如CPU 72，GPU 55，均未达到手动曲线阈值。而且此时如论如何切换模式或者调节，风扇转速均保持在5000不动。即使关闭游戏以后，GPU和CPU都降到40度左右依然保持5000转大约5分钟才降低。&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jul 2023 13:32:29 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1245832#M82578</guid>
      <dc:creator>warpblade</dc:creator>
      <dc:date>2023-07-30T13:32:29Z</dc:date>
    </item>
    <item>
      <title>回复： 光影精灵9风扇转速调节失效</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1245922#M82599</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>Mon, 31 Jul 2023 08:07:44 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1245922#M82599</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-07-31T08:07:44Z</dc:date>
    </item>
    <item>
      <title>回复： 光影精灵9风扇转速调节失效</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1245963#M82603</link>
      <description>&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.04&lt;BR /&gt;7X6F8PA#AB2&lt;BR /&gt;True&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;caption : NVIDIA GeForce RTX 4060 Laptop GPU&lt;BR /&gt;DriverVersion : 31.0.15.2892&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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 : 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 : 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 : Easy Anti-Cheat (Epic Online Services)&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&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 : Stopped&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 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 : NVIDIA LocalSystem Container&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&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 : Realtek Audio Universal Service&lt;BR /&gt;Manufacturer : Realtek Semiconductor&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Sound Research SECOMN Service&lt;BR /&gt;Manufacturer : Sound Research, Corp.&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 : SynTPEnhService&lt;BR /&gt;Manufacturer : Synaptics Incorporated&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 : Windows Application Management Service&lt;BR /&gt;Manufacturer :&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 : XTUOCDriverService&lt;BR /&gt;Manufacturer : Intel(R) Corporation&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.OMENCommandCenter&lt;BR /&gt;Version : 1101.2307.2.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.70.0 1.0.70.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 : {2}&lt;BR /&gt;SecurityServicesRunning : {2}&lt;BR /&gt;UsermodeCodeIntegrityPolicyEnforcementStatus : 0&lt;BR /&gt;Version : 1.0&lt;BR /&gt;VirtualizationBasedSecurityStatus : 2&lt;BR /&gt;VirtualMachineIsolation : False&lt;BR /&gt;VirtualMachineIsolationProperties : {0}&lt;BR /&gt;PSComputerName :&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 12:46:17 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1245963#M82603</guid>
      <dc:creator>warpblade</dc:creator>
      <dc:date>2023-07-31T12:46:17Z</dc:date>
    </item>
    <item>
      <title>回复： 光影精灵9风扇转速调节失效</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1246019#M82612</link>
      <description>&lt;P&gt;启动停止了的服务&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;HP Diagnostics HSA 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;
&lt;P&gt;&lt;SPAN&gt;修改设置&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&lt;A href="https://support.microsoft.com/zh-cn/windows/%E5%9C%A8windows-11%E4%B8%AD%E4%BC%98%E5%8C%96%E6%B8%B8%E6%88%8F%E6%80%A7%E8%83%BD%E7%9A%84%E9%80%89%E9%A1%B9-a255f612-2949-4373-a566-ff6f3f474613" target="_blank"&gt;&lt;SPAN&gt;在&lt;/SPAN&gt;&lt;SPAN&gt;Windows 11&lt;/SPAN&gt;&lt;SPAN&gt;中优化游戏性能的选项&lt;/SPAN&gt;&lt;SPAN&gt; - Microsoft &lt;/SPAN&gt;&lt;SPAN&gt;支持&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 01:02:06 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1246019#M82612</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-08-01T01:02:06Z</dc:date>
    </item>
    <item>
      <title>回复： 光影精灵9风扇转速调节失效</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1285397#M87191</link>
      <description>&lt;P&gt;您好，我是光影精灵9 16.1的笔记本，目前发现&lt;SPAN&gt;HP Diagnostics HSA Service服务&lt;/SPAN&gt;启动与否会影响风扇的控制策略，如未启动，会导致风扇调速档位只有1800（2000）转或5000转，而且CPU、GPU温度在40-50度也会以5000转运行很久，严重影响使用体验。&lt;/P&gt;&lt;P&gt;据我观察，开机后该服务是否成功启动完全是随机的，而且手动启动也存在随机性，可能提示启动失败，也可能一次性成功，还有可能失败多次后又成功了，这也导致，被动的，温度调控机制随机性失效。&lt;/P&gt;&lt;P&gt;希望您这边能进一步提供解决思路。&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 04:51:32 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1285397#M87191</guid>
      <dc:creator>Ferls</dc:creator>
      <dc:date>2024-04-09T04:51:32Z</dc:date>
    </item>
    <item>
      <title>回复： 光影精灵9风扇转速调节失效</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1285399#M87193</link>
      <description>&lt;P&gt;难怪这个现象是随机的，这个可能只有等HP自己出补丁解决了&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 05:02:59 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1285399#M87193</guid>
      <dc:creator>warpblade</dc:creator>
      <dc:date>2024-04-09T05:02:59Z</dc:date>
    </item>
    <item>
      <title>回复： 光影精灵9风扇转速调节失效</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1285400#M87194</link>
      <description>&lt;P&gt;是的，我尝试修改服务的重新启动策略，发现将服务设置成只要启动失败就自动重启并无效果，因为Windows重启后该服务的策略又被自动修改回去了；我也尝试过将这个服务对应的程序加入开机启动列表，但同样还是存在服务不启动的情况。&lt;/P&gt;&lt;P&gt;目前我能想到的办法均已失效，只能等待官方提供新的思路了。&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 05:24:21 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1285400#M87194</guid>
      <dc:creator>Ferls</dc:creator>
      <dc:date>2024-04-09T05:24:21Z</dc:date>
    </item>
    <item>
      <title>回复： 光影精灵9风扇转速调节失效</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1285408#M87195</link>
      <description>&lt;P&gt;有没有可能试试用第三方软件来控制？&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 05:40:53 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1285408#M87195</guid>
      <dc:creator>warpblade</dc:creator>
      <dc:date>2024-04-09T05:40:53Z</dc:date>
    </item>
    <item>
      <title>回复： 光影精灵9风扇转速调节失效</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1285845#M87223</link>
      <description>&lt;P&gt;不清楚，一般来说风扇调度设计硬件比较难有第三方的。&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 11:19:15 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1285845#M87223</guid>
      <dc:creator>Ferls</dc:creator>
      <dc:date>2024-04-11T11:19:15Z</dc:date>
    </item>
    <item>
      <title>回复： 光影精灵9风扇转速调节失效</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1339050#M90626</link>
      <description>&lt;P&gt;能在详细说说吗，谢谢了&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 15:49:22 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/guang-ying-jing-ling9feng-shan-zhuan-su-diao-jie-shi-xiao/m-p/1339050#M90626</guid>
      <dc:creator>wangtaihe231</dc:creator>
      <dc:date>2025-04-08T15:49:22Z</dc:date>
    </item>
  </channel>
</rss>

