From e17830103bfebd1f2ec73395abe2d8026cc11b21 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 18 Jan 2026 14:46:58 -0600 Subject: Add Windows recovery tools and rescue guide section Packages added: chntpw, ntfs-3g, dislocker, hivex Rescue guide section 4 covers: - Mounting NTFS partitions (including hibernated) - Reset/blank Windows passwords with chntpw - Unlock disabled accounts, promote to admin - Access BitLocker drives with dislocker - Copy files from non-booting Windows - Edit Windows registry with hivex - Offline malware scanning with ClamAV - Disable Fast Startup from Linux --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 1c4ef9e..8c4b617 100755 --- a/build.sh +++ b/build.sh @@ -149,6 +149,12 @@ os-prober syslinux ms-sys +# Windows recovery +chntpw +ntfs-3g +dislocker +hivex + EOF # Get kernel version for ISO naming -- cgit v1.2.3