<?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/4060gong-hao-yi-chang/m-p/1246962#M82809</link>
    <description>&lt;P&gt;关了，驱动也回旧版了。这台机子大概买了一个月，其实到手的时候鲁大师跑显卡就不太行，当时没注意，还以为是没开独显直连，后来发现开了好像也这样&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2023 03:21:07 GMT</pubDate>
    <dc:creator>sosla</dc:creator>
    <dc:date>2023-08-07T03:21:07Z</dc:date>
    <item>
      <title>4060功耗异常</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/4060gong-hao-yi-chang/m-p/1246813#M82771</link>
      <description>&lt;P&gt;暗影精灵9，R7 ,显卡4060，烤机gpu快90°了，才40w左右功耗，开了独显直连和狂暴模式，室温大概30°，玩游戏经常出现掉帧&lt;/P&gt;</description>
      <pubDate>Sun, 06 Aug 2023 06:59:18 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/4060gong-hao-yi-chang/m-p/1246813#M82771</guid>
      <dc:creator>sosla</dc:creator>
      <dc:date>2023-08-06T06:59:18Z</dc:date>
    </item>
    <item>
      <title>回复： 4060功耗异常</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/4060gong-hao-yi-chang/m-p/1246841#M82772</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>Sun, 06 Aug 2023 10:36:17 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/4060gong-hao-yi-chang/m-p/1246841#M82772</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-08-06T10:36:17Z</dc:date>
    </item>
    <item>
      <title>回复： 4060功耗异常</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/4060gong-hao-yi-chang/m-p/1246885#M82796</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.06&lt;BR /&gt;81T56PA#AB2&lt;BR /&gt;True&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;caption : AMD Radeon(TM) Graphics&lt;BR /&gt;DriverVersion : 31.0.14003.34002&lt;/P&gt;&lt;P&gt;caption : NVIDIA GeForce RTX 4060 Laptop GPU&lt;BR /&gt;DriverVersion : 31.0.15.3667&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DisplayName : AMD Crash Defender Service&lt;BR /&gt;Manufacturer : Advanced Micro Devices, Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : AMD External Events Utility&lt;BR /&gt;Manufacturer : AMD&lt;BR /&gt;State : Running&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 : Docker Desktop Service&lt;BR /&gt;Manufacturer : Docker Inc.&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 :&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 : Flash Helper Service&lt;BR /&gt;Manufacturer : 重庆重橙网络科技有限公司&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : FlashCenterSvc&lt;BR /&gt;Manufacturer : Chongqing Zhongcheng Network Technology Co., Ltd&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 : Huorong Internet Security Daemon&lt;BR /&gt;Manufacturer : 北京火绒网络科技有限公司&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP Comm Recovery&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP App Helper HSA Service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP Diagnostics HSA Service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : HpMallWindowsService&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP Network HSA Service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP Omen HSA Service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP 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 Analytics service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Huorong Windows Security Center&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 : Plastic Change Tracker&lt;BR /&gt;Manufacturer : Codice Software, S.L.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Plastic SCM Server&lt;BR /&gt;Manufacturer : plasticd&lt;BR /&gt;State : Stopped&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 : Realtek Bluetooth Device Manager Service&lt;BR /&gt;Manufacturer : Realtek Semiconductor Corp.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : OpenSSH Authentication Agent&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Steam Client Service&lt;BR /&gt;Manufacturer : Valve Corporation&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : 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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Name : AD2F1837.OMENLightStudio&lt;BR /&gt;Version : 1.0.36.0&lt;/P&gt;&lt;P&gt;Name : AD2F1837.OMENCommandCenter&lt;BR /&gt;Version : 1101.2307.2.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ProductVersion FileVersion FileName&lt;BR /&gt;-------------- ----------- --------&lt;BR /&gt;1.0.73.0 1.0.73.0 C:\Windows\OMENSDK_Ver.exe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;AvailableSecurityProperties : {1, 2, 3, 4...}&lt;BR /&gt;CodeIntegrityPolicyEnforcementStatus : 2&lt;BR /&gt;InstanceIdentifier : 4ff40742-2649-41b8-bdd1-e80fad1cce80&lt;BR /&gt;RequiredSecurityProperties : {0}&lt;BR /&gt;SecurityFeaturesEnabled : {0}&lt;BR /&gt;SecurityServicesConfigured : {2}&lt;BR /&gt;SecurityServicesRunning : {2}&lt;BR /&gt;UsermodeCodeIntegrityPolicyEnforcementStatus : 0&lt;BR /&gt;Version : 1.0&lt;BR /&gt;VirtualizationBasedSecurityStatus : 2&lt;BR /&gt;VirtualMachineIsolation : False&lt;BR /&gt;VirtualMachineIsolationProperties : {0}&lt;BR /&gt;PSComputerName :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 00:45:34 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/4060gong-hao-yi-chang/m-p/1246885#M82796</guid>
      <dc:creator>sosla</dc:creator>
      <dc:date>2023-08-07T00:45:34Z</dc:date>
    </item>
    <item>
      <title>回复： 4060功耗异常</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/4060gong-hao-yi-chang/m-p/1246891#M82799</link>
      <description>&lt;P&gt;先按下面文档操作&lt;/P&gt;
&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&lt;A href="https://support.microsoft.com/zh-cn/windows/%E5%9C%A8windows-11%E4%B8%AD%E4%BC%98%E5%8C%96%E6%B8%B8%E6%88%8F%E6%80%A7%E8%83%BD%E7%9A%84%E9%80%89%E9%A1%B9-a255f612-2949-4373-a566-ff6f3f474613" target="_blank"&gt;&lt;SPAN&gt;在&lt;/SPAN&gt;&lt;SPAN&gt;Windows 11&lt;/SPAN&gt;&lt;SPAN&gt;中优化游戏性能的选项&lt;/SPAN&gt;&lt;SPAN&gt; - Microsoft &lt;/SPAN&gt;&lt;SPAN&gt;支持&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;然后，不行再将显卡驱动降级&lt;/P&gt;
&lt;P&gt;&lt;A href="https://h30318.www3.hp.com/pub/softpaq/sp147501-148000/sp147519.exe" target="_blank"&gt;https://h30318.www3.hp.com/pub/softpaq/sp147501-148000/sp147519.exe&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 00:57:26 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/4060gong-hao-yi-chang/m-p/1246891#M82799</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-08-07T00:57:26Z</dc:date>
    </item>
    <item>
      <title>回复： 4060功耗异常</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/4060gong-hao-yi-chang/m-p/1246929#M82805</link>
      <description>&lt;P&gt;试了一下，游戏温度还是很高，开eco模式反而好点，狂暴和平衡都有80°C，显卡和cpu负载不高，就是温度高&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 02:05:33 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/4060gong-hao-yi-chang/m-p/1246929#M82805</guid>
      <dc:creator>sosla</dc:creator>
      <dc:date>2023-08-07T02:05:33Z</dc:date>
    </item>
    <item>
      <title>回复： 4060功耗异常</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/4060gong-hao-yi-chang/m-p/1246937#M82807</link>
      <description>&lt;P&gt;虚拟机和基于虚拟化的安全关闭了没有&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 02:31:26 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/4060gong-hao-yi-chang/m-p/1246937#M82807</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-08-07T02:31:26Z</dc:date>
    </item>
    <item>
      <title>回复： 4060功耗异常</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/4060gong-hao-yi-chang/m-p/1246962#M82809</link>
      <description>&lt;P&gt;关了，驱动也回旧版了。这台机子大概买了一个月，其实到手的时候鲁大师跑显卡就不太行，当时没注意，还以为是没开独显直连，后来发现开了好像也这样&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 03:21:07 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/4060gong-hao-yi-chang/m-p/1246962#M82809</guid>
      <dc:creator>sosla</dc:creator>
      <dc:date>2023-08-07T03:21:07Z</dc:date>
    </item>
    <item>
      <title>回复： 4060功耗异常</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/4060gong-hao-yi-chang/m-p/1247836#M82986</link>
      <description>&lt;P&gt;我去了线下维修店终于解决了，原来是显卡涂硅脂的地方不知道为什么有一个塑料片，拿掉以后就正常了。。。&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2023 08:24:46 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/4060gong-hao-yi-chang/m-p/1247836#M82986</guid>
      <dc:creator>sosla</dc:creator>
      <dc:date>2023-08-12T08:24:46Z</dc:date>
    </item>
  </channel>
</rss>

