<?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/ogh-wu-fa-qie-huan-mo-shi/m-p/1282262#M86972</link>
    <description>&lt;P&gt;使用的是原装的适配器么？&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2024 06:05:16 GMT</pubDate>
    <dc:creator>坏坏的笑</dc:creator>
    <dc:date>2024-03-21T06:05:16Z</dc:date>
    <item>
      <title>ogh无法切换模式</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/ogh-wu-fa-qie-huan-mo-shi/m-p/1282149#M86959</link>
      <description>&lt;P&gt;如题，玩游戏不管是使用平衡模式还是狂暴模式，帧数相同。使用测试软件发现两个模式下显卡功率都是80w左右浮动，以前狂暴模式是115w。感觉是无法切换到狂暴模式了，求解决&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 16:16:38 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/ogh-wu-fa-qie-huan-mo-shi/m-p/1282149#M86959</guid>
      <dc:creator>枪花回春丹</dc:creator>
      <dc:date>2024-03-20T16:16:38Z</dc:date>
    </item>
    <item>
      <title>回复： ogh无法切换模式</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/ogh-wu-fa-qie-huan-mo-shi/m-p/1282161#M86962</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&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;-ErrorAction Ignore&lt;/SPAN&gt;&lt;SPAN&gt;).VersionInfo.CompanyName}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $_ | Add-Member -MemberType NoteProperty -Name "Manufacturer" -Value $company&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $_}&amp;nbsp; | Select-Object DisplayName, Manufacturer,State | where {$_.Manufacturer -notlike "*microsoft*"}&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;|&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;fl |&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Get-AppxPackage | where{$_.name -like "*omen*"} | select name,version |fl | out-file \hpinfo.txt -force -append;&lt;/P&gt;
&lt;P&gt;if (test-path C:\Windows\OMENSDK_Ver.exe){(Get-Item C:\Windows\OMENSDK_Ver.exe).versioninfo | out-file \hpinfo.txt -force -append}&lt;/P&gt;
&lt;P&gt;Get-CimInstance –ClassName Win32_DeviceGuard –Namespace root\Microsoft\Windows\DeviceGuard | out-file \hpinfo.txt -force -append&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;打开c:\hpinfo.txt将文件内容全选(ctrl+A)复制(ctrl+c)粘贴(ctrl+v)出来发帖回复，之后c:\hpinfo.txt可以删除。&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;如果红字报错或没有文件，确认是以管理员身份运行了powershell&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 00:35:53 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/ogh-wu-fa-qie-huan-mo-shi/m-p/1282161#M86962</guid>
      <dc:creator>坏坏的笑</dc:creator>
      <dc:date>2024-03-21T00:35:53Z</dc:date>
    </item>
    <item>
      <title>回复： ogh无法切换模式</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/ogh-wu-fa-qie-huan-mo-shi/m-p/1282244#M86967</link>
      <description>caption : Microsoft Windows 11 专业版 version : 10.0.22635 F.22 6E2J2PA#AB2 True caption : Intel(R) Iris(R) Xe Graphics DriverVersion : 31.0.101.4889 caption : NVIDIA GeForce RTX 3070 Ti Laptop GPU DriverVersion : 31.0.15.5176 caption : 符合 HID 标准的手写笔 deviceID : HID\HIDCLASS&amp;amp;COL05\1&amp;amp;2D595CA7&amp;amp;0&amp;amp;0004 ConfigManagerErrorCode : 22 caption : 符合 HID 标准的触摸屏 deviceID : HID\HIDCLASS&amp;amp;COL01\1&amp;amp;2D595CA7&amp;amp;0&amp;amp;0000 ConfigManagerErrorCode : 22 caption : HID-compliant game controller deviceID : HID\HIDCLASS&amp;amp;COL06\1&amp;amp;2D595CA7&amp;amp;0&amp;amp;0005 ConfigManagerErrorCode : 22 DisplayName : AntiCheatExpert Service Manufacturer : State : Stopped DisplayName : BaiduNetdiskUtility Manufacturer : Baidu.com, Inc. State : Stopped DisplayName : BattlEye Service Manufacturer : State : Stopped DisplayName : Clash Core Service Manufacturer : CloudBees, Inc. State : Running DisplayName : Intel(R) Content Protection HDCP Service Manufacturer : Intel Corporation State : Running DisplayName : Douyin Elevation Service (DouyinElevationService) Manufacturer : The Chromium Authors State : Stopped DisplayName : DP Service Manufacturer : Shaanxi Longlong Network Technology Co., Ltd State : Stopped DisplayName : DtsApo4Service Manufacturer : DTS Inc. State : Running DisplayName : EABackgroundService Manufacturer : State : Stopped DisplayName : EasyAntiCheat Manufacturer : Epic Games, Inc State : Stopped DisplayName : Easy Anti-Cheat (Epic Online Services) Manufacturer : State : Stopped DisplayName : FlexNet Licensing Service Manufacturer : Flexera State : Running DisplayName : Futuremark SystemInfo Service Manufacturer : Futuremark State : Stopped DisplayName : NVIDIA FrameView SDK service Manufacturer : NVIDIA State : Stopped DisplayName : Google Chrome Elevation Service (GoogleChromeElevationService) Manufacturer : Google LLC State : Stopped DisplayName : GoogleUpdater InternalService 124.0.6359.0 (GoogleUpdaterInternalService124.0.6359.0) Manufacturer : Google LLC State : Stopped DisplayName : GoogleUpdater Service 124.0.6359.0 (GoogleUpdaterService124.0.6359.0) Manufacturer : Google LLC State : Stopped DisplayName : Google 更新服务 (gupdate) Manufacturer : Google LLC State : Stopped DisplayName : Google 更新服务 (gupdatem) Manufacturer : Google LLC State : Stopped DisplayName : hisee_record_service_online Manufacturer : iflytek State : Running DisplayName : HP Comm Recovery Manufacturer : HP Inc. State : Running DisplayName : HP One Agent Service Manufacturer : HP Inc; HP Development Company, L.P. State : Running DisplayName : HP App Helper HSA Service Manufacturer : HP Inc. State : Running DisplayName : HP Diagnostics HSA Service Manufacturer : HP Inc. State : Stopped DisplayName : HP Network HSA Service Manufacturer : HP Inc. State : Running DisplayName : HP Omen HSA Service Manufacturer : HP Inc. State : Running DisplayName : HP CASL Framework Service Manufacturer : HP State : Stopped DisplayName : HP System Info HSA Service Manufacturer : HP Inc. State : Running DisplayName : HP Insights Analytics Manufacturer : HP Inc. State : Running DisplayName : Intel(R) Graphics Command Center Service Manufacturer : Intel Corporation State : Stopped DisplayName : Intel(R) Audio Service Manufacturer : Intel State : Running DisplayName : Intel(R) Innovation Platform Framework Service Manufacturer : Intel Corporation State : Running DisplayName : Intel(R) Dynamic Application Loader Host Interface Service Manufacturer : Intel Corporation State : Running DisplayName : KuGou Service Manufacturer : 酷狗音乐 State : Running DisplayName : Lenovo Accessories and Display Manager Service Manufacturer : Lenovo State : Running DisplayName : Lenovo Display Control Center Service Manufacturer : Lenovo State : Running DisplayName : NVIDIA LocalSystem Container Manufacturer : State : Running DisplayName : NVIDIA Display Container LS Manufacturer : State : Running DisplayName : OfficePLUS Service Manufacturer : State : Running DisplayName : PnkBstrA Manufacturer : State : Running DisplayName : QPCore Service Manufacturer : Tencent State : Running DisplayName : QQMusicService Manufacturer : State : Stopped DisplayName : Rockstar Game Library Service Manufacturer : State : Stopped DisplayName : Realtek Audio Universal Service Manufacturer : Realtek Semiconductor State : Running DisplayName : Radmin VPN Control Service Manufacturer : Famatech Corp. State : Running DisplayName : OpenSSH Authentication Agent Manufacturer : State : Stopped DisplayName : Steam Client Service Manufacturer : Valve Corporation State : Stopped DisplayName : SteelSeries GG Update Service Proxy Manufacturer : State : Stopped DisplayName : SunloginService Manufacturer : 上海贝锐信息科技股份有限公司 State : Running DisplayName : SynTPEnhService Manufacturer : Synaptics Incorporated State : Running DisplayName : UDCC Launcher Service Manufacturer : State : Running DisplayName : Visual Studio Analyzer RPC bridge Manufacturer : State : Stopped DisplayName : Wallpaper Engine Service Manufacturer : State : Running DisplayName : WemeetUpdateSvc Manufacturer : State : Stopped DisplayName : Intel(R) Management Engine WMI Provider Registration Manufacturer : Intel Corporation State : Running DisplayName : WPS Office Cloud Service Manufacturer : Zhuhai Kingsoft Office Software Co.,Ltd State : Stopped DisplayName : XTUOCDriverService Manufacturer : Intel(R) Corporation State : Running Name : AD2F1837.OMENSpectate Version : 1.24.2.0 Name : AD2F1837.OMENAudioControl Version : 1.38.277.0 Name : AD2F1837.OMENLightStudio Version : 1.0.46.0 Name : AD2F1837.OMENCommandCenter Version : 1101.2402.4.0 ProductVersion FileVersion FileName -------------- ----------- -------- 1.0.78.0 1.0.78.0 C:\Windows\OMENSDK_Ver.exe</description>
      <pubDate>Thu, 21 Mar 2024 04:31:35 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/ogh-wu-fa-qie-huan-mo-shi/m-p/1282244#M86967</guid>
      <dc:creator>枪花回春丹</dc:creator>
      <dc:date>2024-03-21T04:31:35Z</dc:date>
    </item>
    <item>
      <title>回复： ogh无法切换模式</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/ogh-wu-fa-qie-huan-mo-shi/m-p/1282251#M86968</link>
      <description>&lt;P&gt;我好像知道是什么问题了，今天测试发现显卡功率正常只有几秒，然后跳到80w左右徘徊，测试发现电池需要校准，但是充电是正常的。应该是系统认为电池容量不正确而且充不上电默认了平衡模式，怎么能让系统不检测电池呢&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 05:12:08 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/ogh-wu-fa-qie-huan-mo-shi/m-p/1282251#M86968</guid>
      <dc:creator>枪花回春丹</dc:creator>
      <dc:date>2024-03-21T05:12:08Z</dc:date>
    </item>
    <item>
      <title>回复： ogh无法切换模式</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/ogh-wu-fa-qie-huan-mo-shi/m-p/1282262#M86972</link>
      <description>&lt;P&gt;使用的是原装的适配器么？&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 06:05:16 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/ogh-wu-fa-qie-huan-mo-shi/m-p/1282262#M86972</guid>
      <dc:creator>坏坏的笑</dc:creator>
      <dc:date>2024-03-21T06:05:16Z</dc:date>
    </item>
    <item>
      <title>回复： ogh无法切换模式</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/ogh-wu-fa-qie-huan-mo-shi/m-p/1282305#M86973</link>
      <description>&lt;P&gt;是原装的&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 08:03:15 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/ogh-wu-fa-qie-huan-mo-shi/m-p/1282305#M86973</guid>
      <dc:creator>枪花回春丹</dc:creator>
      <dc:date>2024-03-21T08:03:15Z</dc:date>
    </item>
    <item>
      <title>回复： ogh无法切换模式</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/ogh-wu-fa-qie-huan-mo-shi/m-p/1282307#M86974</link>
      <description>&lt;P&gt;已经排除电源的问题了，今天上午校准电池后，惠普管家显示电池正常，依然存在无法切换狂暴模式问题，测试发现100w往上的时候只有不到5s，之后稳定80w，和平衡模式一样&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 08:14:57 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/ogh-wu-fa-qie-huan-mo-shi/m-p/1282307#M86974</guid>
      <dc:creator>枪花回春丹</dc:creator>
      <dc:date>2024-03-21T08:14:57Z</dc:date>
    </item>
  </channel>
</rss>

