<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Roosevelt SAADIO FONGANG</title>
    <description>The latest articles on DEV Community by Roosevelt SAADIO FONGANG (@mr_ross).</description>
    <link>https://dev.to/mr_ross</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4095840%2Fcf0f9681-7824-4680-9f5a-5fde501bd4a3.jpg</url>
      <title>DEV Community: Roosevelt SAADIO FONGANG</title>
      <link>https://dev.to/mr_ross</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mr_ross"/>
    <language>en</language>
    <item>
      <title>Why KMS Activation Only Gives You 185 Days - And Why I Stopped Hating the "Activate Windows" Watermark</title>
      <dc:creator>Roosevelt SAADIO FONGANG</dc:creator>
      <pubDate>Fri, 11 Sep 2026 09:03:16 +0000</pubDate>
      <link>https://dev.to/mr_ross/why-kms-activation-only-gives-you-185-days-and-why-i-stopped-hating-the-activate-windows-gaf</link>
      <guid>https://dev.to/mr_ross/why-kms-activation-only-gives-you-185-days-and-why-i-stopped-hating-the-activate-windows-gaf</guid>
      <description>&lt;p&gt;For a long time I was annoyed by that watermark. Every KMS tool I tried gave me 185 days, then the "Activate Windows" message came back. I wanted to patch it to be permanent. Then I actually understood how it works.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;1. What KMS really is?&lt;/em&gt;&lt;br&gt;
KMS = Key Management Service. It's not a crack originally. It's an official Microsoft system for large companies.&lt;br&gt;
Instead of activating 5000 PCs one by one, they install one local KMS server. All PCs activate against it.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;2. Why exactly 180/185 days?&lt;/em&gt;&lt;br&gt;
It's by design. It's a lease.&lt;br&gt;
A KMS license must renew every 180 days to prove the PC is still part of the company. If it can't reach the server, it deactivates.&lt;br&gt;
The extra 5 days (185 total) is just a grace period. You see it when you run &lt;code&gt;slmgr /dlv&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;So any tool giving you 185 days is just emulating a fake KMS server. It's not broken, it's doing exactly what Microsoft designed.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;3. The watermark is annoying but not blocking&lt;/em&gt;&lt;br&gt;
Unlike old Windows, Windows 10/11 unactivated is 99% usable.&lt;br&gt;
Microsoft only blocks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Personalization (wallpaper, colors)&lt;/li&gt;
&lt;li&gt;Some settings&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Security updates, your IDE, browsers, everything still works.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;4. What I do now as a dev (legal options)&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;Stay unactivated for test machines:&lt;/em&gt; It's allowed and free.&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Get a cheap legit OEM key:&lt;/em&gt; $15-$25 on official Microsoft resellers. Permanent and tied to your motherboard.&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;For devs:&lt;/em&gt; Microsoft offers free 90-day Windows VMs at developer.microsoft.com - perfect for testing.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Final thought&lt;/em&gt;&lt;br&gt;
Trying to modify KMS source to make it permanent crosses into illegal reverse-engineering. Understanding why it expires helped me stop fighting it. I now use unactivated Windows for my VMs and a legit key for my main machine.&lt;/p&gt;

&lt;p&gt;No more watermark stress.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;windows&lt;/code&gt;, &lt;code&gt;licensing&lt;/code&gt;, &lt;code&gt;devtools&lt;/code&gt;, &lt;code&gt;microsoft&lt;/code&gt;&lt;/p&gt;

</description>
      <category>microsoft</category>
      <category>security</category>
      <category>software</category>
    </item>
  </channel>
</rss>
