윈도우 버전 확인

Jmnote bot (토론 | 기여)님의 2021년 9월 24일 (금) 23:19 판 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
윈도우 버전 확인

1 방법 1: ver[ | ]

C:\Users\zetawiki>ver

Microsoft Windows [Version 6.1.7601]

2 방법 2: systeminfo[ | ]

C:\Users\zetawiki>systeminfo | findstr "^OS.버전"
OS 버전:                 6.1.7601 Service Pack 1 빌드 7601

3 방법 3: PowerShell[ | ]

PS C:\Users\zetawiki> [Environment]::OSVersion.Version

Major  Minor  Build  Revision
-----  -----  -----  --------
6      2      9200   0
PS C:\Users\zetawiki> [Environment]::OSVersion

                     Platform ServicePack                   Version                       VersionString
                     -------- -----------                   -------                       -------------
                      Win32NT                               6.2.9200.0                    Microsoft Windows NT 6.2.9...

4 방법 3: winver[ | ]

  • 윈도우 --- winver Enter

 

5 방법 4: msinfo32[ | ]

  • 윈도우 --- msinfo32 Enter

<img src='http://blog.stevex.net/files/PokingAroundVista_4BF/image043.png' style='width:400px' />

6 같이 보기[ | ]

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