<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Windows on Ha1fdan</title><link>https://ha1fdan.xyz/en/tags/windows/</link><description>Recent content in Windows on Ha1fdan</description><generator>Hugo</generator><language>en-us</language><copyright>ha1fdan.xyz</copyright><lastBuildDate>Sun, 17 Mar 2024 14:23:38 +0100</lastBuildDate><atom:link href="https://ha1fdan.xyz/en/tags/windows/index.xml" rel="self" type="application/rss+xml"/><item><title>Extract your Windows OEM key from BIOS using Linux</title><link>https://ha1fdan.xyz/en/posts/retrive_win_oem_key/</link><pubDate>Sun, 17 Mar 2024 14:23:38 +0100</pubDate><guid>https://ha1fdan.xyz/en/posts/retrive_win_oem_key/</guid><description>&lt;p&gt;If you&amp;rsquo;re on Linux and need to find your Windows product key stored in the BIOS, follow these straightforward steps.&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Linux system with sudo access&lt;/li&gt;
&lt;li&gt;Internet connection (optional, for installation)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="step-1-install-required-package"&gt;Step 1: Install Required Package&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;sudo apt-get install chntpw&lt;/code&gt;&lt;/p&gt;
&lt;h2 id="step-3-locate-windows-product-key"&gt;Step 3: Locate Windows Product Key&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;strings /sys/firmware/acpi/tables/MSDM | tail -1&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Example return: &lt;code&gt;4AC4P-*****-*****-G6G8Q-*****&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If you receive an error message like &lt;code&gt;strings: '/sys/firmware/acpi/tables/MSDM': No such file&lt;/code&gt;, it means no OEM key was found in your BIOS.&lt;/p&gt;</description></item></channel></rss>