If you like to muck around with Azure & Entra Certificate Based Authentication (CBA), you'll be familiar with the importance of a Certificate Revocation List (CRL). Someday, while trying to login to admin.microsoft.com with a certificate, I experienced this AADSTS220501 Error so I started troubleshooting at it. What's interesting is that the CRL was online,… Read More


  Sometimes you may consider the default Windows Explorer Button bar (or ribbon) too lame for your tastes. How about changing it to something like below? The screenshot is from the Windows 8.1 Quick Access Toolbar ("QAT") however this also works on Windows 10 (but not on Windows 11!).   How-to. Create a new text… Read More


    I will assume you belong to those ~5000+ geeks that reckon Notepad++ is “the best” Notepad replacement (http://alternativeto.net/software/notepad/). If you agree with the above statement, I'm sure you did already set Notepad++ as your default text editor for all your text (.txt) files. However, if you are also a little bit fussy with… Read More


  This time around I will describe how to fully automate the Windows Setup process by using an unattended file. "Autounattend.xml" is the Windows Unattended XML file that automates the whole Windows Setup experience. It allows you to install Windows hands-off (use your hands to hold your son/daughter or just grab a beer). IMPORTANT NOTE:… Read More


    EI.cfg and PID.txt. or how-to automatically specify which Windows version and what Product Key to use. To partially automate the Windows Setup, you can use an ei.cfg and a PID.txt file. The "Edition Configuration" ("EI.cfg"-file) AND The "Product ID" ("PID.txt"-file) are /OPTIONAL/ configuration files that you can use to AUTOMATICALLY SPECIFY: Which Windows®… Read More


After requesting for help on the Clear Linux forum (here: https://community.clearlinux.org/t/how-to-add-new-trusted-ca-certificate-to-clear-linux/3457), their first reply directed me to Cloud Linux github page (https://github.com/clearlinux/clrtrust#add-trust-a-root-ca). From there, I obtained the information I needed to get my small Clear Linux vm to trust my Windows CA certificate. Here's how to. (On your Windows CA): Export your Windows CA Certificate… Read More


  tl;dr: The solution, in my specific case, was to: ENABLE TLS-1.0 Server. This way NPS Secure Wireless Connections (with Domain Username + Password) functionality was restored/Started working again.   Intro. Sometimes troubleshooting an issue could end up becoming a never-ending nightmare. That was the case in point - I experienced an issue with Network… Read More


Microsoft logo

    What is NetBIOS you ask? In a nutshell, NetBIOS is a traditional Microsoft protocol, still in use by some of its underlying network technologies. In other words, NetBIOS allows you to call your computers by name (it even works when you don't have or need a Domain Name Server!). So why disable NetBIOS… Read More


  The nanostation Loco M2 by default comes with Airmax enabled. Airmax is UBNT's proprietary implementation of Time Division Multiple Access (TDMA). TDMA is a wireless communication technology. Airmax/TDMA is not compatible with the default 802.11 Wifi standard for Access Points. So that's why, by default, if you setup a nanostation Loco M2 to behave… Read More