Disable “Run” Command via GPO

May 26, 2026 Security, Windows

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 Windows

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 Linux

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 Windows, Windows 11

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:…

List DNS records dnscmd

September 19, 2025 Windows

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…

Blocking AI Scrapers in Apache/nginx

February 11, 2025 Web

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 Uncategorized

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 Links

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,…