<?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/wei-shen-me-guang-ying-jing-ling9da-you-xi-zheng-lu-bu-wen-ding/m-p/1266172#M85386</link>
    <description>&lt;P&gt;&lt;SPAN&gt;独显驱动&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;运行——点击ok—选择同意并继续——提示精简和自定义——选择自定义——下一步勾选清洁安装&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://cn.download.nvidia.com/Windows/546.17/546.17-notebook-win10-win11-64bit-international-dch-wh..." target="_blank" rel="nofollow noopener noreferrer"&gt;https://cn.download.nvidia.com/Windows/546.17/546.17-notebook-win10-win11-64bit-international-dch-wh...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;集显驱动 安装时候 提示自定义 勾选执行全新安装&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.cn/content/www/cn/zh/download/785597/intel-arc-iris-xe-graphics-windows.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.intel.cn/content/www/cn/zh/download/785597/intel-arc-iris-xe-graphics-windows.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;点击Windows图标右键选择Windows PowerShell（管理员） 输入powercfg -s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 点击回车即可&lt;/P&gt;&lt;P&gt;omen软件开启狂暴模式&lt;/P&gt;&lt;P&gt;【显卡直连】点击桌面右键——选择更多选项设置——选择NVIDIA控制面板——选择管理显示模式——选择仅NVIDIA&lt;/P&gt;&lt;P&gt;【右键】点击桌面空白处，选择【NVIDIA控制面板】 2.选择【管理3D设置】——OpenGL渲染GPU更改【GeForce RTX 40*0】—三重缓冲更改【开】—低延迟模式更改【超高】—电源管理模式更改【最高性能优先】—首选刷新率更改【最高可用】—【应用】 注：部分机型没有监视器技术，无需更改 3.选择【配置Surround，PhysX】 PhysX设置更改【GeForce GTX40*0】点击【应用】&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2023 03:05:17 GMT</pubDate>
    <dc:creator>Chen_long</dc:creator>
    <dc:date>2023-12-01T03:05:17Z</dc:date>
    <item>
      <title>为什么光影精灵9打游戏帧率不稳定</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/wei-shen-me-guang-ying-jing-ling9da-you-xi-zheng-lu-bu-wen-ding/m-p/1266026#M85372</link>
      <description>&lt;P&gt;打游戏经常出现帧率不稳定的情况&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 02:29:52 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/wei-shen-me-guang-ying-jing-ling9da-you-xi-zheng-lu-bu-wen-ding/m-p/1266026#M85372</guid>
      <dc:creator>jsjshs</dc:creator>
      <dc:date>2023-11-30T02:29:52Z</dc:date>
    </item>
    <item>
      <title>回复： 为什么光影精灵9打游戏帧率不稳定</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/wei-shen-me-guang-ying-jing-ling9da-you-xi-zheng-lu-bu-wen-ding/m-p/1266053#M85373</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>Thu, 30 Nov 2023 04:31:42 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/wei-shen-me-guang-ying-jing-ling9da-you-xi-zheng-lu-bu-wen-ding/m-p/1266053#M85373</guid>
      <dc:creator>y2kim</dc:creator>
      <dc:date>2023-11-30T04:31:42Z</dc:date>
    </item>
    <item>
      <title>回复： 为什么光影精灵9打游戏帧率不稳定</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/wei-shen-me-guang-ying-jing-ling9da-you-xi-zheng-lu-bu-wen-ding/m-p/1266110#M85377</link>
      <description>&lt;P&gt;&lt;SPAN&gt;操作系统名称 Microsoft Windows 11 家庭中文版 版本 10.0.22621 版本 22621 其他操作系统描述 没有资料 操作系统制造商 Microsoft Corporation 系统名称 LAPTOP-7M5IJTBJ 系统制造商 HP 系统型号 Victus by HP Gaming Laptop 15-fa1xxx 系统类型 基于 x64 的电脑 系统 SKU 8Z8W8PA#AB2 处理器 13th Gen Intel(R) Core(TM) i5-13500H，2600 Mhz，12 个内核，16 个逻辑处理器 BIOS 版本/日期 AMI F.13, 2023/8/29 SMBIOS 版本 3.5 嵌入式控制器版本 63.31 BIOS 模式 UEFI 主板制造商 HP 主板产品 8C40 主板版本 63.31 平台角色 移动 安全启动状态 启用 PCR7 配置 需要提升才能查看 Windows 目录 C:\windows 系统目录 C:\windows\system32 启动设备 \Device\HarddiskVolume1 区域设置 中国 硬件抽象层 版本 = "10.0.22621.2506" 用户名 LAPTOP-7M5IJTBJ\年 时区 中国标准时间 已安装的物理内存(RAM) 16.0 GB 总的物理内存 15.6 GB 可用物理内存 7.86 GB 总的虚拟内存 22.6 GB 可用虚拟内存 10.1 GB 页面文件空间 7.00 GB 页面文件 C:\pagefile.sys 内核 DMA 保护 启用 基于虚拟化的安全性 未启用 Windows Defender 应用程序控制策略 已实施 Windows Defender 应用程序控制用户模式策略 审核 设备加密支持 需要提升才能查看 Hyper-V - 虚拟机监视模式扩展 是 Hyper-V - 第二级地址转换扩展 是 Hyper-V - 固件中启用的虚拟化 是 Hyper-V - 数据扩展保护 是&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 11:27:39 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/wei-shen-me-guang-ying-jing-ling9da-you-xi-zheng-lu-bu-wen-ding/m-p/1266110#M85377</guid>
      <dc:creator>jsjshs</dc:creator>
      <dc:date>2023-11-30T11:27:39Z</dc:date>
    </item>
    <item>
      <title>回复： 为什么光影精灵9打游戏帧率不稳定</title>
      <link>https://h30471.www3.hp.com/t5/you-xi-ben/wei-shen-me-guang-ying-jing-ling9da-you-xi-zheng-lu-bu-wen-ding/m-p/1266172#M85386</link>
      <description>&lt;P&gt;&lt;SPAN&gt;独显驱动&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;运行——点击ok—选择同意并继续——提示精简和自定义——选择自定义——下一步勾选清洁安装&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://cn.download.nvidia.com/Windows/546.17/546.17-notebook-win10-win11-64bit-international-dch-wh..." target="_blank" rel="nofollow noopener noreferrer"&gt;https://cn.download.nvidia.com/Windows/546.17/546.17-notebook-win10-win11-64bit-international-dch-wh...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;集显驱动 安装时候 提示自定义 勾选执行全新安装&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.cn/content/www/cn/zh/download/785597/intel-arc-iris-xe-graphics-windows.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.intel.cn/content/www/cn/zh/download/785597/intel-arc-iris-xe-graphics-windows.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;点击Windows图标右键选择Windows PowerShell（管理员） 输入powercfg -s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 点击回车即可&lt;/P&gt;&lt;P&gt;omen软件开启狂暴模式&lt;/P&gt;&lt;P&gt;【显卡直连】点击桌面右键——选择更多选项设置——选择NVIDIA控制面板——选择管理显示模式——选择仅NVIDIA&lt;/P&gt;&lt;P&gt;【右键】点击桌面空白处，选择【NVIDIA控制面板】 2.选择【管理3D设置】——OpenGL渲染GPU更改【GeForce RTX 40*0】—三重缓冲更改【开】—低延迟模式更改【超高】—电源管理模式更改【最高性能优先】—首选刷新率更改【最高可用】—【应用】 注：部分机型没有监视器技术，无需更改 3.选择【配置Surround，PhysX】 PhysX设置更改【GeForce GTX40*0】点击【应用】&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 03:05:17 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/you-xi-ben/wei-shen-me-guang-ying-jing-ling9da-you-xi-zheng-lu-bu-wen-ding/m-p/1266172#M85386</guid>
      <dc:creator>Chen_long</dc:creator>
      <dc:date>2023-12-01T03:05:17Z</dc:date>
    </item>
  </channel>
</rss>

