Check if a Windows computer is physical or virtual machine

preview_player
Показать описание
In this video, I'll show you how to find if a Windows computer is physical computer or a virtual machine.

Run the below command in PowerShell to find if a computer is physical or virtual
get-wmiobject win32_computersystem | fl manufacturer

Run the below command in command prompt to find if a computer is physical or virtual
systeminfo /s %computername% | findstr /c:"Manufacturer:"

Table of chapters
******************
00:00 - Intro
00:14 - Using MSINFO32 for physical computer
00:46 - Using PowerShell
01:02 - Using Command Prompt
01:25 - Using MSINFO32 for virtual machine (Hyper-V)
01:54 - Using MSINFO32 for virtual machine (VMware)
02:13 - Outro
Рекомендации по теме
Комментарии
Автор

I like to use a virtual DOS PC with Intel x86 32 bit on Android ARM CPU 64 bit.

maxmuster