<?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/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1307237#M88922</link>
    <description>&lt;P&gt;恢复了原厂系统，应该是硬件有问题了，谢谢&lt;/P&gt;</description>
    <pubDate>Mon, 02 Sep 2024 13:28:46 GMT</pubDate>
    <dc:creator>chiefqiu</dc:creator>
    <dc:date>2024-09-02T13:28:46Z</dc:date>
    <item>
      <title>暗影精灵6plus游戏中掉帧，检查发现gpu clock锁定在300mhz</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1306506#M88867</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QQ20240828-103757.png" style="width: 388px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/110942i54A4F9E0E65E3380/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ20240828-103757.png" alt="QQ20240828-103757.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;清理了散热器并更换硅脂后仍然锁定在300mhz，但cpu似乎运行正常&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 02:43:02 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1306506#M88867</guid>
      <dc:creator>chiefqiu</dc:creator>
      <dc:date>2024-08-28T02:43:02Z</dc:date>
    </item>
    <item>
      <title>回复： 暗影精灵6plus游戏中掉帧，检查发现gpu clock锁定在300mhz</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1306537#M88868</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;&lt;SPAN&gt;(get-date) – (gcim Win32_OperatingSystem).LastBootUpTime&lt;/SPAN&gt; &lt;SPAN&gt;| out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&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 | out-file \hpinfo.txt -force -append;&lt;/P&gt;
&lt;P&gt;(gwmi MS_SystemInformation -namespace root\wmi).SystemSKU | out-file \hpinfo.txt -force -append;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(gwmi win32_baseboard).product&lt;/SPAN&gt; &lt;SPAN&gt;| out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Confirm-SecureBootUEFI | out-file \hpinfo.txt -force -append;&lt;/P&gt;
&lt;P&gt;gwmi win32_processor | out-file \hpinfo.txt -force -append;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;gwmi win32_physicalmemory | select Capacity,ConfiguredClockSpeed,Manufacturer,PartNumber,Speed&lt;/SPAN&gt; &lt;SPAN&gt;| out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;gwmi win32_diskdrive&lt;/SPAN&gt; &lt;SPAN&gt;| out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&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>Wed, 28 Aug 2024 05:36:17 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1306537#M88868</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2024-08-28T05:36:17Z</dc:date>
    </item>
    <item>
      <title>回复： 暗影精灵6plus游戏中掉帧，检查发现gpu clock锁定在300mhz</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1306550#M88869</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Days : 0&lt;BR /&gt;Hours : 0&lt;BR /&gt;Minutes : 18&lt;BR /&gt;Seconds : 30&lt;BR /&gt;Milliseconds : 983&lt;BR /&gt;Ticks : 11109835130&lt;BR /&gt;TotalDays : 0.012858605474537&lt;BR /&gt;TotalHours : 0.308606531388889&lt;BR /&gt;TotalMinutes : 18.5163918833333&lt;BR /&gt;TotalSeconds : 1110.983513&lt;BR /&gt;TotalMilliseconds : 1110983.513&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.38&lt;BR /&gt;16V11PA#AB2&lt;BR /&gt;8748&lt;BR /&gt;True&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Caption : Intel64 Family 6 Model 165 Stepping 2&lt;BR /&gt;DeviceID : CPU0&lt;BR /&gt;Manufacturer : GenuineIntel&lt;BR /&gt;MaxClockSpeed : 2592&lt;BR /&gt;Name : Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz&lt;BR /&gt;SocketDesignation : U3E1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Capacity : 8589934592&lt;BR /&gt;ConfiguredClockSpeed : 2933&lt;BR /&gt;Manufacturer : Micron&lt;BR /&gt;PartNumber : 8ATF1G64HZ-3G2J1&lt;BR /&gt;Speed : 3200&lt;/P&gt;&lt;P&gt;Capacity : 8589934592&lt;BR /&gt;ConfiguredClockSpeed : 2933&lt;BR /&gt;Manufacturer : Micron&lt;BR /&gt;PartNumber : 8ATF1G64HZ-3G2J1&lt;BR /&gt;Speed : 3200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Partitions : 8&lt;BR /&gt;DeviceID : \\.\PHYSICALDRIVE0&lt;BR /&gt;Model : SAMSUNG MZVLB1T0HBLR-000H1&lt;BR /&gt;Size : 1024203640320&lt;BR /&gt;Caption : SAMSUNG MZVLB1T0HBLR-000H1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;caption : NVIDIA GeForce RTX 2070 Super&lt;BR /&gt;DriverVersion : 32.0.15.6094&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;caption : 通信端口 (COM3)&lt;BR /&gt;deviceID : ROOT\PORTS\0000&lt;BR /&gt;ConfigManagerErrorCode : 34&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DisplayName : Apple Mobile Device Service&lt;BR /&gt;Manufacturer : Apple Inc.&lt;BR /&gt;State : Running&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 : Bonjour 服务&lt;BR /&gt;Manufacturer : Apple Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : CAJ Service Host&lt;BR /&gt;Manufacturer : Tongfang Knowledge Network Technology(Beijing) Co., Ltd.&lt;BR /&gt;State : Running&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 : 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 : ELAN Service&lt;BR /&gt;Manufacturer : ELAN Microelectronics Corp.&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 : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : FlexNet Licensing Service 64&lt;BR /&gt;Manufacturer : Flexera Software LLC&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 : GoogleUpdater InternalService 129.0.6651.0 (GoogleUpdaterInternalService129.0.6651.0)&lt;BR /&gt;Manufacturer : Google LLC&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : GoogleUpdater Service 129.0.6651.0 (GoogleUpdaterService129.0.6651.0)&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 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 : 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 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 Insights Analytics&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HskService&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&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 : IncrediBuild Agent&lt;BR /&gt;Manufacturer : IncrediBuild Software Ltd.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : IncrediBuild Coordinator&lt;BR /&gt;Manufacturer : IncrediBuild Software Ltd.&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 : 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 : Mozilla Maintenance Service&lt;BR /&gt;Manufacturer : Mozilla Foundation&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Net.Pipe Listener Adapter&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : nProtect GameGuard Service&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&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 :&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : PeanutHull DDNS Background Service&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&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 : 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 : RzKLService&lt;BR /&gt;Manufacturer : Razer Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Sangfor VPN Security Protect Service&lt;BR /&gt;Manufacturer : Sangfor Technologies Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : SangforSP&lt;BR /&gt;Manufacturer : Sangfor Technologies Inc.&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 : 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 :&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Visual Studio Standard Collector Service 150&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 : XTUOCDriverService&lt;BR /&gt;Manufacturer : Intel(R) Corporation&lt;BR /&gt;State : Running&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.12.219.0&lt;/P&gt;&lt;P&gt;Name : AD2F1837.OMENCommandCenter&lt;BR /&gt;Version : 1101.2406.15.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.80.0 1.0.80.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 : 0&lt;BR /&gt;InstanceIdentifier : 4ff40742-2649-41b8-bdd1-e80fad1cce80&lt;BR /&gt;RequiredSecurityProperties : {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;这样可以吗&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 07:32:21 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1306550#M88869</guid>
      <dc:creator>chiefqiu</dc:creator>
      <dc:date>2024-08-28T07:32:21Z</dc:date>
    </item>
    <item>
      <title>回复： 暗影精灵6plus游戏中掉帧，检查发现gpu clock锁定在300mhz</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1307164#M88917</link>
      <description>&lt;P&gt;&lt;A href="https://support.hp.com/cn-zh/drivers/omen-17-cb1000-laptop-pc-series/model/35880494?sku=16V11PA" target="_blank"&gt;OMEN Laptop - 17-cb1008tx 软件和驱动程序下载 | HP® 支持&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;当前最高版本是F.43 BIOS 先升级&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 07:45:12 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1307164#M88917</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2024-09-02T07:45:12Z</dc:date>
    </item>
    <item>
      <title>回复： 暗影精灵6plus游戏中掉帧，检查发现gpu clock锁定在300mhz</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1307218#M88920</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Days : 0&lt;BR /&gt;Hours : 0&lt;BR /&gt;Minutes : 4&lt;BR /&gt;Seconds : 31&lt;BR /&gt;Milliseconds : 341&lt;BR /&gt;Ticks : 2713419525&lt;BR /&gt;TotalDays : 0.00314053185763889&lt;BR /&gt;TotalHours : 0.0753727645833333&lt;BR /&gt;TotalMinutes : 4.522365875&lt;BR /&gt;TotalSeconds : 271.3419525&lt;BR /&gt;TotalMilliseconds : 271341.9525&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.43&lt;BR /&gt;16V11PA#AB2&lt;BR /&gt;8748&lt;BR /&gt;True&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Caption : Intel64 Family 6 Model 165 Stepping 2&lt;BR /&gt;DeviceID : CPU0&lt;BR /&gt;Manufacturer : GenuineIntel&lt;BR /&gt;MaxClockSpeed : 2592&lt;BR /&gt;Name : Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz&lt;BR /&gt;SocketDesignation : U3E1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Capacity : 8589934592&lt;BR /&gt;ConfiguredClockSpeed : 2933&lt;BR /&gt;Manufacturer : Micron&lt;BR /&gt;PartNumber : 8ATF1G64HZ-3G2J1&lt;BR /&gt;Speed : 3200&lt;/P&gt;&lt;P&gt;Capacity : 8589934592&lt;BR /&gt;ConfiguredClockSpeed : 2933&lt;BR /&gt;Manufacturer : Micron&lt;BR /&gt;PartNumber : 8ATF1G64HZ-3G2J1&lt;BR /&gt;Speed : 3200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Partitions : 8&lt;BR /&gt;DeviceID : \\.\PHYSICALDRIVE0&lt;BR /&gt;Model : SAMSUNG MZVLB1T0HBLR-000H1&lt;BR /&gt;Size : 1024203640320&lt;BR /&gt;Caption : SAMSUNG MZVLB1T0HBLR-000H1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;caption : NVIDIA GeForce RTX 2070 Super&lt;BR /&gt;DriverVersion : 32.0.15.6094&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DisplayName : Apple Mobile Device Service&lt;BR /&gt;Manufacturer : Apple Inc.&lt;BR /&gt;State : Running&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 : DtsApo4Service&lt;BR /&gt;Manufacturer : DTS Inc.&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 : Google Chrome Elevation Service (GoogleChromeElevationService)&lt;BR /&gt;Manufacturer : Google LLC&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : GoogleUpdater InternalService 130.0.6679.0 (GoogleUpdaterInternalService130.0.6679.0)&lt;BR /&gt;Manufacturer : Google LLC&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : GoogleUpdater Service 130.0.6679.0 (GoogleUpdaterService130.0.6679.0)&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 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 : 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) 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 : Running&lt;/P&gt;&lt;P&gt;DisplayName : McAfee Framework Host&lt;BR /&gt;Manufacturer : McAfee, LLC&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : McAfee Software Update&lt;BR /&gt;Manufacturer : McAfee, LLC&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : McAfee WebAdvisor&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 NetworkService 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 : MSPCManager Service (Store)&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&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 : 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 :&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Name : AD2F1837.OMENCommandCenter&lt;BR /&gt;Version : 1101.2406.15.0&lt;/P&gt;&lt;P&gt;Name : AD2F1837.OMENAudioControl&lt;BR /&gt;Version : 1.12.219.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.83.0 1.0.83.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 : 0&lt;BR /&gt;InstanceIdentifier : 4ff40742-2649-41b8-bdd1-e80fad1cce80&lt;BR /&gt;RequiredSecurityProperties : {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;升级了bios到F.43,但还是存在问题&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 10:22:48 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1307218#M88920</guid>
      <dc:creator>chiefqiu</dc:creator>
      <dc:date>2024-09-02T10:22:48Z</dc:date>
    </item>
    <item>
      <title>回复： 暗影精灵6plus游戏中掉帧，检查发现gpu clock锁定在300mhz</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1307233#M88921</link>
      <description>&lt;P&gt;如果数据多，不方便清数据，建议找个固态替换，做个原厂系统看看。&lt;/P&gt;
&lt;P&gt;如果不介意数据就直接做原厂恢复对比看，如果直接做了原厂系统还有问题，大概率是硬件问题。&lt;/P&gt;
&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&lt;A href="https://support.hp.com/cn-zh/document/ish_4511134-4630612-16" target="_blank"&gt;&lt;SPAN&gt;HP 消费类电脑 - 在 Windows 11 和 10 中使用 HP 云恢复工具 | HP&lt;/SPAN&gt;&lt;SPAN&gt;®&lt;/SPAN&gt;&lt;SPAN&gt;客户支持&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 13:19:44 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1307233#M88921</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2024-09-02T13:19:44Z</dc:date>
    </item>
    <item>
      <title>回复： 暗影精灵6plus游戏中掉帧，检查发现gpu clock锁定在300mhz</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1307237#M88922</link>
      <description>&lt;P&gt;恢复了原厂系统，应该是硬件有问题了，谢谢&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 13:28:46 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1307237#M88922</guid>
      <dc:creator>chiefqiu</dc:creator>
      <dc:date>2024-09-02T13:28:46Z</dc:date>
    </item>
    <item>
      <title>回复： 暗影精灵6plus游戏中掉帧，检查发现gpu clock锁定在300mhz</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1334401#M90469</link>
      <description>&lt;P&gt;我遇到过这个问题，是显卡的功耗芯片出问题了，显卡一直撞功耗墙，而且刚过保就出这个问题，官方返厂说无法维修，找的第三方修好的&lt;span class="lia-unicode-emoji" title=":哭泣:"&gt;😢&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 06:07:17 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/an-ying-jing-ling6plus-you-xi-zhong-diao-zheng-jian-cha-fa-xiangpu-clock-suo-ding-zai300mhz/m-p/1334401#M90469</guid>
      <dc:creator>JacksunX</dc:creator>
      <dc:date>2025-03-12T06:07:17Z</dc:date>
    </item>
  </channel>
</rss>

