如何通过Powershell查询笔记本的BIOS版本
2016-03-21知识编号:146798
催更新
操作步骤:
备注:
系统支持范围:Windows 7、Windows 8、Windows 8.1、Windows 10、Windows 10.1系列均自带PowerShell,主要区别是版本不同,实测均支持上述命令。
1、使用Win+R热键调出运行对话框,输入Powershell命令后回车。如下图所示:
2、在Powershell界面下,输入:gwmi –class win32_bios 或 gwmi –class win32_bios smbiosbiosversion命令后回车,即可看到当前笔记本的BIOS版本了。如下图所示:
提醒:上述命令不区分大小写。
备注:
系统支持范围:Windows 7、Windows 8、Windows 8.1、Windows 10、Windows 10.1系列均自带PowerShell,主要区别是版本不同,实测均支持上述命令。
0
知识有用,就点一下~