<?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 Raven's Blog | Linux and IT</title><link>https://r4ven.me/en/tags/windows/</link><description>Recent content in Windows on Raven's Blog | Linux and IT</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 24 Sep 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://r4ven.me/en/tags/windows/index.xml" rel="self" type="application/rss+xml"/><item><title>Making a terminator USB flash drive: ventoy + netboot.xyz + bitlocker</title><link>https://r4ven.me/en/hardware/delaem-usb-fleshku-terminatora-ventoy-netboot-xyz-bitlocker/</link><pubDate>Tue, 23 Jan 2024 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/hardware/delaem-usb-fleshku-terminatora-ventoy-netboot-xyz-bitlocker/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;I recently posted a &lt;a href="https://t.me/r4ven_me/403"&gt;poll&lt;/a&gt; on Telegram, and the users of my channel voted in favor)&lt;/p&gt;
&lt;p&gt;Today we&amp;rsquo;ll create a multi-boot flash drive for: installing Linux/Windows locally, installing Linux over the internet + a regular partition for files and + an encrypted partition for sensitive information (mounts natively in both Linux and Windows). So, let&amp;rsquo;s go.&lt;/p&gt;


&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our Telegram channel &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱, so you don’t miss new posts on the website 😉. If you have questions or just want to chat about the topic, feel free to join the Raven chat at &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_chat&lt;/a&gt;🧐.&lt;/p&gt;</description></item><item><title>Installing Windows Applications on Linux</title><link>https://r4ven.me/en/linux/ustanovka-windows-prilozhenij-v-linux/</link><pubDate>Wed, 08 Jun 2022 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/linux/ustanovka-windows-prilozhenij-v-linux/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today I&amp;rsquo;ll show you how to run programs designed for Windows on Linux Mint 20, which we previously &lt;a href="https://r4ven.me/en/it-razdel/instrukcii/ustanovka-linux-ryadom-s-windows/"&gt;installed&lt;/a&gt; and &lt;a href="https://r4ven.me/en/it-razdel/instrukcii/nachalnaya-nastrojka-linux-mint-20/"&gt;configured&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ll warn you right away that not all Windows applications work correctly on Linux. It all depends on how complex and heavy the application&amp;rsquo;s design is. Nevertheless, a large number of Windows programs run on Linux without any problems, and today I&amp;rsquo;ll demonstrate this to you.&lt;/p&gt;
&lt;h3 id="introduction"&gt;Introduction&lt;/h3&gt;
&lt;p&gt;There is &lt;a href="https://r4ven.me/en/it-razdel/slovarik/otkrytoe-po/"&gt;open-source software&lt;/a&gt; for running Windows applications in a Linux environment — &lt;strong&gt;Wine&lt;/strong&gt;. There are many articles on the internet about installing it on Linux Mint, and they all differ from one another. I&amp;rsquo;ve often come across non-working instructions and had to tinker a lot by hand. In this note I will try to describe a working, and at the same time simple, installation option for Linux Mint 20.&lt;/p&gt;</description></item><item><title>Installing Linux alongside Windows</title><link>https://r4ven.me/en/linux/ustanovka-linux-ryadom-s-windows/</link><pubDate>Thu, 03 Feb 2022 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/linux/ustanovka-linux-ryadom-s-windows/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today we&amp;rsquo;ll be installing Linux alongside Windows as a second operating system.&lt;/p&gt;
&lt;div
 class="alert alert-warning my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-warning) 10%, transparent);
 border-left-color: var(--color-warning);
 --hover-bg: color-mix(in srgb, var(--color-warning) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-warning) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-warning-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-warning-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 ⚠️ Warning
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-warning-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Right away, I want to point out that everything described in this guide, you do at your own risk. If you have experience reinstalling or restoring Windows systems, then you have nothing to worry about. But just in case, before you start, back up your important files to another partition, or better yet, to a removable drive.&lt;/p&gt;</description></item><item><title>Try Linux Right Inside Windows</title><link>https://r4ven.me/en/virtualization/poprobovat-linux-pryamo-v-windows/</link><pubDate>Wed, 15 Dec 2021 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/virtualization/poprobovat-linux-pryamo-v-windows/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today I&amp;rsquo;ll tell and show you how you can try Linux right inside Windows. To do this, we&amp;rsquo;ll need to take a few steps, the hardest of which will be entering the UEFI/BIOS.&lt;/p&gt;
&lt;p&gt;To run another operating system inside the current one, the so-called virtualization technology is used, hardware support for which is implemented in practically every more or less modern processor. Whether it&amp;rsquo;s a solution from AMD (AMD-V) or Intel (Intel VT). You can read more about &lt;a href="https://ru.wikipedia.org/wiki/%D0%92%D0%B8%D1%80%D1%82%D1%83%D0%B0%D0%BB%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D1%8F"&gt;virtualization&lt;/a&gt;, as usual, on Wikipedia.&lt;/p&gt;</description></item><item><title>Proprietary or Closed Software</title><link>https://r4ven.me/en/it-theory/proprietarnoe-ili-zakrytoe-po/</link><pubDate>Sat, 25 Sep 2021 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/proprietarnoe-ili-zakrytoe-po/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;A vivid example of such software is the Windows operating system. Its source code is closed, protected by copyright, and this OS is distributed under a commercial license. The terms of use are usually described in detail in a multi-page user agreement (which nobody reads) before installation.&lt;/p&gt;
&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our telegram &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱 to not miss new publications on the site😉. And if you have questions or want to chat about the topic — check out the Raven chat &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_cha&lt;/a&gt;t🧐.&lt;/p&gt;</description></item></channel></rss>