diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-18 14:46:58 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-18 14:46:58 -0600 |
| commit | e17830103bfebd1f2ec73395abe2d8026cc11b21 (patch) | |
| tree | e390def063345b42aca2cff1a85563603154a550 /build.sh | |
| parent | 3766f9380e6c18bc926aac6d29d59d2f958a0fd2 (diff) | |
| download | archangel-e17830103bfebd1f2ec73395abe2d8026cc11b21.tar.gz archangel-e17830103bfebd1f2ec73395abe2d8026cc11b21.zip | |
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
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -149,6 +149,12 @@ os-prober syslinux ms-sys +# Windows recovery +chntpw +ntfs-3g +dislocker +hivex + EOF # Get kernel version for ISO naming |
