笔记本出现F1=Continue F10 BIOS Setup,要如何取消

您所在的位置:网站首页 七彩虹各型号 笔记本出现F1=Continue F10 BIOS Setup,要如何取消

笔记本出现F1=Continue F10 BIOS Setup,要如何取消

2023-06-25 17:54| 来源: 网络整理| 查看: 265

系统桌面按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_PNPEntity | Where{$_.ConfigManagerErrorCode -ne 0} | select caption,deviceID,ConfigManagerErrorCode |fl | out-file \hpinfo.txt -force -append

打开c:\hpinfo.txt将文件内容全选(ctrl+A)复制(ctrl+c)粘贴(ctrl+v)出来发帖回复,之后c:\hpinfo.txt可以删除。

如果红字报错或没有文件,确认是以管理员身份运行了powershell

欢迎来到社区,我是一名志愿者,在这里帮助大家答疑解难。在论坛回复仅仅是我利用个休息时间的个人行为,不代表HP官方言论。如果我的回复对您有帮助, 请点击按钮。如果我的回复帮助您解决了问题,别忘了点击,可以帮到其他遇到同样问题的用户。


【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3