- 将帖子标记为未读
- 将此主题添加到书签
- 订阅此主题
- 禁止
- 订阅此主题的 RSS 提要
- 高亮显示此贴
- 打印此贴
- 标记帖子
已解决!
3dmark Timespy CPU 分数极低
发布时间 2023-07-17 17:53:28
我的电脑是暗影精灵7Plus。如图所示,我最近跑分3dmark的时候发现CPU的分数极低,跟两年前完全没法比。清灰换硅脂之后发现温度是掉了20度但是分数还是一样低。网上查了一圈有人说需要disable core parking,试了没用。还有人说需要换3dmark别的版本而不是steam版本,我没找到。我测试cinebench的cpu略低但是没有这么离谱。最近也刚刚更新f44的bios。想请问一下这个问题怎么解决?
已解决! 跳转到解答
已接受的解答
- 将帖子标记为未读
- 将此主题添加到书签
- 订阅此主题
- 禁止
- 订阅此主题的 RSS 提要
- 高亮显示此贴
- 打印此贴
- 标记帖子
已解决!
3dmark Timespy CPU 分数极低
发布时间 2023-07-18 15:54:06
31.0.15.3640这个版本独显驱动抢功耗
已解决: 游戏时CPU功耗被锁定在40w - 惠普支持社区 - 1243525 (hp.com)
还有,关闭下面提到的选项
在Windows 11中优化游戏性能的选项 - Microsoft 支持
欢迎来到社区,我是一名志愿者,私人信息不会被回复。
如果我的回复对您有帮助, 请点击按钮。如果我的回复帮助您解决了问题,别忘了点击
,可以帮到其他遇到同样问题的用户。
我长期使用过的机型
DC7600 USDT
Pavilion dv4000
ProBook 6510b
xw4600
z800
z820
EliteBook 2740p
ProBook 6460b
Pavilion DV4
Envy 15
SlateBook x2
ProDesk 600 G3 SFF
t5740 Thin Client
t620 Thin Client
EliteBook 840 G3
ZBook 15 G3
ProBook 440 G8
Omen 25L GT12 AMD
- 将帖子标记为未读
- 将此主题添加到书签
- 订阅此主题
- 禁止
- 订阅此主题的 RSS 提要
- 高亮显示此贴
- 打印此贴
- 标记帖子
已解决!
3dmark Timespy CPU 分数极低
发布时间 2023-07-18 08:48:19
********************提供更多机器有关的信息*************************
**************提供信息,不是修复,不是解决方案*******************
********************不提供信息,不勉强******************************
- 系统桌面按Win+R打开运行,输入
powershell
- 按住键盘ctrl+shift,鼠标点确定
命令行打开显示PS C:\Windows\system32>则是成功以管理员运行打开了powershell,否则以上重试
- 在命令行窗口中复制粘贴下面命令回车
if (test-path c:\hpinfo.txt){remove-item c:\hpinfo.txt -force};
gwmi Win32_OperatingSystem | select caption,version |fl | out-file \hpinfo.txt -force -append;
(gwmi win32_bios).caption |fl | out-file \hpinfo.txt -force -append;
(gwmi MS_SystemInformation -namespace root\wmi).SystemSKU |fl | out-file \hpinfo.txt -force -append;
Confirm-SecureBootUEFI |fl | out-file \hpinfo.txt -force -append;
gwmi win32_VideoController | select caption,DriverVersion |fl | out-file \hpinfo.txt -force -append;
gwmi Win32_PNPEntity | Where{$_.ConfigManagerErrorCode -ne 0} | select caption,deviceID,ConfigManagerErrorCode |fl | out-file \hpinfo.txt -force -append;
Gwmi win32_service | ForEach-Object {
$path=""
$company=""
if($_.pathName -match '"(?<SvcPath>.*)"') {$path=$Matches['SvcPath']}
else {$path=($_.pathName -split ' ') | select -First 1}
if(-not [string]::IsNullOrWhiteSpace($path)) {$company=(Get-Item $path -ErrorAction Ignore).VersionInfo.CompanyName}
$_ | Add-Member -MemberType NoteProperty -Name "Manufacturer" -Value $company
$_} | Select-Object DisplayName, Manufacturer,State | where {$_.Manufacturer -notlike "*microsoft*"} | fl | out-file \hpinfo.txt -force -append;
Get-AppxPackage | where{$_.name -like "*omen*"} | select name,version |fl | out-file \hpinfo.txt -force -append;
if (test-path C:\Windows\OMENSDK_Ver.exe){(Get-Item C:\Windows\OMENSDK_Ver.exe).versioninfo | out-file \hpinfo.txt -force -append}
Get-CimInstance –ClassName Win32_DeviceGuard –Namespace root\Microsoft\Windows\DeviceGuard | out-file \hpinfo.txt -force -append
- 打开c:\hpinfo.txt将文件内容全选(ctrl+A)复制(ctrl+c)粘贴(ctrl+v)出来发帖回复,之后c:\hpinfo.txt可以删除。
如果红字报错或没有文件,确认是以管理员身份运行了powershell
欢迎来到社区,我是一名志愿者,私人信息不会被回复。
如果我的回复对您有帮助, 请点击按钮。如果我的回复帮助您解决了问题,别忘了点击
,可以帮到其他遇到同样问题的用户。
我长期使用过的机型
DC7600 USDT
Pavilion dv4000
ProBook 6510b
xw4600
z800
z820
EliteBook 2740p
ProBook 6460b
Pavilion DV4
Envy 15
SlateBook x2
ProDesk 600 G3 SFF
t5740 Thin Client
t620 Thin Client
EliteBook 840 G3
ZBook 15 G3
ProBook 440 G8
Omen 25L GT12 AMD
- 将帖子标记为未读
- 将此主题添加到书签
- 订阅此主题
- 禁止
- 订阅此主题的 RSS 提要
- 高亮显示此贴
- 打印此贴
- 标记帖子
已解决!
3dmark Timespy CPU 分数极低
发布时间 2023-07-18 15:26:33
感谢回复,以下为hpinfo.txt内容:
caption : Microsoft Windows 11 家庭中文版
version : 10.0.22621
F.44
492U3PA#AB2
True
caption : NVIDIA GeForce RTX 3080 Laptop GPU
DriverVersion : 31.0.15.3640
caption : Intel(R) UHD Graphics
DriverVersion : 30.0.101.2079
DisplayName : Adobe Genuine Monitor Service
Manufacturer : Adobe Systems, Incorporated
State : Stopped
DisplayName : Adobe Genuine Software Integrity Service
Manufacturer : Adobe Systems, Incorporated
State : Stopped
DisplayName : BaiduNetdiskUtility
Manufacturer :
State : Stopped
DisplayName : BattlEye Service
Manufacturer :
State : Stopped
DisplayName : Intel(R) Content Protection HDCP Service
Manufacturer : Intel Corporation
State : Running
DisplayName : Intel(R) Driver & Support Assistant
Manufacturer : Intel
State : Stopped
DisplayName : Intel(R) Driver & Support Assistant Updater
Manufacturer : Intel
State : Stopped
DisplayName : DtsApo4Service
Manufacturer : DTS Inc.
State : Running
DisplayName : EasyAntiCheat
Manufacturer : Epic Games, Inc
State : Stopped
DisplayName : Easy Anti-Cheat (Epic Online Services)
Manufacturer :
State : Stopped
DisplayName : Epic Online Services
Manufacturer : Epic Games, Inc.
State : Stopped
DisplayName : Energy Server Service queencreek
Manufacturer :
State : Running
DisplayName : ELAN Service
Manufacturer : ELAN Microelectronics Corp.
State : Running
DisplayName : fpsVR Service - CPU Temperature Counter
Manufacturer : SBSoftLab
State : Stopped
DisplayName : Futuremark SystemInfo Service
Manufacturer : Futuremark
State : Stopped
DisplayName : NVIDIA FrameView SDK service
Manufacturer : NVIDIA
State : Running
DisplayName : GalaxyClientService
Manufacturer : GOG.com
State : Stopped
DisplayName : GalaxyCommunication
Manufacturer : GOG.com
State : Stopped
DisplayName : HP Comm Recovery
Manufacturer : HP Inc.
State : Running
DisplayName : HP App Helper HSA Service
Manufacturer : HP Inc.
State : Running
DisplayName : HP Diagnostics HSA Service
Manufacturer : HP Inc.
State : Running
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 Analytics service
Manufacturer : HP Inc.
State : Running
DisplayName : Intel(R) Optane(TM) Memory Service
Manufacturer : Intel Corporation
State : Stopped
DisplayName : Intel Bluetooth Service
Manufacturer :
State : Running
DisplayName : Intel(R) Graphics Command Center Service
Manufacturer : Intel Corporation
State : Running
DisplayName : Intel(R) HD Graphics Control Panel Service
Manufacturer : Intel Corporation
State : Running
DisplayName : Intel(R) Capability Licensing Service TCP IP Interface
Manufacturer : Intel(R) Corporation
State : Stopped
DisplayName : Intel(R) SUR QC Software Asset Manager
Manufacturer : Intel Corporation
State : Stopped
DisplayName : Intel(R) TPM Provisioning Service
Manufacturer : Intel(R) Corporation
State : Stopped
DisplayName : Intel(R) Audio Service
Manufacturer : Intel
State : Running
DisplayName : Intel(R) Dynamic Application Loader Host Interface Service
Manufacturer : Intel Corporation
State : Running
DisplayName : LGHUB Updater Service
Manufacturer : Logitech, Inc.
State : Running
DisplayName : Mozilla Maintenance Service
Manufacturer : Mozilla Foundation
State : Stopped
DisplayName : NordSec Update Service
Manufacturer : nordvpn S.A.
State : Stopped
DisplayName : nordvpn-service
Manufacturer : TEFINCOM S.A.
State : Stopped
DisplayName : NVIDIA LocalSystem Container
Manufacturer :
State : Running
DisplayName : NVIDIA Display Container LS
Manufacturer :
State : Running
DisplayName : Rockstar Game Library Service
Manufacturer : Rockstar Games
State : Stopped
DisplayName : Intel(R) Storage Middleware Service
Manufacturer : Intel Corporation
State : Running
DisplayName : Realtek Audio Universal Service
Manufacturer : Realtek Semiconductor
State : Running
DisplayName : OpenSSH Authentication Agent
Manufacturer :
State : Stopped
DisplayName : Steam Client Service
Manufacturer : Valve Corporation
State : Stopped
DisplayName : SteelSeries Update Service
Manufacturer :
State : Stopped
DisplayName : Intel(R) System Usage Report Service SystemUsageReportSvc_QUEENCREEK
Manufacturer :
State : Running
DisplayName : Thunderbolt(TM) Peer to Peer Shortcut
Manufacturer : Intel Corporation
State : Running
DisplayName : Twitch Service
Manufacturer :
State : Stopped
DisplayName : User Energy Server Service queencreek
Manufacturer :
State : Stopped
DisplayName : VMware Authorization Service
Manufacturer : VMware, Inc.
State : Running
DisplayName : VMware DHCP Service
Manufacturer : VMware, Inc.
State : Running
DisplayName : VMware USB Arbitration Service
Manufacturer : VMware, Inc.
State : Running
DisplayName : VMware NAT Service
Manufacturer : VMware, Inc.
State : Running
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 : Wacom Professional Service
Manufacturer : Wacom Co. Ltd.
State : Running
DisplayName : XTUOCDriverService
Manufacturer : Intel(R) Corporation
State : Running
Name : AD2F1837.OMENAudioControl
Version : 1.40.284.0
Name : AD2F1837.OMENCommandCenter
Version : 1101.2306.4.0
ProductVersion FileVersion FileName
-------------- ----------- --------
1.0.73.0 1.0.73.0 C:\Windows\OMENSDK_Ver.exe
AvailableSecurityProperties : {1, 2, 3, 4...}
CodeIntegrityPolicyEnforcementStatus : 2
InstanceIdentifier : 4ff40742-2649-41b8-bdd1-e80fad1cce80
RequiredSecurityProperties : {0}
SecurityFeaturesEnabled : {0}
SecurityServicesConfigured : {2}
SecurityServicesRunning : {2}
UsermodeCodeIntegrityPolicyEnforcementStatus : 0
Version : 1.0
VirtualizationBasedSecurityStatus : 2
VirtualMachineIsolation : False
VirtualMachineIsolationProperties : {0}
PSComputerName :
- 将帖子标记为未读
- 将此主题添加到书签
- 订阅此主题
- 禁止
- 订阅此主题的 RSS 提要
- 高亮显示此贴
- 打印此贴
- 标记帖子
已解决!
3dmark Timespy CPU 分数极低
发布时间 2023-07-18 15:54:06
31.0.15.3640这个版本独显驱动抢功耗
已解决: 游戏时CPU功耗被锁定在40w - 惠普支持社区 - 1243525 (hp.com)
还有,关闭下面提到的选项
在Windows 11中优化游戏性能的选项 - Microsoft 支持
欢迎来到社区,我是一名志愿者,私人信息不会被回复。
如果我的回复对您有帮助, 请点击按钮。如果我的回复帮助您解决了问题,别忘了点击
,可以帮到其他遇到同样问题的用户。
我长期使用过的机型
DC7600 USDT
Pavilion dv4000
ProBook 6510b
xw4600
z800
z820
EliteBook 2740p
ProBook 6460b
Pavilion DV4
Envy 15
SlateBook x2
ProDesk 600 G3 SFF
t5740 Thin Client
t620 Thin Client
EliteBook 840 G3
ZBook 15 G3
ProBook 440 G8
Omen 25L GT12 AMD
- 将帖子标记为未读
- 将此主题添加到书签
- 订阅此主题
- 禁止
- 订阅此主题的 RSS 提要
- 高亮显示此贴
- 打印此贴
- 标记帖子
已解决!
3dmark Timespy CPU 分数极低
发布时间 2023-07-18 18:27:30
@Ramlbed 已写:
感谢回复!按照这些操作,问题解决了。有一个问题就是这之后我都不应该更新显卡驱动了吗?还是过段时间他们会修复驱动问题?
如果不是有新游戏,新特性需要新驱动,可以不装。
求稳。
欢迎来到社区,我是一名志愿者,私人信息不会被回复。
如果我的回复对您有帮助, 请点击按钮。如果我的回复帮助您解决了问题,别忘了点击
,可以帮到其他遇到同样问题的用户。
我长期使用过的机型
DC7600 USDT
Pavilion dv4000
ProBook 6510b
xw4600
z800
z820
EliteBook 2740p
ProBook 6460b
Pavilion DV4
Envy 15
SlateBook x2
ProDesk 600 G3 SFF
t5740 Thin Client
t620 Thin Client
EliteBook 840 G3
ZBook 15 G3
ProBook 440 G8
Omen 25L GT12 AMD