Batch Script - SYSTEMINFO



This batch command shows configuration of a computer and its operating system.

Syntax

systeminfo

Example

@echo off
systeminfo

Output

The above command will show the system information on the current system. Following is a subset of the output.

Host Name:                WIN-50GP30FGO75 
OS Name:                  Microsoft Windows Server 2012 R2 Standard 
OS Version:               6.3.9600 N/A Build 9600
OS Manufacturer:          Microsoft Corporation 
OS Configuration:         Standalone Server 
OS Build Type:            Multiprocessor Free 
Registered Owner:         Windows User 
Registered Organization:  
Product ID:               00252-70000-00000-AA535 
Original Install Date:    12/13/2015, 12:10:16 AM 
System Boot Time:         12/28/2015, 4:43:04 PM 
System Manufacturer:      LENOVO 
System Model:             20287 
System Type:              x64-based PC
batch_script_commands.htm
Advertisements