<?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/tags/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/tags/windows/index.xml" rel="self" type="application/rss+xml"/><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>Windows packet capturing for example for an LDAPS traffic analysis</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2026-windows-packet-capturing-voor-bijvoorbeeld-een-ldaps-verkeer-analyse/</link><pubDate>Sun, 18 Jan 2026 18:55:54 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2026-windows-packet-capturing-voor-bijvoorbeeld-een-ldaps-verkeer-analyse/</guid><description>&lt;p&gt;Open a Windows Terminal or Command session As Administrator&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;Check existing filters
# pktmon filter list

Clear all filters
# pktmon filter remove

Check capture status
# pktmon status

Add a filter for LDAPS
# pktmon filter add -p 636

Start the capture
# pktmon start --etw
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Try to connect again to the LDAP server / If you want to monitor a different port, repeat the command that generates the network traffic.&lt;/p&gt;</description></item><item><title>Deskflow: Control multiple computers with 1 keyboard and mouse for: macOS, Windows and Linux</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2025-deskflow-bedien-meerdere-computers-met-1-keyboard-en-muis-voor-macos-windows-en-linux/</link><pubDate>Mon, 24 Mar 2025 17:57:51 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2025-deskflow-bedien-meerdere-computers-met-1-keyboard-en-muis-voor-macos-windows-en-linux/</guid><description>&lt;p&gt;With Deskflow you control multiple computers — macOS, Windows or Linux — using a single mouse and keyboard. It works as a software-based KVM switch (without video) and is sponsored by Synergy. This program is still actively maintained, with an intuitive interface that makes it easy to use. Tip: disable TLS in the settings for a smooth start.&lt;/p&gt;
&lt;p&gt;Download it via: &lt;a href="https://github.com/deskflow/deskflow/releases"&gt;https://github.com/deskflow/deskflow/releases&lt;/a&gt;. Look for the &amp;ldquo;latest&amp;rdquo; tag and check all assets for the correct version!&lt;/p&gt;</description></item><item><title>How to burn an *.iso file to CD or DVD in Windows</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2023-how-to-burn-an-iso-file-to-cd-or-dvd-in-windows/</link><pubDate>Fri, 21 Jul 2023 17:04:59 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2023-how-to-burn-an-iso-file-to-cd-or-dvd-in-windows/</guid><description>&lt;p&gt;In File Explorer right-click on the *.ISO file and choose Properties.&lt;/br&gt;Then, click Change from the General tab, choose Windows Explorer, and click OK.&lt;/br&gt;Next, save the change by clicking Apply &amp;gt; OK&lt;/br&gt; Now right click on the *.ISO file and choose: Burn disc image or on: Show more options to find this.&lt;/p&gt;</description></item><item><title>Creating a shortcut with an icon on the desktop</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2023-snelkoppeling-maken-met-een-icoontje-op-het-bureaublad/</link><pubDate>Wed, 10 May 2023 19:09:51 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2023-snelkoppeling-maken-met-een-icoontje-op-het-bureaublad/</guid><description>&lt;p&gt;Part 1: creating the shortcut&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to the website you find useful and want quick access to
&lt;/br&gt;For example: nu.nl , open in your browser: https:/www.nu.nl&lt;/li&gt;
&lt;li&gt;Click (with the left mouse button) on the address bar where the website address is shown, it will turn blue.
&lt;/br&gt;If it does not automatically turn blue, you need to select the address and highlight it yourself&lt;/li&gt;
&lt;li&gt;Right-click on the blue text and choose: Copy&lt;/li&gt;
&lt;li&gt;Click the minus sign to minimise the web browser so you can see the desktop&lt;/li&gt;
&lt;li&gt;Right-click on the desktop and choose: New -&amp;gt; Shortcut&lt;/li&gt;
&lt;li&gt;Right-click in the location rectangle and choose: Paste&lt;/li&gt;
&lt;li&gt;Click Next&lt;/li&gt;
&lt;li&gt;Give the shortcut the name of the website and click: Finish
&lt;/br&gt;&lt;/br&gt;You now have your shortcut&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Part 2: changing the icon to the website&amp;rsquo;s logo&lt;/p&gt;</description></item><item><title>Create a Windows - God Mode - shortcut</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2023-maak-een-windows-god-mode-snelkoppeling/</link><pubDate>Sun, 05 Mar 2023 13:40:14 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2023-maak-een-windows-god-mode-snelkoppeling/</guid><description>&lt;ol&gt;
&lt;li&gt;Right-click on the Desktop&lt;/li&gt;
&lt;li&gt;Choose: New -&amp;gt; Folder&lt;/li&gt;
&lt;li&gt;Name the folder: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}&lt;/li&gt;
&lt;li&gt;Open the folder for a huge number of advanced settings&lt;/li&gt;
&lt;li&gt;The shortcuts in this folder can be copied to, for example, the Desktop for even faster access&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Automatically log in to a Linux server using PuTTY on Windows</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2023-authomatisch-inloggen-op-een-linux-server-m-b-v-putty-onder-windows/</link><pubDate>Fri, 17 Feb 2023 14:51:15 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2023-authomatisch-inloggen-op-een-linux-server-m-b-v-putty-onder-windows/</guid><description>&lt;p&gt;You can automatically log in to a Linux server on Windows using PuTTY by making use of a key file. Below I explain step by step how to do this.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a key: start: puttygen.exe&lt;/li&gt;
&lt;li&gt;Click on: Generate&lt;/li&gt;
&lt;li&gt;Click on: Save private key&lt;/li&gt;
&lt;li&gt;Go to PuTTY Configuration -&amp;gt; Session&lt;/li&gt;
&lt;li&gt;Load a previously created session or create a new one&lt;/li&gt;
&lt;li&gt;Go to: Connection -&amp;gt; SSH -&amp;gt; Auth -&amp;gt; Private key file for authentication -&amp;gt; Browse&lt;/li&gt;
&lt;li&gt;Select your file with the private key: *.ppk&lt;/li&gt;
&lt;li&gt;Go back to Session and click on: Save&lt;/li&gt;
&lt;li&gt;Log in to the Linux server using the Saved Sessions and still with your password&lt;/li&gt;
&lt;li&gt;Create a new directory in the home directory: .ssh&lt;/li&gt;
&lt;li&gt;Give this directory the correct permissions: chmod 700 ~/.ssh&lt;/li&gt;
&lt;li&gt;Create and edit the file authorized_keys: vi ~/ssh/authorized_keys&lt;/li&gt;
&lt;li&gt;Copy the Public key for pasting from the PuTTY Key Generator&lt;/li&gt;
&lt;li&gt;Paste it into the authorized_keys file on the Linux server&lt;/li&gt;
&lt;li&gt;Save the authorized_keys file (for vi type: :wq)&lt;/li&gt;
&lt;li&gt;Give this file the correct permissions: chmod 600 ~/.ssh/authorized_keys&lt;/li&gt;
&lt;li&gt;Close the logged-in PuTTY session to the Linux Server&lt;/li&gt;
&lt;li&gt;Open the session again to verify that you can now log in automatically&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Change your Windows password using a shortcut</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2023-windows-wachtwoord-veranderen-met-behulp-van-een-snelkoppeling/</link><pubDate>Thu, 16 Feb 2023 10:56:24 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2023-windows-wachtwoord-veranderen-met-behulp-van-een-snelkoppeling/</guid><description>&lt;p&gt;Change your Windows password by using a shortcut on your desktop. (CTRL+ALT+DEL key combination by clicking a shortcut)&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Right-click on your desktop, choose New and then Shortcut&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enter the following command for the item location:&lt;br&gt;
C:\Windows\explorer.exe shell:::{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click: Next&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Give the shortcut a name, for example: Reset password&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click: Finish&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Prevent opening Windows 11 Store when typing the command python</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2022-prevent-opening-windows-11-store-when-typing-the-command-python/</link><pubDate>Thu, 01 Dec 2022 19:30:38 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2022-prevent-opening-windows-11-store-when-typing-the-command-python/</guid><description>&lt;p&gt;Step 1: Open Settings in Windows 11&lt;/p&gt;
&lt;p&gt;Step 2: Go to Apps&lt;/p&gt;
&lt;p&gt;Step 3: Go to Advanced app settings&lt;/p&gt;
&lt;p&gt;Step 4: Go to App execution aliases&lt;/p&gt;
&lt;p&gt;Step 5: Disable the option for python.exe and python3.exe&lt;/p&gt;</description></item><item><title>Python dependencies when installing Oracle VirtualBox on Windows 11</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2022-dependencies-van-python-bij-de-installatie-van-oracle-virtualbox-op-windows-11/</link><pubDate>Thu, 01 Dec 2022 19:24:55 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2022-dependencies-van-python-bij-de-installatie-van-oracle-virtualbox-op-windows-11/</guid><description>&lt;p&gt;Step 1: install Python&lt;/p&gt;
&lt;p&gt;Step 2: add both the scripts folder and its parent folder to the path&lt;/p&gt;
&lt;p&gt;Step 3: CMD&amp;gt; pip install pywin32&lt;/p&gt;</description></item><item><title>Any iMac as a second display with extended desktop</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2022-imac-as-an-extened-display-with-windows/</link><pubDate>Mon, 31 Oct 2022 17:55:56 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2022-imac-as-an-extened-display-with-windows/</guid><description>&lt;p&gt;Install Windows on your iMac and use the software utility spacedesk.&lt;/p&gt;
&lt;p&gt;Such a simple solution to turn any iMac into a second (or even a third or more) display to extended your desktop.&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>New life in an old Apple computer (iMac, MacBook)</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2022-nieuw-leven-in-een-oude-apple-computer-imac-macbook/</link><pubDate>Fri, 25 Feb 2022 11:09:02 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2022-nieuw-leven-in-een-oude-apple-computer-imac-macbook/</guid><description>&lt;p&gt;Install the VirtualBox application and run a virtual machine inside it with the latest version of Linux or Windows. In many cases this can solve problems with browsing the internet — for example, making it possible to visit websites that no longer work in the old Apple environment.&lt;/p&gt;</description></item></channel></rss>