<?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/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235635#M80786</link>
    <description>&lt;P&gt;我的gaming hub为什么只有两个选项卡？&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_0-1685697284750.png" style="width: 400px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/92043iD39E8CEAD48C98BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_0-1685697284750.png" alt="_0-1685697284750.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2023 09:14:55 GMT</pubDate>
    <dc:creator>格子尺</dc:creator>
    <dc:date>2023-06-02T09:14:55Z</dc:date>
    <item>
      <title>有没有调节风扇转速的软件</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235603#M80779</link>
      <description>&lt;P&gt;光影精灵6，，max，，两个风扇中，，风扇1达到4000转每分钟，，风扇2还是190转每分钟，，差距太大了，，是不是有什么软件或者通过什么操作调节设置下？哪位老师指导下&lt;span class="lia-unicode-emoji" title=":笑哭:"&gt;😂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 07:41:27 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235603#M80779</guid>
      <dc:creator>格子尺</dc:creator>
      <dc:date>2023-06-02T07:41:27Z</dc:date>
    </item>
    <item>
      <title>回复： 有没有调节风扇转速的软件</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235610#M80782</link>
      <description>&lt;P&gt;给截图看看？&lt;/P&gt;
&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;(Get-Item C:\Windows\OMENSDK_Ver.exe).versioninfo | 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>Fri, 02 Jun 2023 07:50:28 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235610#M80782</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-06-02T07:50:28Z</dc:date>
    </item>
    <item>
      <title>回复： 有没有调节风扇转速的软件</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235618#M80784</link>
      <description>&lt;P&gt;老师，，这说明了什么？应该再怎么做？&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 10 家庭中文版&lt;BR /&gt;version : 10.0.19045&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;F.26&lt;BR /&gt;2E4S4PA#AB2&lt;BR /&gt;True&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;caption : NVIDIA GeForce GTX 1650 Ti&lt;BR /&gt;DriverVersion : 30.0.15.1278&lt;/P&gt;&lt;P&gt;caption : Intel(R) UHD Graphics&lt;BR /&gt;DriverVersion : 27.20.100.8476&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DisplayName : Autodesk Desktop App Service&lt;BR /&gt;Manufacturer : Autodesk Inc.&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : AdInterSvc&lt;BR /&gt;Manufacturer : AdInterMaster Corporation&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Adobe Acrobat Update Service&lt;BR /&gt;Manufacturer : Adobe Inc.&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Adobe Genuine Software Monitor Service&lt;BR /&gt;Manufacturer : Adobe Systems, Incorporated&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Adobe Genuine Software Integrity Service&lt;BR /&gt;Manufacturer : Adobe Systems, Incorporated&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Alibaba PC Safe Service&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : BaiduNetdiskUtility&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Bonjour 服务&lt;BR /&gt;Manufacturer : Apple Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : convServer&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : e管家 RPC 服务&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : DTSInterops&lt;BR /&gt;Manufacturer : Dassault Systèmes SolidWorks Corporation&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) Content Protection HECI Service&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&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 : Intel(R) Dynamic Tuning service&lt;BR /&gt;Manufacturer : Intel Corporation&lt;BR /&gt;State : Running&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 : Everything&lt;BR /&gt;Manufacturer : voidtools&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Flash Helper Service&lt;BR /&gt;Manufacturer : 重庆重橙网络科技有限公司&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : FlexNet Licensing Service&lt;BR /&gt;Manufacturer : Flexera Software LLC&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : FlexNet Licensing Service 64&lt;BR /&gt;Manufacturer : Flexera Software LLC&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : FoxitPhantomService&lt;BR /&gt;Manufacturer : Foxit Software Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : gdpsvc&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : gsupservice&lt;BR /&gt;Manufacturer : Glodon Corp. Ltd.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) RST HFC Disable Service&lt;BR /&gt;Manufacturer : Intel Corporation&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 DS Service&lt;BR /&gt;Manufacturer : Hewlett-Packard Company&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : HP LaserJet Service&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 : 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) Optane(TM) Memory Service&lt;BR /&gt;Manufacturer : Intel Corporation&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Intel Bluetooth Service&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) HD Graphics Control Panel Service&lt;BR /&gt;Manufacturer : Intel Corporation&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) MPI Library Hydra Process Manager&lt;BR /&gt;Manufacturer : Intel Corporation&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) Capability Licensing Service TCP IP Interface&lt;BR /&gt;Manufacturer : Intel(R) Corporation&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) TPM Provisioning 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) Dynamic Application Loader Host Interface Service&lt;BR /&gt;Manufacturer : Intel Corporation&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) Management and Security Application Local Management Service&lt;BR /&gt;Manufacturer : Intel Corporation&lt;BR /&gt;State : Stopped&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 : Alipay payment client security service&lt;BR /&gt;Manufacturer : Alipay.com Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : qmbsrv&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&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 : QQLiveService&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : QQMusicService&lt;BR /&gt;Manufacturer : Tencent&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : QQPCMgr RTP Service&lt;BR /&gt;Manufacturer : Tencent&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : QQ拼音输入法基础服务&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) Storage Middleware Service&lt;BR /&gt;Manufacturer : Intel Corporation&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 : Alipay security business service&lt;BR /&gt;Manufacturer : Alipay.com Inc.&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 : 搜狗输入法基础服务&lt;BR /&gt;Manufacturer : Sogou.com Inc.&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : SolidWorks Flexnet Server&lt;BR /&gt;Manufacturer : Flexera Software LLC&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : SolidWorks Licensing Service&lt;BR /&gt;Manufacturer : SolidWorks&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 : SwitchBoard&lt;BR /&gt;Manufacturer : Adobe Systems Incorporated&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : SWVisualize2019.BoostService&lt;BR /&gt;Manufacturer : Dassault Systèmes&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : SWVisualize2019.Queue.Server&lt;BR /&gt;Manufacturer : Dassault Systèmes&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : TsSysAidBoxSer&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : 看图王核心服务&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&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 : VRC_Service&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : WemeetUpdateSvc&lt;BR /&gt;Manufacturer :&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 : 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 : wwbizsrv&lt;BR /&gt;Manufacturer : Alibaba Group&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : WXWork 企业微信更新服务&lt;BR /&gt;Manufacturer :&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 : YXServices&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.OMENSpectate&lt;BR /&gt;Version : 1.24.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.50.0 1.0.50.0 C:\Windows\OMENSDK_Ver.exe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 08:00:44 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235618#M80784</guid>
      <dc:creator>格子尺</dc:creator>
      <dc:date>2023-06-02T08:00:44Z</dc:date>
    </item>
    <item>
      <title>回复： 有没有调节风扇转速的软件</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235619#M80785</link>
      <description>&lt;P&gt;你都没装Omen APP&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;SPAN&gt;最新支持的 Visual C++ 下载，安装&lt;/SPAN&gt;&lt;SPAN&gt;64&lt;/SPAN&gt;&lt;SPAN&gt;位版本&lt;/SPAN&gt;&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="https://support.microsoft.com/zh-cn/help/2977003" target="_blank"&gt;https://support.microsoft.com/zh-cn/help/2977003&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;"&gt;HP Software Framework&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;"&gt;&lt;A href="https://ftp.ext.hp.com/pub/caps-softpaq/cmit/softpaq/CASLSetup.exe" target="_blank"&gt;https://ftp.ext.hp.com/pub/caps-softpaq/cmit/softpaq/CASLSetup.exe&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;"&gt;HP System Event Utility&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="https://www.microsoft.com/store/productId/9P4W8RFN9M2T" target="_blank"&gt;https://www.microsoft.com/store/productId/9P4W8RFN9M2T&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;"&gt;SDK&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="https://s3.us-west-1.amazonaws.com/hpcps.support.doc/OMEN/SDK/OMEN_Gaming_Hub_SDK.exe" target="_blank"&gt;https://s3.us-west-1.amazonaws.com/hpcps.support.doc/OMEN/SDK/OMEN_Gaming_Hub_SDK.exe&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;"&gt;Omen Gaming Hub&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;"&gt;&lt;A href="https://www.microsoft.com/store/productId/9NQDW009T0T5" target="_blank"&gt;&lt;SPAN&gt;https://www.microsoft.com/&lt;/SPAN&gt;&lt;SPAN&gt;store/productId/9NQDW009T0T5&lt;/SPAN&gt;&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 08:07:49 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235619#M80785</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-06-02T08:07:49Z</dc:date>
    </item>
    <item>
      <title>回复： 有没有调节风扇转速的软件</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235635#M80786</link>
      <description>&lt;P&gt;我的gaming hub为什么只有两个选项卡？&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_0-1685697284750.png" style="width: 400px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/92043iD39E8CEAD48C98BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_0-1685697284750.png" alt="_0-1685697284750.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 09:14:55 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235635#M80786</guid>
      <dc:creator>格子尺</dc:creator>
      <dc:date>2023-06-02T09:14:55Z</dc:date>
    </item>
    <item>
      <title>回复： 有没有调节风扇转速的软件</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235636#M80787</link>
      <description>&lt;P&gt;是我没看仔细，你的机器是Pavilion Gaming系列&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.hp.com/cn-zh/document/ish_4360590-4105843-16" target="_blank"&gt;HP 电脑 - OMEN Gaming Hub | HP®客户支持&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="notetitle"&gt;注：&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p"&gt;“性能控制”和“风扇控制”仅适用于特定计算机型号，包括 OMEN 25L Gt11-1xxx 台式电脑、OMEN 25L GT12-1xxx 台式电脑、OMEN 30L GT11-1xxx 台式电脑、OMEN 30L GT12-1xxx 台式电脑、OMEN by HP 15-dg0xxx 笔记本电脑、OMEN by 15-dh1xxx 笔记本电脑、OMEN by 15-dc0xxx 笔记本电脑、OMEN by HP 15-dc1xxx 笔记本电脑、OMEN by HP 15-dc2xxx 笔记本电脑、OMEN by HP 15-ekxxx 笔记本电脑、OMEN by HP 15-enxxx 笔记本电脑、OMEN by HP 17-cb1xxx 笔记本电脑和 Victus by HP 16 笔记本电脑（16-d0xxx、16-e0xxx）。&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 09:21:21 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235636#M80787</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-06-02T09:21:21Z</dc:date>
    </item>
    <item>
      <title>回复： 有没有调节风扇转速的软件</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235638#M80788</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":笑哭:"&gt;😂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;这是个什么程序，，安装怎么报毒了？？还能卸载吗？&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_0-1685697968594.png" style="width: 400px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/92044i52F7D8FBFE65DA89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_0-1685697968594.png" alt="_0-1685697968594.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 09:26:18 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235638#M80788</guid>
      <dc:creator>格子尺</dc:creator>
      <dc:date>2023-06-02T09:26:18Z</dc:date>
    </item>
    <item>
      <title>回复： 有没有调节风扇转速的软件</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235647#M80792</link>
      <description>&lt;P&gt;程序和功能搜SDK&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 12:02:12 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-mei-you-diao-jie-feng-shan-zhuan-su-de-ruan-jian/m-p/1235647#M80792</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-06-02T12:02:12Z</dc:date>
    </item>
  </channel>
</rss>

