Windows - get information about your computer without extra programs

Run following commands in windows console (press Windows + R and type cmd or type cmd in Start)

set - get current user name, computer name, where is installed windows, number of processors, user path, processor info etc





or you can display only specific variable etc echo %username%
or you can type them directly to 'Run' windows



this will open temporary folder in explorer

systeminfo - hostname, os info, product id, boot time, processor info, bios version, total memory, installed hotfixes




hostname - name of host

ver - windows version

vol c: - label and serial of disk partition

net user - user list

net user username_here - info about specific user e.g. last logon date

net config workstation - computer name, os name, domain, COM timoeuts

assoc - extensions info

ftype - file types info

net share - what we share

net localgroup - groups list

net session - who is downloading our files from local network

ipconfig /all - your ip and mac

getmac - your mac

netstat -a - network info

tasklist - list of processes

WMIC process list full -detailed list of processes(with file path, handle id etc)

WMIC sysdriver list full - list of system drivers

wmic product get name, vendor - programmes installed by Windows Installer

wmic logicaldisk list brief - info about partitions (size, free space)

wmic path Win32_CodecFile get name,filename,description - installed codecs

wmic useraccount list full - detailed user list

wmic cpu list full - info about processor (name, clock speed, cache size)



wmic BASEBOARD list full  - info about mainboard


wmic bios list full - bios info

wmic -? - more details