取消
显示结果 
搜索替代 
您的意思是: 
辅导员
辅导员
7 6 0 0
1个帖子(共 13 条)
943 次查看
标记帖子

不知道误删了什么,导致玩任何一款游戏都直接掉帧

惠普暗影精灵 Ⅳ 代游戏本 15-dc0008tx
Microsoft Windows 10 (64-bit)

今天在清理盘的时候,不知道误删了什么软件吧,但我已经找不到了,求助各位大神,现在玩啥游戏都会掉帧,是那种进去就直接没有帧率的那种,比如英雄联盟FPS直接是01~03,不超过5帧,亚雷,难受的很,求助求助求助。

12 条回复12
教务长 教务长
教务长
31,614 27,255 2,256 3,063
2个帖子(共 13 条)
标记帖子

不知道误删了什么,导致玩任何一款游戏都直接掉帧

********************提供更多机器有关的信息*************************

**************提供信息,不是修复,不是解决方案*******************

********************不提供信息,不勉强******************************

  • 系统桌面按Win+R打开运行,输入

powershell

  • 键盘ctrl+shift,鼠标点确定

命令行打开显示PS C:\Windows\system32>则是成功以管理员运行打开了powershell,否则以上重试

  • 在命令行窗口中复制粘贴下面命令回车

gwmi Win32_OperatingSystem | select caption,version | out-file \hpinfo.txt -force -append;`

(gwmi win32_bios).caption | out-file \hpinfo.txt -force -append;`

(gwmi MS_SystemInformation -namespace root\wmi).SystemSKU | out-file \hpinfo.txt -force -append;`

Confirm-SecureBootUEFI | out-file \hpinfo.txt -force -append;`

gwmi win32_VideoController | select caption,DriverVersion | out-file \hpinfo.txt -force -append;`

(gwmi Win32_PNPEntity | Where-Object{$_.ConfigManagerErrorCode -ne 0}) | select caption,deviceID | out-file \hpinfo.txt -force -append;`

service hp* | out-file \hpinfo.txt -force -append;`

(Get-AppxPackage | where-object{$_.name -like "*omen*"}) | select name,version | out-file \hpinfo.txt -force -append;`

(Get-Item C:\Windows\OMENSDK_Ver.exe).versioninfo | 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
这条回复对您有帮助吗? 没有
辅导员
作者
辅导员
7 6 0 0
3个帖子(共 13 条)
标记帖子

不知道误删了什么,导致玩任何一款游戏都直接掉帧

Get-Item : 找不到路径“C:\Windows\OMENSDK_Ver.exe”,因为该路径不存在。
所在位置 行:1 字符: 727
+ ... nfo.txt -force -append;` (Get-Item C:\Windows\OMENSDK_Ver.exe).versio ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\Windows\OMENSDK_Ver.exe:String) [Get-Item], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand

 

显示的是上面这段

这条回复对您有帮助吗? 没有
教务长 教务长
教务长
31,614 27,255 2,256 3,063
4个帖子(共 13 条)
标记帖子

不知道误删了什么,导致玩任何一款游戏都直接掉帧

没有用管理员打开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
这条回复对您有帮助吗? 没有
辅导员
作者
辅导员
7 6 0 0
5个帖子(共 13 条)
标记帖子

不知道误删了什么,导致玩任何一款游戏都直接掉帧

Get-Item : 找不到路径“C:\Windows\OMENSDK_Ver.exe”,因为该路径不存在。
所在位置 行:17 字符: 2
+ (Get-Item C:\Windows\OMENSDK_Ver.exe).versioninfo | out-file \hpinfo. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\Windows\OMENSDK_Ver.exe:String) [Get-Item], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand

 

出现这段,我有向日葵远程,有时间的话麻烦可以连接一下

我的识别码:822720607
使用向日葵即可对我发起远程协助
向日葵下载地址:http://url.oray.com/tGJdas/

这条回复对您有帮助吗? 没有
教务长 教务长
教务长
31,614 27,255 2,256 3,063
6个帖子(共 13 条)
标记帖子

不知道误删了什么,导致玩任何一款游戏都直接掉帧

  • 系统桌面按Win+R打开运行,输入

powershell

  • 按住键盘ctrl+shift,鼠标点确定

命令行打开显示PS C:\Windows\system32>则是成功以管理员运行打开了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
这条回复对您有帮助吗? 没有
辅导员
作者
辅导员
7 6 0 0
7个帖子(共 13 条)
标记帖子

不知道误删了什么,导致玩任何一款游戏都直接掉帧

PS C:\WINDOWS\system32> gwmi Win32_OperatingSystem | select caption,version | out-file \hpinfo.txt -force -append;`
>>
>> (gwmi win32_bios).caption | out-file \hpinfo.txt -force -append;`
>>
>> (gwmi MS_SystemInformation -namespace root\wmi).SystemSKU | out-file \hpinfo.txt -force -append;`
>>
>> Confirm-SecureBootUEFI | out-file \hpinfo.txt -force -append;`
>>
>> gwmi win32_VideoController | select caption,DriverVersion | out-file \hpinfo.txt -force -append;`
>>
>> (gwmi Win32_PNPEntity | Where-Object{$_.ConfigManagerErrorCode -ne 0}) | select caption,deviceID | out-file \hpinfo.txt -force -append;`
>>
>> service hp* | out-file \hpinfo.txt -force -append;`
>>
>> (Get-AppxPackage | where-object{$_.name -like "*omen*"}) | select name,version | out-file \hpinfo.txt -force -append;`
>>
>> (Get-Item C:\Windows\OMENSDK_Ver.exe).versioninfo | out-file \hpinfo.txt -force -append
Get-Item : 找不到路径“C:\Windows\OMENSDK_Ver.exe”,因为该路径不存在。
所在位置 行:17 字符: 2
+ (Get-Item C:\Windows\OMENSDK_Ver.exe).versioninfo | out-file \hpinfo. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\Windows\OMENSDK_Ver.exe:String) [Get-Item], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand

PS C:\WINDOWS\system32>

 

这是有PS C:\WINDOWS\system32>的,它显示的是上面那段

这条回复对您有帮助吗? 没有
辅导员
作者
辅导员
7 6 0 0
8个帖子(共 13 条)
标记帖子

不知道误删了什么,导致玩任何一款游戏都直接掉帧


caption version
------- -------
Microsoft Windows 11 家庭版 10.0.22621


F.19
4LE28PA#AB2
True

caption DriverVersion
------- -------------
Intel(R) UHD Graphics 630 24.20.100.6345
NVIDIA GeForce GTX 1050 Ti 31.0.15.3141

 

caption deviceID
------- --------
Intel(R) UHD Graphics 630 PCI\VEN_8086&DEV_3E9B&SUBSYS_84DA103C&REV_00\3&11583659&0&10

 

Status Name DisplayName
------ ---- -----------
Running HPAppHelperCap HP App Helper HSA Service
Running HPDiagsCap HP Diagnostics HSA Service
Running HPNetworkCap HP Network HSA Service
Running HPOmenCap HP Omen HSA Service
Stopped hpqcaslwmiex HP CASL Framework Service
Running HPSupportSoluti... HP Support Solutions Framework Service
Running HPSysInfoCap HP System Info HSA Service
Running HpTouchpointAna... HP Analytics service

 

caption version
------- -------
Microsoft Windows 11 家庭版 10.0.22621


F.19
4LE28PA#AB2
True

caption DriverVersion
------- -------------
Intel(R) UHD Graphics 630 24.20.100.6345
NVIDIA GeForce GTX 1050 Ti 31.0.15.3141

 

caption deviceID
------- --------
Intel(R) UHD Graphics 630 PCI\VEN_8086&DEV_3E9B&SUBSYS_84DA103C&REV_00\3&11583659&0&10

 

Status Name DisplayName
------ ---- -----------
Running HPAppHelperCap HP App Helper HSA Service
Running HPDiagsCap HP Diagnostics HSA Service
Running HPNetworkCap HP Network HSA Service
Running HPOmenCap HP Omen HSA Service
Running hpqcaslwmiex HP CASL Framework Service
Running HPSupportSoluti... HP Support Solutions Framework Service
Running HPSysInfoCap HP System Info HSA Service
Running HpTouchpointAna... HP Analytics service

 

caption version
------- -------
Microsoft Windows 11 家庭版 10.0.22621


F.19
4LE28PA#AB2
True

caption DriverVersion
------- -------------
Intel(R) UHD Graphics 630 24.20.100.6345
NVIDIA GeForce GTX 1050 Ti 31.0.15.3141

 

caption deviceID
------- --------
Intel(R) UHD Graphics 630 PCI\VEN_8086&DEV_3E9B&SUBSYS_84DA103C&REV_00\3&11583659&0&10
HID-compliant game controller HID\HIDCLASS&COL06\1&4784345&0&0005

 

Status Name DisplayName
------ ---- -----------
Running HPAppHelperCap HP App Helper HSA Service
Running HPDiagsCap HP Diagnostics HSA Service
Running HPNetworkCap HP Network HSA Service
Running HPOmenCap HP Omen HSA Service
Running hpqcaslwmiex HP CASL Framework Service
Running HPSupportSoluti... HP Support Solutions Framework Service
Running HPSysInfoCap HP System Info HSA Service
Running HpTouchpointAna... HP Analytics service

 

或者是这一段?

这条回复对您有帮助吗? 没有
教务长 教务长
教务长
31,614 27,255 2,256 3,063
9个帖子(共 13 条)
标记帖子

不知道误删了什么,导致玩任何一款游戏都直接掉帧

明白了,就是SDK没装

不同机型安装文件不同,以驱动下载页面【实用程序-工具】提供的为准

【技术分享】如何直接在电脑上通过官网下载驱动 - 惠普支持社区 - 1176300 (hp.com)


欢迎来到社区,我是一名志愿者,私人信息不会被回复。
如果我的回复对您有帮助, 请点击按钮。如果我的回复帮助您解决了问题,别忘了点击,可以帮到其他遇到同样问题的用户。


我长期使用过的机型
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
这条回复对您有帮助吗? 没有
教务长 教务长
教务长
31,614 27,255 2,256 3,063
10个帖子(共 13 条)
标记帖子

不知道误删了什么,导致玩任何一款游戏都直接掉帧

这两个设备状态异常,其中一个是核显

caption deviceID
------- --------
Intel(R) UHD Graphics 630 PCI\VEN_8086&DEV_3E9B&SUBSYS_84DA103C&REV_00\3&11583659&0&10
HID-compliant game controller HID\HIDCLASS&COL06\1&4784345&0&0005


欢迎来到社区,我是一名志愿者,私人信息不会被回复。
如果我的回复对您有帮助, 请点击按钮。如果我的回复帮助您解决了问题,别忘了点击,可以帮到其他遇到同样问题的用户。


我长期使用过的机型
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
这条回复对您有帮助吗? 没有
† 惠普支持社区是一个客户交流平台,便于客户找到有效的解决方法,快速解决问题,充分利用惠普产品。请在发帖之前,阅读社区的使用条款注册须知。