Sunday, 2 August 2020

How to know your system information:-


How to know your system information:-

 Syntax 
  
  systeminfo    

Description:-

Displays detailed configuration information about a your computer and
 its working operating system , including os-configuration,
 security information, product ID, and hardware properties
 (such as RAM, disk space, and network cards).

Examples 1:-

To view configuration information for a computer named Srvmain, type: systeminfo /s srvmain To remotely view configuration information for a computer named Srvmain2 that is located on the Maindom domain, type

 systeminfo /s    this will give information about computer

 systeminfo /s typecomputername /u domainname-with path use \ slash

To remotely view configuration information (in list format) for a computer named Srvmain2 that is located on the Maindom domain, type:

Sample programme:-

@echo off
:: store system information fo test.txt

systeminfo   >>    c:\main\test.txt

notepad.exe c:\main\test.txt

:: put the output display to test.txt and open  notepad automaticaly.

:end
More Parameters and detail description goto c:\windows\system32\systeminfo/?

No comments:

Post a Comment

HOW TO BACKUP YOUR ALL DIRECTORY IN YOUR COMPUTER AND FILE NAMES:-

HOW TO BACKUP YOUR ALL DIRECTORY IN YOUR COMPUTER AND FILE NAMES:-   Syntax         tree   /f Description:- Displays names of files in a dir...