|
어떤 치명적인 에러가
발생 했을때 에러 원인가능사항을 추적하는 데 는 자기의 시스템구성사항을 정확히 알때
가장 빠르고 정확히 해답을 얻을수 있다.
이런 자기 컴퓨터 구성사항
즉 시스템정보를 간단히 확인할 수 있는 명령어를 윈도는 준비하고 있는데 systeminfo
이다.
예를 들어 윈도우 XP가 GUI상에서 여러가지 도구를 이용
해서 사용자가 당면한 문제 들을 해결 하는데 도움을 주고 있지만,
전문 집단에게 질문과 답변으로 해결 할때 도움주는
쪽에서 질문 하는 것에 대한 답변이 컴 초보들의 경우,
대부분 운영 체제나 하드웨어등의 변수를 무시하고 막무가내로
"내컴이 ???가 안됩니다" 라고 말하곤 하는데 ,
이럴경우
답변의 내용이 질문자를 만족 시키지 몯할수 있게 되고 질문자는 엉뚱 답을
얻어서 짜증나게 된다.
일반적으로 많이 알려진 간단한 증상들은 해결책이
나와 있겠지만,
유저들의 시스템마다 다른 증상들은 시스템정보가 정확히
제출될때 각각의 하드웨어 상에서 돌출되는 에러가 특이 하게 다른 데이타로 부터
고객을 만족 할 수 있게 도와 주게 될 것이다.
이런
중요한 커맨드 Systeminfo 정도는 알고 있으면 좋을 것 이다. 이 명령어에
대한 옵션은 몇개 있으나,옵션없이 systeminfo 라고만 호출 해도 충분한 시스템 정보를
출력해 준다.
옵션중에 텍스트 파일로 목록을 만들고 불러 올때는 systeminfo>mysystem.txt & start mysystem.txt 로 명령한다. 보통
컴퓨터를 다룰때 주로 전문가가 아니기 때문에 알
필요가 없다고 하는 말을 종종 듣는데 ,
이런 명령어들은 전문가 들 을 위한 명령어가 아니며 윈도우 유저들에게 편리를
위해서 기본적으로 알게 하기 위한 명령어의 집합중 한개일 뿐입니다.
실제로 시스템 커맨드는 아는만큼 컴을 다루는데 도움이 되는것을 알수 있다.
More ...... Systeminfo
Displays detailed configuration information about a computer and its
operating system, including operating system configuration, security information, product ID, and
hardware properties, such as RAM, disk space, and network cards.
Syntax
systeminfo[.exe] [/s
Computer [/u Domain\User [/p
Password]]] [/fo {TABLE|LIST|CSV
}] [/nh]
Parameters
/s
Computer : Specifies the name or IP address of a remote computer (do
not use backslashes). The default is the local computer.
/u Domain\User : Runs the command
with the account permissions of the user specified by User
or Domain\User. The default is the
permissions of the current logged on user on the computer issuing
the command.
/p Password
: Specifies the password of the
user account that is specified in the /u parameter.
/fo {TABLE|
LIST|CSV} :
Specifies the format to use for the output. Valid values
are TABLE, LIST, and CSV.
The default format for output is LIST.
/nh : Suppresses column headers in
the output. Valid when the /fo parameter is set
to TABLE or CSV.
/?: Displays help at the command prompt.
Examples
The following examples show how you can use the
systeminfo command:
systeminfo.exe /s srvmain systeminfo.exe /s srvmain /u maindom\hiropln systeminfo /s srvmain /u
maindom\hiropln /p p@ssW23 /fo table
|