- 惠普社区
- >
- y2kim 的帖子
最新主题
2024-11-09
00:09:24
********************提供更多机器有关的信息*************************
**************提供信息,不是修复,不是解决方案*******************
********************不提供信息,不勉强******************************
系统桌面按Win+R打开运行,输入
po...
查看更多...
********************提供更多机器有关的信息*************************
**************提供信息,不是修复,不是解决方案*******************
********************不提供信息,不勉强******************************
系统桌面按Win+R打开运行,输入
powershell
按住键盘ctrl+shift,鼠标点确定
命令行打开显示PS C:\Windows\system32>则是成功以管理员运行打开了powershell,否则以上重试
在命令行窗口中复制粘贴下面命令回车
if (test-path c:\hpinfo.txt){remove-item c:\hpinfo.txt -force};
(get-date) – (gcim Win32_OperatingSystem).LastBootUpTime | out-file \hpinfo.txt -force -append;
gwmi Win32_OperatingSystem | select caption,version |fl | 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;
(gwmi win32_baseboard).product | out-file \hpinfo.txt -force -append;
Confirm-SecureBootUEFI | out-file \hpinfo.txt -force -append;
gwmi win32_processor | out-file \hpinfo.txt -force -append;
gwmi win32_physicalmemory | select Capacity,ConfiguredClockSpeed,Manufacturer,PartNumber,Speed | out-file \hpinfo.txt -force -append;
gwmi win32_diskdrive | out-file \hpinfo.txt -force -append;
gwmi win32_VideoController | select caption,DriverVersion,AdapterRAM |fl | out-file \hpinfo.txt -force -append;
gwmi Win32_PNPEntity | ?{$_.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 |
?{$_.Manufacturer -notlike "*microsoft*"} |
?{$_.state -eq "stopped"} | fl | out-file \hpinfo.txt -force -append;
Get-AppxPackage | ?{$_.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
2024-11-09
00:08:43
OMEN Driver 导致wmi占用异常高 - 惠普支持社区 - 1117170
2024-11-09
00:06:45
在安全模式下以安全模式启动电脑Windows (microsoft.com)
如果进安全模式没问题,可以直接做干净启动
如何在 Windows 中执行干净启动 (microsoft.com)
2024-11-09
00:05:36
哪里买的机器,和卖家确认机器有送office
【技术小课堂】如何激活电脑附赠的office 2021家庭学生版 - 惠普支持社区 - 1175772 (hp.com)
2024-11-09
00:05:03
下载并安装这个程序
http://h30318.www3.hp.com/pub/softpaq/sp143501-144000/sp143621.exe
系统桌面按Win+R打开运行,输入
powershell
按住键盘ctrl+shift,鼠标点确定
命令行打开显示PS C:\Windows\system32>则是成功以管理员运行打开了powershell,...
查看更多...
下载并安装这个程序
http://h30318.www3.hp.com/pub/softpaq/sp143501-144000/sp143621.exe
系统桌面按Win+R打开运行,输入
powershell
按住键盘ctrl+shift,鼠标点确定
命令行打开显示PS C:\Windows\system32>则是成功以管理员运行打开了powershell,否则以上重试
在命令行窗口中逐行按顺序复制下面命令,粘贴,回车
pushd "C:\Program Files (x86)\HP\BIOS Configuration Utility"
cmd
BiosConfigUtility.exe /get:1.txt
正确完成操作的画面如图
将C:\Program Files (x86)\HP\BIOS Configuration Utility文件夹内的1.txt打开,全部内容复制粘贴发出来
2024-11-09
00:03:34
下载并安装这个程序
http://h30318.www3.hp.com/pub/softpaq/sp143501-144000/sp143621.exe
系统桌面按Win+R打开运行,输入
powershell
按住键盘ctrl+shift,鼠标点确定
命令行打开显示PS C:\Windows\system32>则是成功以管理员运行打开了powershell,...
查看更多...
下载并安装这个程序
http://h30318.www3.hp.com/pub/softpaq/sp143501-144000/sp143621.exe
系统桌面按Win+R打开运行,输入
powershell
按住键盘ctrl+shift,鼠标点确定
命令行打开显示PS C:\Windows\system32>则是成功以管理员运行打开了powershell,否则以上重试
在命令行窗口中逐行按顺序复制下面命令,粘贴,回车
pushd "C:\Program Files (x86)\HP\BIOS Configuration Utility"
cmd
BiosConfigUtility.exe /get:1.txt
正确完成操作的画面如图
将C:\Program Files (x86)\HP\BIOS Configuration Utility文件夹内的1.txt打开,全部内容复制粘贴发出来
2024-11-08
23:57:24
HP Pro SFF 280、290 和 Pro ZHAN SFF 66 G9 台式电脑规格 | HP® 支持
2024-11-08
00:40:16
https://h30318.www3.hp.com/pub/softpaq/sp155001-155500/sp155250.exe
2024-11-08
00:39:04
建议用下面的工具联网检查更新。
HP Image Assistant (HPIA)会通过网络连接惠普服务器,服务器中有和您机器一样型号的一个样本机的记录。通过分析对比,然后得出您和样本机器的差异,提示需要更新安装或缺少的驱动或软件。
HP Image Assistant (HPIA)下载
http://h30318.www3.hp.com/pub/softpaq/sp...
查看更多...
建议用下面的工具联网检查更新。
HP Image Assistant (HPIA)会通过网络连接惠普服务器,服务器中有和您机器一样型号的一个样本机的记录。通过分析对比,然后得出您和样本机器的差异,提示需要更新安装或缺少的驱动或软件。
HP Image Assistant (HPIA)下载
http://h30318.www3.hp.com/pub/softpaq/sp154501-155000/sp154530.exe
大概过程
安装软件后会自动打开,点分析,然后等结果
点推荐
然后勾选关键和推荐更新,点蓝色download按钮
选择提取文件并安装,点蓝色按钮开始
********************提供更多机器有关的信息*************************
**************提供信息,不是修复,不是解决方案*******************
********************不提供信息,不勉强******************************
系统桌面按Win+R打开运行,输入
po...
查看更多...
********************提供更多机器有关的信息*************************
**************提供信息,不是修复,不是解决方案*******************
********************不提供信息,不勉强******************************
系统桌面按Win+R打开运行,输入
powershell
按住键盘ctrl+shift,鼠标点确定
命令行打开显示PS C:\Windows\system32>则是成功以管理员运行打开了powershell,否则以上重试
在命令行窗口中复制粘贴下面命令回车
if (test-path c:\hpinfo.txt){remove-item c:\hpinfo.txt -force};
(get-date) – (gcim Win32_OperatingSystem).LastBootUpTime | out-file \hpinfo.txt -force -append;
gwmi Win32_OperatingSystem | select caption,version |fl | 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;
(gwmi win32_baseboard).product | out-file \hpinfo.txt -force -append;
Confirm-SecureBootUEFI | out-file \hpinfo.txt -force -append;
gwmi win32_processor | out-file \hpinfo.txt -force -append;
gwmi win32_physicalmemory | select Capacity,ConfiguredClockSpeed,Manufacturer,PartNumber,Speed | out-file \hpinfo.txt -force -append;
gwmi win32_diskdrive | out-file \hpinfo.txt -force -append;
gwmi win32_VideoController | select caption,DriverVersion,AdapterRAM |fl | out-file \hpinfo.txt -force -append;
gwmi Win32_PNPEntity | ?{$_.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 |
?{$_.Manufacturer -notlike "*microsoft*"} |
?{$_.state -eq "stopped"} | fl | out-file \hpinfo.txt -force -append;
Get-AppxPackage | ?{$_.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
2024-11-07
04:53:20
Windows 10 Media Creation Tool(MCT)直接下载
https://go.microsoft.com/fwlink/?LinkId=691209
【解决方案】惠普电脑如何重装系统 - 惠普支持社区 - 1220292 (hp.com)
2024-11-07
04:52:32
可以直接和就近的服务中心电话沟通
2024-11-07
04:51:42
z440是2014年左右发布的机器。
Resizable Bar相关的30系列显卡是2021年左右的出的。
2024-11-07
04:49:41
台式工作站Z440如何进入BIOS设置U盘启动 - 惠普支持社区 - 869764
2024-11-06
15:28:02
是不是将用户文件夹移动过到其他分区或者其他磁盘上的分区
进安全模式还原移动
在安全模式下以安全模式启动电脑Windows (microsoft.com)
2024-11-06
01:56:56
插个U盘,点保存日志,保存的日志打开,复制粘贴内容发出来。但是有日志也未必能准确找到是什么问题。
建议是换U盘或者换内存换磁盘再试,有条件的话。