<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>라이선스 on kenji.blog</title><link>http://kenji.blog/ko/tags/%EB%9D%BC%EC%9D%B4%EC%84%A0%EC%8A%A4/</link><description>Recent content in 라이선스 on kenji.blog</description><generator>Hugo -- gohugo.io</generator><language>ko</language><copyright>kenjinote</copyright><lastBuildDate>Mon, 14 Apr 2025 00:41:45 +0900</lastBuildDate><atom:link href="http://kenji.blog/ko/tags/%EB%9D%BC%EC%9D%B4%EC%84%A0%EC%8A%A4/index.xml" rel="self" type="application/rss+xml"/><item><title>'Windows 라이선스 상태를 확인하는 명령어'</title><link>http://kenji.blog/ko/p/windows-%E3%81%AE%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9%E3%81%AE%E7%8A%B6%E6%85%8B%E3%82%92%E7%A2%BA%E8%AA%8D%E3%81%99%E3%82%8B%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89/</link><pubDate>Mon, 14 Apr 2025 00:41:45 +0900</pubDate><guid>http://kenji.blog/ko/p/windows-%E3%81%AE%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9%E3%81%AE%E7%8A%B6%E6%85%8B%E3%82%92%E7%A2%BA%E8%AA%8D%E3%81%99%E3%82%8B%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89/</guid><description>&lt;img src="http://kenji.blog/p/windows-%E3%81%AE%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9%E3%81%AE%E7%8A%B6%E6%85%8B%E3%82%92%E7%A2%BA%E8%AA%8D%E3%81%99%E3%82%8B%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89/img_1.png" alt="Featured image of post 'Windows 라이선스 상태를 확인하는 명령어'" />&lt;h1 id="windows-라이선스-상태를-확인하는-방법-명령어-하나로-ok">[Windows] 라이선스 상태를 확인하는 방법 (명령어 하나로 OK)
&lt;/h1>&lt;p>Windows 라이선스가 정상적으로 인증되어 있는지 궁금했던 적이 있으신가요?&lt;/p>
&lt;p>그럴 때 유용한 것이 &lt;strong>명령어 한 번으로 라이선스 정보를 확인할 수 있는 방법&lt;/strong> 입니다. 다음 단계를 실행하는 것만으로 현재 라이선스 상태를 쉽게 체크할 수 있습니다.&lt;/p>
&lt;h2 id="라이선스-상태를-확인하는-명령어">라이선스 상태를 확인하는 명령어
&lt;/h2>&lt;p>Windows에 기본 탑재된 스크립트 도구를 사용하여 라이선스 정보를 표시할 수 있습니다. 사용하는 명령어는 다음과 같습니다:&lt;/p>
&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-fallback" data-lang="fallback">&lt;span class="line">&lt;span class="cl">slmgr /dli
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;p>이 명령어를 실행하면 라이선스의 일부 정보가 창으로 표시됩니다.&lt;/p>
&lt;h2 id="실행-방법">실행 방법
&lt;/h2>&lt;ol>
&lt;li>
&lt;p>&lt;strong>&amp;ldquo;시작 메뉴&amp;quot;에서 &amp;ldquo;cmd&amp;quot;를 입력하고, 명령 프롬프트를 우클릭 → &amp;ldquo;관리자 권한으로 실행&amp;rdquo;&lt;/strong> 합니다.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>명령 프롬프트에 다음을 입력하고 Enter 키를 누릅니다:&lt;/p>
&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-fallback" data-lang="fallback">&lt;span class="line">&lt;span class="cl">slmgr /dli
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/li>
&lt;li>
&lt;p>몇 초 기다리면 다음과 같은 라이선스 정보가 표시됩니다.&lt;/p>
&lt;p>&lt;img src="http://kenji.blog/p/windows-%E3%81%AE%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9%E3%81%AE%E7%8A%B6%E6%85%8B%E3%82%92%E7%A2%BA%E8%AA%8D%E3%81%99%E3%82%8B%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89/img.png"
width="346"
height="198"
srcset="http://kenji.blog/p/windows-%E3%81%AE%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9%E3%81%AE%E7%8A%B6%E6%85%8B%E3%82%92%E7%A2%BA%E8%AA%8D%E3%81%99%E3%82%8B%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89/img_hu36ac086b0626fce0cec542003390f65d_5495_480x0_resize_box_3.png 480w, http://kenji.blog/p/windows-%E3%81%AE%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9%E3%81%AE%E7%8A%B6%E6%85%8B%E3%82%92%E7%A2%BA%E8%AA%8D%E3%81%99%E3%82%8B%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89/img_hu36ac086b0626fce0cec542003390f65d_5495_1024x0_resize_box_3.png 1024w"
loading="lazy"
alt="Windows 라이선스 확인 화면"
class="gallery-image"
data-flex-grow="174"
data-flex-basis="419px"
>&lt;/p>
&lt;/li>
&lt;/ol>
&lt;h2 id="표시되는-주요-정보">표시되는 주요 정보
&lt;/h2>&lt;ul>
&lt;li>제품 키의 일부&lt;/li>
&lt;li>라이선스 종류 (리테일, OEM 등)&lt;/li>
&lt;li>라이선스 상태 (유효, 만료, 미인증 등)&lt;/li>
&lt;/ul>
&lt;h2 id="더-자세한-정보를-알고-싶다면">더 자세한 정보를 알고 싶다면?
&lt;/h2>&lt;p>다음과 같은 명령어도 있습니다:&lt;/p>
&lt;ul>
&lt;li>&lt;code>slmgr /dlv&lt;/code> : 더 자세한 라이선스 정보를 표시&lt;/li>
&lt;li>&lt;code>slmgr /xpr&lt;/code> : 라이선스 만료일(영구 여부 등)을 표시&lt;/li>
&lt;/ul>
&lt;h2 id="요약">요약
&lt;/h2>&lt;p>Windows 라이선스 상태는 명령어 하나로 쉽게 확인할 수 있습니다.&lt;/p>
&lt;ul>
&lt;li>&lt;strong>간단 확인&lt;/strong> : &lt;code>slmgr /dli&lt;/code>&lt;/li>
&lt;li>&lt;strong>자세한 확인&lt;/strong> : &lt;code>slmgr /dlv&lt;/code>&lt;/li>
&lt;li>&lt;strong>만료일 확인&lt;/strong> : &lt;code>slmgr /xpr&lt;/code>&lt;/li>
&lt;/ul>
&lt;p>라이선스에 문제가 있으면 업데이트나 일부 기능에 제한이 생길 수도 있으므로, 정기적으로 확인해 두면 안심할 수 있습니다.&lt;/p></description></item></channel></rss>