Windows PowerShell 版权所有 (C) Microsoft Corporation。保留所有权利。 尝试新的跨平台 PowerShell https://aka.ms/pscore6 PS C:\Windows\system32> (gwmi Win32_OperatingSystem).Caption;(gwmi Win32_OperatingSystem).Versio...
查看更多...
Windows PowerShell 版权所有 (C) Microsoft Corporation。保留所有权利。 尝试新的跨平台 PowerShell https://aka.ms/pscore6 PS C:\Windows\system32> (gwmi Win32_OperatingSystem).Caption;(gwmi Win32_OperatingSystem).Version;(gwmi win32_bios).caption;(gwmi MS_SystemInformation -namespace root\wmi).SystemSKU;Confirm-SecureBootUEFI;(Get-Item (gwmi win32_systemdriver | ? caption -match 'synaptics').pathname).versioninfo >> >> ;(gwmi Win32_PNPEntity | Where-Object{$_.ConfigManagerErrorCode -ne 0}).caption;(gwmi Win32_PNPEntity | Where-Object{$_.ConfigManagerErrorCode -ne 0}).deviceID; Microsoft Windows 10 专业版 10.0.18363 N76 Ver. 01.06 Y3S49UC False ProductVersion FileVersion FileName -------------- ----------- -------- 19.0.19.65 17... 19.0.19.65 17... C:\Windows\system32\DRIVERS\SynTP.sys PS C:\Windows\system32>