<?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 Notities</title><link>https://d8224bcf.backup-website.pages.dev/en/categories/windows/</link><description>Recent content in Windows on Notities</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 20 Jul 2026 22:38:58 +0200</lastBuildDate><atom:link href="https://d8224bcf.backup-website.pages.dev/en/categories/windows/index.xml" rel="self" type="application/rss+xml"/><item><title>Windows Server 2022 Home Lab — AD DS, DNS, CA and Secured RDP</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2026-windows-server-2022-home-lab-ad-dns-ca-rdp/</link><pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2026-windows-server-2022-home-lab-ad-dns-ca-rdp/</guid><description>&lt;p&gt;This article describes the full setup of a two-server Windows Server 2022 home lab in Proxmox VE. Together the two virtual machines provide Active Directory Domain Services, DNS, Group Policy and a Certificate Authority (ADCS). RDP connections are secured with PKI certificates so that the Mac Mini M1 management workstation connects without certificate warnings.&lt;/p&gt;
&lt;p&gt;This is part 3 of the series on building a Windows DevOps lab in Proxmox. In &lt;a href="https://vandenboom.icu/blog/2026-proxmox-windows-server-2022-vm-creation/"&gt;part 1&lt;/a&gt; I described how to create a VM, and in &lt;a href="https://vandenboom.icu/blog/2026-proxmox-windows-server-2022-template-preparation/"&gt;part 2&lt;/a&gt; how to prepare the template.&lt;/p&gt;</description></item><item><title>Proxmox Lab — Windows Server 2022 Template Preparation</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2026-proxmox-windows-server-2022-template-preparation/</link><pubDate>Tue, 31 Mar 2026 10:00:00 +0100</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2026-proxmox-windows-server-2022-template-preparation/</guid><description>&lt;p&gt;This guide covers the complete process of preparing a freshly installed Windows Server 2022 VM as a reusable Proxmox template. All future VMs (CA server, member servers, etc.) are cloned from this template, saving significant time and ensuring a consistent baseline across the entire lab.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;📄 &lt;strong&gt;Download the full guide with screenshots:&lt;/strong&gt;
&lt;a href="https://d8224bcf.backup-website.pages.dev/documents/WS2022-in-Proxmox-Template-Preparation-Guide.docx"&gt;WS2022-in-Proxmox-Template-Preparation-Guide.docx&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;The full process consists of these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Install VirtIO guest drivers&lt;/li&gt;
&lt;li&gt;Run Windows Update — fully patch the OS&lt;/li&gt;
&lt;li&gt;Apply performance tweaks&lt;/li&gt;
&lt;li&gt;Basic housekeeping — timezone, RDP, IE Enhanced Security&lt;/li&gt;
&lt;li&gt;Sysprep — generalize and shut down&lt;/li&gt;
&lt;li&gt;Convert to template in Proxmox&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Warning:&lt;/strong&gt; Never boot the VM after Sysprep. If you do, the generalization is consumed and the template must be rebuilt from scratch.&lt;/p&gt;</description></item><item><title>Proxmox Lab — Creating a Windows Server 2022 VM</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2026-proxmox-windows-server-2022-vm-creation/</link><pubDate>Tue, 31 Mar 2026 00:00:00 +0100</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2026-proxmox-windows-server-2022-vm-creation/</guid><description>&lt;p&gt;This guide documents the complete process of creating a Windows Server 2022 virtual machine in Proxmox VE 9.1.6. It is based on actual lab setup experience and includes all corrections and lessons learned during the build of a home lab.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;📄 &lt;strong&gt;Download the full guide with screenshots:&lt;/strong&gt;
&lt;a href="https://d8224bcf.backup-website.pages.dev/documents/WS2022-in-Proxmox-VM-Creation-Guide.docx"&gt;WS2022-in-Proxmox-VM-Creation-Guide.docx&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="environment"&gt;Environment&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Component&lt;/th&gt;
					&lt;th&gt;Details&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;Proxmox Host&lt;/td&gt;
					&lt;td&gt;macpro2013.local — Mac Pro 2013 Trashcan&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Proxmox Version&lt;/td&gt;
					&lt;td&gt;9.1.6&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;RAM&lt;/td&gt;
					&lt;td&gt;128 GB&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Storage&lt;/td&gt;
					&lt;td&gt;3.6 TB NVMe (local-lvm pool)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Network Bridge&lt;/td&gt;
					&lt;td&gt;vmbr0 — internal lab network (192.168.178.x)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Proxmox WebUI&lt;/td&gt;
					&lt;td&gt;https://192.168.178.205:8006&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; The Proxmox WebUI shows an SSL certificate warning because Proxmox uses a self-signed certificate by default. This is the motivation for setting up an internal Certificate Authority (CA) later — once the CA is in place, a proper trusted certificate can be issued for Proxmox.&lt;/p&gt;</description></item><item><title>Windows Server 2022 — Active Directory and DNS Installation</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2026-windows-server-2022-active-directory-dns-installatie/</link><pubDate>Fri, 27 Mar 2026 00:00:00 +0100</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2026-windows-server-2022-active-directory-dns-installatie/</guid><description>&lt;p&gt;In this article I describe step by step how I installed Active Directory Domain Services (AD DS) and DNS on a Windows Server 2022 Datacenter VM in a VMware Fusion lab environment. The result is a fully functional domain controller for the domain &lt;strong&gt;lab.local&lt;/strong&gt;, as the foundation for a Windows DevOps lab.&lt;/p&gt;
&lt;h2 id="environment"&gt;Environment&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Component&lt;/th&gt;
					&lt;th&gt;Value&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;Virtualisation&lt;/td&gt;
					&lt;td&gt;VMware Fusion (macOS)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Guest operating system&lt;/td&gt;
					&lt;td&gt;Windows Server 2022 Datacenter (Desktop Experience)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Hostname&lt;/td&gt;
					&lt;td&gt;DC01&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Domain name&lt;/td&gt;
					&lt;td&gt;lab.local&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;NetBIOS name&lt;/td&gt;
					&lt;td&gt;LAB&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Lab network adapter&lt;/td&gt;
					&lt;td&gt;Ethernet1 — 172.16.37.10 (static IP)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Internet adapter&lt;/td&gt;
					&lt;td&gt;Ethernet0 — DHCP via VMware NAT&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;
&lt;h2 id="step-1--configure-networking"&gt;Step 1 — Configure Networking&lt;/h2&gt;
&lt;p&gt;Before installing Active Directory, the domain controller needs a static IP address. AD DS and DNS depend on a stable address.&lt;/p&gt;</description></item><item><title>Network routing to LAN systems with OpenVPN Server</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/network-routing-naar-lan-systemen-met-openvpn-server/</link><pubDate>Sat, 15 Nov 2025 15:40:22 +0100</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/network-routing-naar-lan-systemen-met-openvpn-server/</guid><description>&lt;p&gt;To be able to access systems on the LAN network through the VPN tunnel of the OpenVPN server, the LAN system must know that traffic destined for the VPN subnet must be sent via the OpenVPN server. Without this additional route, return traffic will not reach the VPN clients.&lt;/p&gt;
&lt;p&gt;In this example, we use the subnet 10.0.8.0/24 as the IP range you have configured for the OpenVPN tunnel. This is the network in which all VPN clients receive an IP address. To ensure that a device on the LAN can correctly send traffic back to these VPN clients, you must add a static route on that LAN device.&lt;/p&gt;</description></item><item><title>Compress photos without quality loss for any platform</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/fotos_comprimeren_zonder_kwaliteitsverlies/</link><pubDate>Fri, 12 Sep 2025 01:58:22 +0100</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/fotos_comprimeren_zonder_kwaliteitsverlies/</guid><description>&lt;p&gt;P.S. Special thanks to &lt;strong&gt;Maria Isabel Rondini&lt;/strong&gt;&lt;br&gt;
She inspired this article as part of the research for her thesis, where she could use some extra attention for the tool &lt;em&gt;ImageCompressor&lt;/em&gt;.
&lt;/br&gt;&lt;/p&gt;
&lt;p&gt;Do you want to make your photos smaller in size without losing quality?&lt;/br&gt;
Good news: you don’t need to install any software for that!&lt;/br&gt;
With the online tool &lt;strong&gt;ImageCompressor&lt;/strong&gt;, you can simply upload your photos and compress them directly in your browser.&lt;/br&gt;
That means it doesn’t matter whether you’re working on &lt;strong&gt;Windows, Linux, or macOS&lt;/strong&gt;—as long as you have an internet connection, you can easily compress your photos.&lt;/br&gt;&lt;/p&gt;</description></item><item><title>Create a website for free with GitHub Pages</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/maak_een_website_met_github_pages/</link><pubDate>Wed, 09 Mar 2022 19:18:22 +0100</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/maak_een_website_met_github_pages/</guid><description>&lt;p&gt;Create a website for free with GitHub&lt;/br&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://vandenboom.netlify.app/images/GitHub-Pages.png" alt="GitHub Pages en GitHub Desktop" /&gt;&lt;/br&gt;&lt;/p&gt;
&lt;p&gt;P.S. Would you like somebody to help you? Feel free to send me a message on one of my Social Media Links available on this website.&lt;/br&gt;&lt;/p&gt;</description></item><item><title>Automatically log in to Windows</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/automatisch_inloggen_in_windows/</link><pubDate>Wed, 09 Mar 2022 11:58:22 +0100</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/automatisch_inloggen_in_windows/</guid><description>&lt;p&gt;Entering a password or PIN is not equally convenient for everyone.&lt;/br&gt;
Do you find it annoying to enter a password or PIN every time you log in to Windows?&lt;/br&gt;
You can also automatically log in to Windows. When the computer has finished starting up, you will immediately see the desktop.
On the desktop you can make all your useful programs accessible and you have that immediately in front of you when you have turned on the computer.
You can then immediately start using the computer, without having to enter a password or PIN first.&lt;/br&gt;&lt;/p&gt;</description></item><item><title>Save an entire webpage</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/gehele_webpagina_opslaan/</link><pubDate>Sun, 19 Dec 2021 09:50:22 +0100</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/gehele_webpagina_opslaan/</guid><description>&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;In the web browser Microsoft Edge:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;gt; click the 3 dots in the top right corner: ...
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;gt; choose the option: Web capture (Ctrl+Shift+S)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;gt; choose the option: Capture full page
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;gt; click the button: Save
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;gt; an image of type .jpeg will now be saved in your personal directory: Downloads&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item><item><title>Zooming in and out on a website</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/zoomen_op_een_website/</link><pubDate>Sat, 18 Dec 2021 20:56:00 +0100</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/zoomen_op_een_website/</guid><description>&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Hold down the CTRL key on the keyboard
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;and scroll with the wheel on the mouse.&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item><item><title>Windows Update Shortcut</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/windows-update-snelkoppeling/</link><pubDate>Thu, 16 Dec 2021 09:07:17 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/windows-update-snelkoppeling/</guid><description>&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Windows Update shortcut that everyone should have on their desktop
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;* Have your desktop in front of you
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;* Right-click
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;* Choose: New
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;* Choose: Shortcut
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;* Enter the following as the location:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; (On Windows 8)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; %windir%\explorer.exe shell:::{36eef7db-88ad-4e81-ad49-0e313f0c35f8}
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; (On Windows 10)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; ms-settings:windowsupdate
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;* Click: Next
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;* Enter the name: Windows Update
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;* Click: Finish&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item></channel></rss>