<?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-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243557#M82127</link>
    <description>&lt;P&gt;新问题，重启后ogh提示需要更新服务，点更新会进入windows 的服务运行界面，锁功耗的问题又回来了，又一次重新重装ogh跟驱动后还是提示需要更新但没法更新&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Jul 2023 12:50:24 GMT</pubDate>
    <dc:creator>Whlook</dc:creator>
    <dc:date>2023-07-15T12:50:24Z</dc:date>
    <item>
      <title>游戏时CPU功耗被锁定在40w</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243525#M82112</link>
      <description>&lt;P&gt;只有游戏的时候会被锁功耗，跟以前发帖的用户好像都不一样。双烤的时候能跑在cpu90w+gpu110w直到撞温度墙，一打开游戏就瞬间锁到40w。试过用uninstalltool彻底删除ogh后重装ogh+sdk，没有任何效果，重新更新bios跟用windows安装工具覆盖更新更新系统也没效果&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 09:26:18 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243525#M82112</guid>
      <dc:creator>Whlook</dc:creator>
      <dc:date>2023-07-15T09:26:18Z</dc:date>
    </item>
    <item>
      <title>回复： 游戏时CPU功耗被锁定在40w</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243531#M82114</link>
      <description>&lt;P&gt;用furmark烤鸡又确认了一次，不在游戏时不触发这个功耗墙。显卡跑满115w时cpu开始压力测试跑在105w，然后撞edp limit throttling电流墙，功耗变为80w+115w，从xtu里看游戏时的功耗也报了电流墙（开着游戏时一直红），但是游戏时只能跑到40+100根本没理由撞电流墙。这次测试时没有调整倍频跟降电压，完全看不懂为啥会current/edp limit throttling这一项xtu一直报红&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 10:26:49 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243531#M82114</guid>
      <dc:creator>Whlook</dc:creator>
      <dc:date>2023-07-15T10:26:49Z</dc:date>
    </item>
    <item>
      <title>回复： 游戏时CPU功耗被锁定在40w</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243532#M82115</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>Sat, 15 Jul 2023 10:26:57 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243532#M82115</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-07-15T10:26:57Z</dc:date>
    </item>
    <item>
      <title>回复： 游戏时CPU功耗被锁定在40w</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243534#M82117</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.44&lt;BR /&gt;492J3PA#AB2&lt;BR /&gt;True&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;caption : NVIDIA GeForce RTX 3060 Laptop GPU&lt;BR /&gt;DriverVersion : 31.0.15.3640&lt;/P&gt;&lt;P&gt;caption : Intel(R) UHD Graphics&lt;BR /&gt;DriverVersion : 30.0.101.2079&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;caption : Android Composite ADB Interface&lt;BR /&gt;deviceID : ROOT\UNKNOWN\0000&lt;BR /&gt;ConfigManagerErrorCode : 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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 : AntiCheatExpert Service&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 : 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 : 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 : ELAN Service&lt;BR /&gt;Manufacturer : ELAN Microelectronics Corp.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Futuremark SystemInfo Service&lt;BR /&gt;Manufacturer : Futuremark&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 : Google Chrome Elevation Service (GoogleChromeElevationService)&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 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 : 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 : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP Support Solutions Framework 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(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) 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 : NVIDIA Broadcast LocalSystem Container&lt;BR /&gt;Manufacturer :&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 : 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 : Running&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 : Running&lt;/P&gt;&lt;P&gt;DisplayName : Razer Synapse Service&lt;BR /&gt;Manufacturer : Razer Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Rockstar Game Library Service&lt;BR /&gt;Manufacturer : Rockstar Games&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 : Razer Central Service&lt;BR /&gt;Manufacturer : Razer Inc.&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 : 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 : WemeetUpdateSvc&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 : 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 : Zakynthos Service&lt;BR /&gt;Manufacturer : PUBG Corporation&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.38.277.0&lt;/P&gt;&lt;P&gt;Name : AD2F1837.OMENCommandCenter&lt;BR /&gt;Version : 1101.2306.4.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.73.0 1.0.73.0 C:\Windows\OMENSDK_Ver.exe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 10:28:24 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243534#M82117</guid>
      <dc:creator>Whlook</dc:creator>
      <dc:date>2023-07-15T10:28:24Z</dc:date>
    </item>
    <item>
      <title>回复： 游戏时CPU功耗被锁定在40w</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243535#M82118</link>
      <description>&lt;P&gt;windows 11专业版是家庭版升级的还是全新安装的&lt;/P&gt;
&lt;P&gt;你的机器少个服务&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;"&gt;XTUOCdriverservice&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 10:31:08 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243535#M82118</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-07-15T10:31:08Z</dc:date>
    </item>
    <item>
      <title>回复： 游戏时CPU功耗被锁定在40w</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243536#M82119</link>
      <description>&lt;P&gt;升级的，缺少咋解决&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 10:32:16 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243536#M82119</guid>
      <dc:creator>Whlook</dc:creator>
      <dc:date>2023-07-15T10:32:16Z</dc:date>
    </item>
    <item>
      <title>回复： 游戏时CPU功耗被锁定在40w</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243538#M82120</link>
      <description>&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;"&gt;&lt;A href="https://h30471.www3.hp.com/t5/you-xi-ben/ji-shu-fen-xiang-Omen-Gaming-Hub-ruan-jian-shi-yong-jie-shao-ji-chang-jian-wen-ti-jie-jue-fang-an/m-p/1175800" target="_blank" rel="noopener"&gt;【技术分享】Omen Gaming Hub软件使用介绍及常见问题解决方案 - 惠普支持社区 - 1175800 (hp.com)&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;"&gt;重装一遍Omen APP&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;"&gt;独显驱动也换低一点版本&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;"&gt;&lt;SPAN&gt;caption : NVIDIA GeForce RTX 3060 Laptop GPU&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DriverVersion : 31.0.15.3640&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'HP Simplified Hans Light'; font-size: 11.0pt;"&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;"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nvidia_clean.png" style="width: 543px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/20648i546D96129B205DB2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Nvidia_clean.png" alt="Nvidia_clean.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 13:40:17 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243538#M82120</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-07-15T13:40:17Z</dc:date>
    </item>
    <item>
      <title>回复： 游戏时CPU功耗被锁定在40w</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243543#M82121</link>
      <description>&lt;P&gt;公版驱动只有站内用户支持里的&lt;SPAN&gt;30.0.15.1278 Rev.A版本，重装ogh的话c盘里的swsetup文件夹能删吗，重装了好多次里面快5个g的文件了&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 10:43:38 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243543#M82121</guid>
      <dc:creator>Whlook</dc:creator>
      <dc:date>2023-07-15T10:43:38Z</dc:date>
    </item>
    <item>
      <title>回复： 游戏时CPU功耗被锁定在40w</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243545#M82122</link>
      <description>&lt;P&gt;c:\swetup可以删&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 10:48:38 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243545#M82122</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-07-15T10:48:38Z</dc:date>
    </item>
    <item>
      <title>回复： 游戏时CPU功耗被锁定在40w</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243550#M82124</link>
      <description>&lt;P&gt;驱动刷完解决了，能跑上55w了，还得是专业的来&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 11:30:44 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243550#M82124</guid>
      <dc:creator>Whlook</dc:creator>
      <dc:date>2023-07-15T11:30:44Z</dc:date>
    </item>
    <item>
      <title>回复： 游戏时CPU功耗被锁定在40w</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243557#M82127</link>
      <description>&lt;P&gt;新问题，重启后ogh提示需要更新服务，点更新会进入windows 的服务运行界面，锁功耗的问题又回来了，又一次重新重装ogh跟驱动后还是提示需要更新但没法更新&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 12:50:24 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1243557#M82127</guid>
      <dc:creator>Whlook</dc:creator>
      <dc:date>2023-07-15T12:50:24Z</dc:date>
    </item>
    <item>
      <title>回复： 游戏时CPU功耗被锁定在40w,大佬看看我的</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1321590#M89901</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;caption : Microsoft Windows 11 家庭中文版&lt;BR /&gt;version : 10.0.22631&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;F.08&lt;BR /&gt;4LE26PA#AB2&lt;BR /&gt;True&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;caption : OrayIddDriver Device&lt;BR /&gt;DriverVersion : 17.1.58.818&lt;/P&gt;&lt;P&gt;caption : NVIDIA GeForce GTX 1070 with Max-Q Design&lt;BR /&gt;DriverVersion : 32.0.15.6070&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DisplayName : AntiCheatExpert Service&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 : BattlEye Service&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Coodesker Service&lt;BR /&gt;Manufacturer : &lt;A href="http://www.coodesker.com" target="_blank"&gt;www.coodesker.com&lt;/A&gt;&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : DTS APO3 Service&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) Dynamic Platform and Thermal Framework service&lt;BR /&gt;Manufacturer : Intel Corporation&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 : Google Chrome Elevation Service (GoogleChromeElevationService)&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 : 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 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 : 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 Insights Analytics&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) 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) 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 : Intel(R) Management and Security Application Local Management Service&lt;BR /&gt;Manufacturer : Intel Corporation&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Logitech LampArray 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 : MSPCManager Service (Store)&lt;BR /&gt;Manufacturer : MSPCManagerService&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : IQIYI Video Platform Service&lt;BR /&gt;Manufacturer : 爱奇艺&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : QMEmulatorService&lt;BR /&gt;Manufacturer : Tencent&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : QQMusicService&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 : 搜狗输入法基础服务&lt;BR /&gt;Manufacturer : Sogou.com&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 : OpenSSH SSH Server&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&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 : SunloginService&lt;BR /&gt;Manufacturer : 上海贝锐信息科技股份有限公司&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Synaptics Audio APO Service&lt;BR /&gt;Manufacturer : Synaptics Incorporated.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Synaptics Audio Service&lt;BR /&gt;Manufacturer : Conexant Systems LLC.&lt;BR /&gt;State : Running&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 : ToDesk Service&lt;BR /&gt;Manufacturer : 海南有趣科技有限公司 (&lt;A href="http://www.todesk.com" target="_blank"&gt;www.todesk.com&lt;/A&gt;)&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 : VirtualBox system service&lt;BR /&gt;Manufacturer : Oracle and/or its affiliates&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 : Stopped&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 : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : VMware 自动启动服务&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;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 : yy加载服务&lt;BR /&gt;Manufacturer :&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;&lt;BR /&gt;ProductVersion FileVersion FileName&lt;BR /&gt;-------------- ----------- --------&lt;BR /&gt;1.0.86.0 1.0.86.0 C:\Windows\OMENSDK_Ver.exe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;AvailableSecurityProperties : {2, 3, 4, 5...}&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>Mon, 09 Dec 2024 13:16:29 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/you-xi-shiCPU-gong-hao-bei-suo-ding-zai40w/m-p/1321590#M89901</guid>
      <dc:creator>jackBobo</dc:creator>
      <dc:date>2024-12-09T13:16:29Z</dc:date>
    </item>
  </channel>
</rss>

