Automating Backups for Diablo 1 Save Files with PowerShell
Diablo 1, a timeless classic, continues to captivate fans of dungeon-crawling RPGs. For many, save files are not just game data but a record of countless hours of adventure. However, accidental overwrites or corrupted save files can quickly turn triumph into despair. To ensure your progress remains safe, this PowerShell script automates backups of your Diablo 1 save files. It monitors changes, creates timestamped backups of your save folder, and maintains a tidy backup directory by deleting o...
Read post
Windows 10 and 11 Reverse SSH RDP Connection
Establishing an RDP Connection Over a Reverse SSH Tunnel Using Windows Native OpenSSH ServerThis guide explains how to establish an RDP connection over a reverse SSH tunnel using the native OpenSSH server in Windows 10/11 and plink.exe (a part of PuTTY). The method bypasses the need for interactive SSH server key acceptance, which is particularly useful in penetration testing scenarios. This setup can also be used to tunnel other protocols over SSH to traverse firewalls.PrerequisitesWindows 10/1...
Read post
Windows 7 Key Dump
I was cleaning out my old phone pictures and found these keys. Windows 7, Windows Visa, Windows XP. Have as many as you like! ...
Read post
Create LiteTouch Bootable USB for UEFI or BIOS
This is what I use for creating a litetouch bootable USB.  I use this for "imaging" a system with MDT with custom applications for each build instead of deploying with a captured image. 1. Run CMD as an admin.  Type "diskpart". Run "List Disk". Check to see if your USB drive is GPT.  Your device will have a * under the GPT section if it is GPT. Note which disk your drive is, in my example, my drive is disk 1. Disk###  Status        Size    Free    Dyn Gpt -------- ------------- ------- ------...
Read post