How to Check Windows Hardware & BIOS Info in Terminal Using systeminfo Command
37 views
Jul 5, 2025
systeminfo | findstr /i "system model"
View Video Transcript
0:00
Uh hello guys, welcome to this video. So
0:02
in this video, I'll show you how to
0:03
check your Windows hardware and BIOS
0:05
related information in terminal using a
0:08
system command that you can run inside
0:10
your terminal. So just open your
0:12
terminal
0:15
and right here I have given this command
0:17
in the description of the video as well.
0:19
This is called as system info command.
0:21
So system info and then you write the
0:25
slash. After that you say find string /
0:29
I in double quotes you system say system
0:32
model. So this is the command here. Let
0:35
me zoom in. This is system info
0:37
space/find
0:39
string / i in double quotes. You simply
0:43
write system model. So if you enter it,
0:46
it will load all the processor
0:48
information about your system and yeah
0:51
instantly it will show you your system
0:54
manufacturer which laptop you're using,
0:56
which company laptop you're using and
0:58
which model. This is very important
1:00
information. If you want to get this you
1:02
can run this command and which what is
1:05
your system is it 64bit or 32bit you can
1:09
get this information like this as well.
1:12
system directory where the system files
1:14
are located. So it will say C windows
1:16
system 32. So all such information you
1:19
will get simply you need to execute this
1:21
system info command. I have given this
1:23
command in the description of this
1:24
video. Just write system info this find
1:28
string / I system model and also check
1:32
out my website free media tools.com uh
1:34
which contains thousands of tools.
#Software Utilities