<?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/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272804#M86136</link>
    <description>&lt;P&gt;我在尝试降级上个版本的OMEN Gameing Hub SDK后发现电压正常显示，但降电压功能依旧无效。OGH最新版SDK在C盘自动解压的文件中我发现了7.12版的Intel XTU插件，在Intel官网查询后发现Intel已经移除了对我的CPU，也就是i7-10750H的超频支持，我猜想这就是造成降电压功能失效的原因。&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="屏幕截图 2024-01-16 114130.png" style="width: 800px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/101713i6855C6A0B76CA756/image-size/large?v=v2&amp;amp;px=999" role="button" title="屏幕截图 2024-01-16 114130.png" alt="屏幕截图 2024-01-16 114130.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jan 2024 03:57:26 GMT</pubDate>
    <dc:creator>木雪</dc:creator>
    <dc:date>2024-01-16T03:57:26Z</dc:date>
    <item>
      <title>降电压功能无效，数据显示异常</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272463#M86099</link>
      <description>&lt;P&gt;降电压功能无效，在自定义偏差电压值之后点击应用并不会重启，在重启后电压恢复为原样。尝试了重装OGH以及OGH SDK依然无效，且CPU电压在重装了OGH之后也无法显示，请问如何解决？&lt;/P&gt;&lt;P&gt;目前BIOS为最新版本，在Windows更新中也没有可以更新的项目。&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="HP Omen Command Center Screenshot 2024.01.13 - 19.45.28.14.png" style="width: 800px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/101605i31850D071A195513/image-size/large?v=v2&amp;amp;px=999" role="button" title="HP Omen Command Center Screenshot 2024.01.13 - 19.45.28.14.png" alt="HP Omen Command Center Screenshot 2024.01.13 - 19.45.28.14.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jan 2024 11:53:30 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272463#M86099</guid>
      <dc:creator>木雪</dc:creator>
      <dc:date>2024-01-13T11:53:30Z</dc:date>
    </item>
    <item>
      <title>回复： 降电压功能无效，数据显示异常</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272793#M86133</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 | 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;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>Tue, 16 Jan 2024 03:27:24 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272793#M86133</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2024-01-16T03:27:24Z</dc:date>
    </item>
    <item>
      <title>回复： 降电压功能无效，数据显示异常</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272800#M86135</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.16&lt;BR /&gt;182Q4PA#AB2&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 : Samsung&lt;BR /&gt;PartNumber : M471A1K43DB1-CWE&lt;BR /&gt;Speed : 3200&lt;/P&gt;&lt;P&gt;Capacity : 8589934592&lt;BR /&gt;ConfiguredClockSpeed : 2933&lt;BR /&gt;Manufacturer : Samsung&lt;BR /&gt;PartNumber : M471A1K43DB1-CWE&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 : 5&lt;BR /&gt;DeviceID : \\.\PHYSICALDRIVE0&lt;BR /&gt;Model : SAMSUNG MZVLB512HBJQ-000H1&lt;BR /&gt;Size : 512105932800&lt;BR /&gt;Caption : SAMSUNG MZVLB512HBJQ-000H1&lt;/P&gt;&lt;P&gt;Partitions : 1&lt;BR /&gt;DeviceID : \\.\PHYSICALDRIVE1&lt;BR /&gt;Model : KINGSTON SNVS500G&lt;BR /&gt;Size : 500105249280&lt;BR /&gt;Caption : KINGSTON SNVS500G&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 2060&lt;BR /&gt;DriverVersion : 31.0.15.4633&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DisplayName : BaiduNetdiskUtility&lt;BR /&gt;Manufacturer :&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 : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Intel(R) Content Protection HDCP Service&lt;BR /&gt;Manufacturer : Intel 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 : NVIDIA FrameView SDK service&lt;BR /&gt;Manufacturer : NVIDIA&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 : 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 Insights Analytics&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HPWMISVC&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 : 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 : 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 : 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 : Intel® PROSet/Wireless Service&lt;BR /&gt;Manufacturer : Intel Corporation&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 : QQPCMgr RTP Service&lt;BR /&gt;Manufacturer : Tencent&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 : SynTPEnhService&lt;BR /&gt;Manufacturer : Synaptics Incorporated&lt;BR /&gt;State : Running&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.2312.3.0&lt;/P&gt;&lt;P&gt;Name : AD2F1837.OMENAudioControl&lt;BR /&gt;Version : 1.26.249.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 : {0}&lt;BR /&gt;SecurityServicesRunning : {0}&lt;BR /&gt;UsermodeCodeIntegrityPolicyEnforcementStatus : 1&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>Tue, 16 Jan 2024 03:51:20 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272800#M86135</guid>
      <dc:creator>木雪</dc:creator>
      <dc:date>2024-01-16T03:51:20Z</dc:date>
    </item>
    <item>
      <title>回复： 降电压功能无效，数据显示异常</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272804#M86136</link>
      <description>&lt;P&gt;我在尝试降级上个版本的OMEN Gameing Hub SDK后发现电压正常显示，但降电压功能依旧无效。OGH最新版SDK在C盘自动解压的文件中我发现了7.12版的Intel XTU插件，在Intel官网查询后发现Intel已经移除了对我的CPU，也就是i7-10750H的超频支持，我猜想这就是造成降电压功能失效的原因。&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="屏幕截图 2024-01-16 114130.png" style="width: 800px;"&gt;&lt;img src="https://h30471.www3.hp.com/t5/image/serverpage/image-id/101713i6855C6A0B76CA756/image-size/large?v=v2&amp;amp;px=999" role="button" title="屏幕截图 2024-01-16 114130.png" alt="屏幕截图 2024-01-16 114130.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 03:57:26 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272804#M86136</guid>
      <dc:creator>木雪</dc:creator>
      <dc:date>2024-01-16T03:57:26Z</dc:date>
    </item>
    <item>
      <title>回复： 降电压功能无效，数据显示异常</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272846#M86137</link>
      <description>&lt;P&gt;专业版系统是全新安装还是家庭版直接升级？&lt;/P&gt;
&lt;P&gt;如果是全新安装，是标准的微软工具还是PE之类非标准安装的？&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 07:02:44 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272846#M86137</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2024-01-16T07:02:44Z</dc:date>
    </item>
    <item>
      <title>回复： 降电压功能无效，数据显示异常</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272848#M86138</link>
      <description>&lt;P&gt;用微软工具全新安装的&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 07:04:24 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272848#M86138</guid>
      <dc:creator>木雪</dc:creator>
      <dc:date>2024-01-16T07:04:24Z</dc:date>
    </item>
    <item>
      <title>回复： 降电压功能无效，数据显示异常</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272850#M86139</link>
      <description>&lt;P&gt;这个型号，官方驱动页面没用Windows 11可选。&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.hp.com/cn-zh/drivers/omen-15-ek0000-laptop-pc-series/model/38462198?sku=182Q4PA" target="_blank"&gt;OMEN Laptop - 15-ek0011tx 软件和驱动程序下载 | HP® 支持&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 07:06:02 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272850#M86139</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2024-01-16T07:06:02Z</dc:date>
    </item>
    <item>
      <title>回复： 降电压功能无效，数据显示异常</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272852#M86140</link>
      <description>&lt;P&gt;没事，降电压可以用其他软件平替解决，Windows11在安装了新驱动下使用也没出现问题，多谢解答。&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 07:08:57 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/jiang-dian-ya-gong-neng-wu-xiao-shu-ju-xian-shi-yi-chang/m-p/1272852#M86140</guid>
      <dc:creator>木雪</dc:creator>
      <dc:date>2024-01-16T07:08:57Z</dc:date>
    </item>
  </channel>
</rss>

