<?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 No Subject - nosubject.io -</title><link>https://nosubject.io/en/categories/windows/</link><description>Recent content in Windows on No Subject - nosubject.io -</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 18 Jun 2025 22:45:33 +0900</lastBuildDate><atom:link href="https://nosubject.io/en/categories/windows/index.xml" rel="self" type="application/rss+xml"/><item><title>Change the Windows 11 PIN (Windows Hello) Length from 6 Digits to 4 Digits</title><link>https://nosubject.io/en/windows11-windows-hello-edit-minimum-pin-length/</link><pubDate>Wed, 09 Aug 2023 12:49:37 +0900</pubDate><guid>https://nosubject.io/en/windows11-windows-hello-edit-minimum-pin-length/</guid><description>&lt;p class="is-style-p-style-08 has-box-style"&gt;I use a PIN on Windows 11. By default, the minimum length was 6 digits, so I tried changing it to 4 digits.&lt;/p&gt;
&lt;h2&gt;Test Environment&lt;/h2&gt;
&lt;p class="is-style-section-paper-box has-box-style"&gt;OS: Windows 11 Pro 22H2 22621.2070&lt;br&gt;CPU: Core i7 13700&lt;br&gt;RAM: 64 GB&lt;/p&gt;
&lt;h2&gt;Configuration&lt;/h2&gt;
&lt;p class="is-style-section-paper-box has-box-style"&gt;Press &lt;strong&gt;Win + R&lt;/strong&gt; (Run), enter &lt;strong&gt;gpedit.msc&lt;/strong&gt;, and open the Local Group Policy Editor.&lt;/p&gt;
&lt;figure class="wp-block-image size-full is-style-default"&gt;&lt;img src="https://nosubject.io/wp-content/uploads/2023/08/image-13.png" alt="" class="wp-image-1160"/&gt;&lt;/figure&gt;
&lt;p class="is-style-section-paper-box has-box-style"&gt;From the tree on the left, select &lt;strong&gt;Computer Configuration -&gt; Administrative Templates -&gt; System -&gt; PIN Complexity&lt;/strong&gt;. The &lt;strong&gt;Minimum PIN length&lt;/strong&gt; item shown on the right is the setting for the number of PIN digits.&lt;br&gt;By default, it is &lt;strong&gt;Not configured (= 6 or more digits)&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>A Quick Way to Install WSL2 (Ubuntu) and Docker Desktop on Windows 11</title><link>https://nosubject.io/en/windows11-how-to-setup-wsl2-ubuntu-and-docker-desktop/</link><pubDate>Thu, 03 Aug 2023 12:13:54 +0900</pubDate><guid>https://nosubject.io/en/windows11-how-to-setup-wsl2-ubuntu-and-docker-desktop/</guid><description>&lt;p&gt;This is a note from installing WSL and Docker Desktop in a Windows 11 Pro environment.&lt;/p&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;When using Docker containers on Windows, I use Docker Desktop.&lt;br&gt;For paid licensing and various other reasons, it seems people are moving away from Docker, but it is still easy and convenient when you want to verify something quickly.&lt;/p&gt;
&lt;p&gt;On Windows 10, setting up WSL took a bit of work, but recent Windows 11 versions seem to install it quickly, so I wanted to try it.&lt;/p&gt;</description></item><item><title>How to Run SSHd with Systemd in a CentOS 7 Docker Container</title><link>https://nosubject.io/en/centos7-systemd-sshd-on-windows-docker-desktop/</link><pubDate>Fri, 17 Jun 2022 20:05:58 +0900</pubDate><guid>https://nosubject.io/en/centos7-systemd-sshd-on-windows-docker-desktop/</guid><description>&lt;p&gt;I use Docker Desktop on Windows.&lt;/p&gt;
&lt;p&gt;This time I needed to use Systemd on CentOS 7, so I looked into it.&lt;/p&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;If you run CentOS 7 in a container without doing anything special, running the &lt;code&gt;systemctl&lt;/code&gt; command produces an error like this.&lt;/p&gt;
&lt;pre class="wp-block-code"&gt;&lt;code&gt;sh-4.2# systemctl start sshd
Failed to get D-Bus connection: Operation not permitted&lt;/code&gt;&lt;/pre&gt;
&lt;a href="https://hub.docker.com/_/centos/" class="blogcard-wrap external-blogcard-wrap a-wrap cf" target="_blank" rel="noopener noreferrer"&gt;
 &lt;div class="blogcard external-blogcard eb-left cf"&gt;
 &lt;figure class="blogcard-thumbnail external-blogcard-thumbnail"&gt;
 
 &lt;img src="https://www.google.com/s2/favicons?domain=hub.docker.com" alt="" width="32" height="32" loading="lazy"&gt;
 
 &lt;/figure&gt;
 &lt;div class="blogcard-content external-blogcard-content"&gt;
 &lt;div class="blogcard-title external-blogcard-title"&gt;https://hub.docker.com/_/centos/&lt;/div&gt;
 &lt;div class="blogcard-snippet external-blogcard-snippet"&gt;リンク先を開く&lt;/div&gt;
 &lt;div class="blogcard-domain external-blogcard-domain"&gt;hub.docker.com&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
&lt;/a&gt;

&lt;p&gt;To avoid this, you need to add options when starting the container. Docker Hub describes this, but even following those instructions did not work for me. The required settings seem to differ depending on the environment.&lt;/p&gt;</description></item><item><title>How to Change the Memory Limit in a Docker Desktop Environment</title><link>https://nosubject.io/en/docker-desktop-memory-allocation-config/</link><pubDate>Wed, 15 Jun 2022 15:16:53 +0900</pubDate><guid>https://nosubject.io/en/docker-desktop-memory-allocation-config/</guid><description>&lt;p&gt;I run containers in a Docker Desktop environment, but they run with less memory than the physical memory available, so I tried increasing the memory allocation. This applies only to environments using the WSL 2 backend.&lt;/p&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;Docker Desktop is affected by WSL2's memory limit. On Windows 10, the default memory allocated to WSL2 appears to be 80% of the host memory. When I checked my own environments, they looked like this.&lt;/p&gt;</description></item><item><title>WENRUI (ROYAL KLUDGE RK61) Key Setting Shortcuts</title><link>https://nosubject.io/en/wenrui-royal-kludge-rk61-key-settings/</link><pubDate>Sat, 21 May 2022 18:16:02 +0900</pubDate><guid>https://nosubject.io/en/wenrui-royal-kludge-rk61-key-settings/</guid><description>&lt;p&gt;Notes on switching keys on the WENRUI mechanical keyboard.&lt;/p&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;I use a mechanical keyboard sold as the "&lt;a href="https://www.amazon.co.jp/gp/search/ref=as_li_qf_sp_sr_tl?ie=UTF8&amp;amp;tag=nosubjectio0d-22&amp;amp;keywords=WENRUI メカニカルキーボード&amp;amp;index=aps&amp;amp;camp=247&amp;amp;creative=1211&amp;amp;linkCode=ur2&amp;amp;linkId=5a03c947d156c16d6b6830133d2a924f" target="_blank" rel="noreferrer noopener"&gt;WENRUI Mechanical Keyboard&lt;/a&gt;", but inside it is a ROYAL KLUDGE RK61.&lt;/p&gt;</description></item><item><title>Customizing the Key Layout of the WENRUI (ROYAL KLUDGE RK61) Mechanical Keyboard</title><link>https://nosubject.io/en/wenrui-royal-kludge-rk61-software/</link><pubDate>Tue, 08 Feb 2022 10:18:35 +0900</pubDate><guid>https://nosubject.io/en/wenrui-royal-kludge-rk61-software/</guid><description>&lt;p&gt;This is a note from when I tried customizing the key layout of the WENRUI mechanical keyboard (blue switches) that I bought on Amazon.&lt;/p&gt;
&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;I bought a gaming keyboard on Amazon called the "&lt;a target="_blank" href="https://www.amazon.co.jp/gp/search/ref=as_li_qf_sp_sr_tl?ie=UTF8&amp;amp;tag=nosubjectio0d-22&amp;amp;keywords=WENRUI メカニカルキーボード&amp;amp;index=aps&amp;amp;camp=247&amp;amp;creative=1211&amp;amp;linkCode=ur2&amp;amp;linkId=5a03c947d156c16d6b6830133d2a924f" rel="noreferrer noopener"&gt;WENRUI Mechanical Keyboard&lt;/a&gt;", and it was engraved ROYAL KLUDGE RK61.&lt;/p&gt;</description></item><item><title>[Emacs] After Trying Mew in Emacs 27 on Windows 10, I Wanted to Display X-Face Too</title><link>https://nosubject.io/en/windows10-emacs-27-mew/</link><pubDate>Wed, 24 Mar 2021 02:06:38 +0900</pubDate><guid>https://nosubject.io/en/windows10-emacs-27-mew/</guid><description>&lt;p&gt;This drifted a little off track, but while I was &lt;a href="https://nosubject.io/raspberry-pi4-docker-mailserver/" title="[Raspberry Pi 4] Build a Mail Server (Postfix + Dovecot) with Docker" target="_blank" rel="noreferrer noopener"&gt;migrating my home mail server&lt;/a&gt;, I also configured Emacs so I could read and write email there.&lt;/p&gt;
&lt;h4&gt;Test Environment&lt;/h4&gt;
&lt;p&gt;Windows 10 Pro version 20H2 (OS build 19042.868)&lt;br&gt;64-bit GNU Emacs 27.1 official build&lt;br&gt;"GNU Emacs 27.1 (build 1, x86_64-w64-mingw32) of 2020-08-22"&lt;br&gt;Mew 6.8 Windows&lt;/p&gt;
&lt;h3&gt;Overview&lt;/h3&gt;
&lt;p&gt;I use Mew as the mailer in Emacs. I have not used anything else. I think there was also something called Wanderlust. These days, I almost never read or write email in Emacs anymore. Still, back when email was the main communication tool, being able to write email in Emacs felt deeply impressive.&lt;/p&gt;</description></item><item><title>[Emacs] Try Configuring Fonts in Emacs 27 on Windows 10</title><link>https://nosubject.io/en/windows10-emacs-27-font-configuration/</link><pubDate>Sun, 31 Jan 2021 23:13:52 +0900</pubDate><guid>https://nosubject.io/en/windows10-emacs-27-font-configuration/</guid><description>&lt;p&gt;When using Emacs, it feels wrong if the fonts are not configured.&lt;/p&gt;
&lt;p&gt;I do not really understand the proper way to configure them, but I searched around and tried settings that suit me reasonably well.&lt;/p&gt;
&lt;h4&gt;Test Environment&lt;/h4&gt;
&lt;p&gt;Windows 10 Pro version 20H2 (OS build 19042.746)&lt;br&gt;64-bit GNU Emacs 27.1 official build&lt;br&gt;"GNU Emacs 27.1 (build 1, x86_64-w64-mingw32) of 2020-08-22"&lt;/p&gt;
&lt;h3&gt;Overview&lt;/h3&gt;
&lt;p&gt;The default state is hard to read, so I will start by configuring only the basic fonts. That said, I personally do not understand Emacs font configuration very well.&lt;/p&gt;</description></item><item><title>[Emacs] Use Emacs 27 on Windows 10</title><link>https://nosubject.io/en/windows10-emacs-27-w32-ime/</link><pubDate>Wed, 20 Jan 2021 00:06:24 +0900</pubDate><guid>https://nosubject.io/en/windows10-emacs-27-w32-ime/</guid><description>&lt;p&gt;To use Emacs on Windows, GNU's official build was effectively hard to use, and comfortable Japanese input required a community build with the IME patch. I am truly grateful for those builds up to now.&lt;br&gt;This time, W32-IME became easy to use even with the official build, so I tried it.&lt;/p&gt;
&lt;h4&gt;Test Environment&lt;/h4&gt;
&lt;p&gt;Windows 10 Pro version 20H2 (OS build 19042.746)&lt;br&gt;64-bit GNU Emacs 27.1 official build&lt;br&gt;"GNU Emacs 27.1 (build 1, x86_64-w64-mingw32) of 2020-08-22"&lt;/p&gt;</description></item><item><title>How to Change the Search Engine in the New Chromium-Based Microsoft Edge from Bing to Google</title><link>https://nosubject.io/en/microsoft-edge-bing-to-google/</link><pubDate>Mon, 27 Jul 2020 19:11:58 +0900</pubDate><guid>https://nosubject.io/en/microsoft-edge-bing-to-google/</guid><description>&lt;div class="wp-block-media-text alignwide is-stacked-on-mobile" style="grid-template-columns:22% auto"&gt;&lt;figure class="wp-block-media-text__media"&gt;&lt;img src="https://nosubject.io/wp-content/uploads/2020/07/RE4nqTh.png" alt="" class="wp-image-358"/&gt;&lt;/figure&gt;&lt;div class="wp-block-media-text__content"&gt;&lt;p&gt;Microsoft Edge became Chromium-based, so I have been trying it out. For now, searching with Bing feels odd to me, so this is about changing the default search engine from Bing to Google.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;h3&gt;Test Environment&lt;/h3&gt;
&lt;p&gt;Windows 10 Pro 2004 OS build 19041.388&lt;br&gt;Microsoft Edge version 84.0.522.44 (Official build) (64-bit)&lt;/p&gt;
&lt;h3&gt;Steps&lt;/h3&gt;
&lt;div class="wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-top"&gt;&lt;figure class="wp-block-media-text__media"&gt;&lt;img src="https://nosubject.io/wp-content/uploads/2020/07/image-6.png" alt="" class="wp-image-352"/&gt;&lt;/figure&gt;&lt;div class="wp-block-media-text__content"&gt;&lt;p&gt;Open Settings from the menu in the upper-right corner of Edge.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Select Privacy and services, then click Address bar at the very bottom of the right pane.&lt;/p&gt;</description></item></channel></rss>