Author

Rich

Just another IT guy.

Disable “Run” Command via GPO

May 26, 2026

Want an easy way to harden your workstations? Disable the Run box for standard users. It’s a classic, straightforward restriction that stops curious users and particular basic social…

Veeam VSS Failure on DCs with SentinelOne

March 21, 2026

If you are backing up Windows Domain Controllers with Veeam and hitting VSS snapshot failures, and you happen to be running SentinelOne (S1), you’ve run into a specific…

Wireguard Setup on Debian 13

February 20, 2026

Clean, minimal, self-hosted WireGuard setup with: Full tunnel support NAT for internet access Multi-user capability Per-user access control via firewall 0. Assumptions Public interface: eth0 VPN subnet: 10.10.10.0/24 Server is…

Windows 11 OOBE Microsoft Account Bypass During Install

October 17, 2025

Method 1 I did it using SHIFT+F10 then using regedit.exe to delete the LaunchUserOOBE value in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE registry key. But don't close regedit yet. Additionally to create my user and make it an administrator:…

Block Countries in NGINX Using GeoIP

September 23, 2025

NGINX has a GeoIP module that can be leveraged to do various things based on GeoIP data for a remote host connecting to the NGINX server. If not…

List DNS records dnscmd

September 19, 2025

This command will list all “A” records (IPv4 address mappings) for the domain domain.tld on the local DNS server. Essentially, it’s retrieving the list of IP addresses associated…

Reclaim Unused Space in Hyper-V

September 18, 2025

Overview This guide explains how to reclaim unused disk space from a Hyper-V virtual machine (VM) after cleaning it up internally. The process involves zeroing out free space…

Blocking AI Scrapers in Apache/nginx

February 11, 2025

You can place the following into your .htaccess to have it return an HTTP 403 if the User Agent is matched. Apache The following command will generate a…

Deleting Files from the Linux Kernel

February 11, 2025

The NSA has been directed by an executive order from the President to remove internal and external content with the following 27 words. Anti-Racism Racism Allyship Bias DEI…

FTC Mobile Health Apps Tool

January 10, 2025

Privacy and security are important considerations for any app—and especially apps that collect and share consumers’ health information. As you design, market, and distribute your mobile health app,…