"윈도우 종류 확인"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
12번째 줄: 12번째 줄:
</source>
</source>


==방법 2: msinfo32==
==방법 2: Get-WmiObject==
<source lang='doscon'>
C:\Users\jmnote>powershell "Get-WmiObject -Class Win32_OperatingSystem | % Caption"
Microsoft Windows 10 Home
</source>
<source lang='doscon'>
PS C:\Users\jmnote> Get-WmiObject -Class Win32_OperatingSystem | % Caption
Microsoft Windows 10 Home
</source>
 
==방법 3: msinfo32==
{{참고|msinfo32}}
{{참고|msinfo32}}
*{{키|윈도우}} --- msinfo32 {{Enter}}
*{{키|윈도우}} --- msinfo32 {{Enter}}


==방법 3: 시스템 속성==
==방법 4: 시스템 속성==
{{참고|시스템 속성}}
{{참고|시스템 속성}}
*{{키|윈도우|R}} --- control system {{Enter}}
*{{키|윈도우|R}} --- control system {{Enter}}


==같이 보기==
==같이 보기==

2018년 3월 24일 (토) 16:07 판

윈도우 종류 확인
윈도우 버전 확인

1 방법 1: systeminfo

C:\Users\zetawiki>systeminfo | findstr OS.이름
OS 이름:                 Microsoft Windows Server 2008 R2 Enterprise
C:\Users\zetawiki>systeminfo | findstr OS.이름
OS 이름:                 Microsoft Windows 7 Enterprise K

2 방법 2: Get-WmiObject

C:\Users\jmnote>powershell "Get-WmiObject -Class Win32_OperatingSystem | % Caption"
Microsoft Windows 10 Home
PS C:\Users\jmnote> Get-WmiObject -Class Win32_OperatingSystem | % Caption
Microsoft Windows 10 Home

3 방법 3: msinfo32

  • 윈도우 --- msinfo32 Enter

4 방법 4: 시스템 속성

  • 윈도우+R --- control system Enter

5 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}