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:-
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