-
-
Notifications
You must be signed in to change notification settings - Fork 310
Bootable Drive Maker
The Bootable Drive Maker is a utility integrated into the Harden System Security app under the Extras section. It provides a reliable and streamlined way to create bootable Windows installation media from ISO files. Whether you want granular control over your USB drive's partitions or prefer a fully automated setup, this tool caters to both needs while also offering standard ISO extraction capabilities.
Creating a bootable Windows installation drive typically requires specific formatting to support modern UEFI systems while circumventing the 4GB file size limit of FAT32 for the install.wim file. The Bootable Drive Maker handles this by utilizing a dual-partition layout (a BOOT partition and a DATA partition) or by automatically preparing the physical disk for you.
Supported Operations:
- Creating bootable media via Manual Partitioning
- Creating bootable media via Automatic Partitioning
- Extracting ISO contents to a local directory.
To begin, you need a valid Windows ISO file.
- Download Link: A convenient shortcut is provided in the UI to directly download the official Windows 11 ISO files from Microsoft.
-
Browse Button: Click the Browse button to open a file picker and select your
.isofile. - ISO Details: Once loaded, the app instantly reads and displays the size of the selected ISO file. You can right-click the arrow next to the Browse button to view the exact path or clear the selection.
The tool offers two distinct modes for preparing your USB drive. You can switch between them using the selector bar.
Use this mode if you have already partitioned your USB drive or want to select specific existing partitions manually.
- BOOT Partition: Select the partition designated for boot files. This must be a FAT32 partition (Minimum 2GB, Maximum 32GB).
-
DATA Partition: Select the partition where the heavy Windows installation files (like
install.wim) will reside. This should be formatted as NTFS (Minimum 8GB). - Note: Use the Refresh Drives button to ensure your newly plugged-in or formatted partitions appear in the drop-down menus.
Use this mode for a completely hands-off experience. Warning: This will erase all data on the selected physical disk.
- Select Target Drive: Choose the physical disk you wish to convert into a bootable drive from the drop-down list.
- Format Remaining Space: By default, the app creates the necessary BOOT and DATA partitions. You can check the box to format any remaining unallocated space on the drive into a third partition.
-
File System Selection: If formatting the remaining space, you can choose your preferred file system for that extra partition (
exFAT,NTFS, orFAT32).
Once your settings are configured, click Create Bootable Drive to begin the process. The app displays a live progress bar and status text so you can monitor the copy and configuration operations.
If you simply need the contents of an ISO file without making a bootable drive, you can use the built-in Extraction feature.
- Select Destination: Browse and select a target directory on your computer where the ISO contents should be extracted.
- Extract: Click the Extract ISO button. The app will securely and internally mount the ISO, copy all internal files and folders to your chosen directory, and display the real-time extraction progress.
- Create AppControl Policy
- Create Supplemental Policy
- System Information
- Configure Policy Rule Options
- Policy Editor
- Simulation
- Allow New Apps
- Build New Certificate
- Create Policy From Event Logs
- Create Policy From MDE Advanced Hunting
- Create Deny Policy
- Merge App Control Policies
- Deploy App Control Policy
- Get Code Integrity Hashes
- Get Secure Policy Settings
- Update
- Sidebar
- Validate Policies
- View File Certificates
- Microsoft Graph
- Firewall Sentinel
- Data Analysis in AppControl Manager
- Protect
- Microsoft Security Baselines
- Microsoft Security Baselines Overrides
- Microsoft 365 Apps Security Baseline
- Microsoft Defender
- Attack Surface Reduction
- Bitlocker
- Device Guard
- TLS Security
- Lock Screen
- User Account Control
- Windows Firewall
- Optional Windows Features
- Windows Networking
- Miscellaneous Configurations
- Windows Update
- Edge Browser
- Certificate Checking
- Country IP Blocking
- Non Admin Measures
- Group Policy Editor
- Manage Installed Apps
- File Reputation
- Audit Policies
- Cryptographic Bill of Materials
- Intune
- Configuration Service Provider (CSP)
- Service Manager
- Duplicate Photos Finder
- EXIF Manager
- Bootable Drive Maker
- Introduction
- How To Generate Audit Logs via App Control Policies
- How To Create an App Control Supplemental Policy
- The Strength of Signed App Control Policies
- How To Upload App Control Policies To Intune Using AppControl Manager
- How To Create and Maintain Strict Kernel‐Mode App Control Policy
- How to Create an App Control Deny Policy
- App Control Notes
- How to use Windows Server to Create App Control Code Signing Certificate
- Fast and Automatic Microsoft Recommended Driver Block Rules updates
- App Control policy for BYOVD Kernel mode only protection
- EKUs in App Control for Business Policies
- App Control Rule Levels Comparison and Guide
- Script Enforcement and PowerShell Constrained Language Mode in App Control Policies
- How to Use Microsoft Defender for Endpoint Advanced Hunting With App Control
- App Control Frequently Asked Questions (FAQs)
- System Integrity Policy Transformations | XML to CIP and Back
- About Code Integrity Policy Signing
- How To Install Microsoft Store Apps Completely Offline
- Create Bootable USB flash drive with no 3rd party tools
- Event Viewer
- Group Policy
- How to compact your OS and free up extra space
- Hyper V
- Git GitHub Desktop and Mandatory ASLR
- Signed and Verified commits with GitHub desktop
- About TLS, DNS, Encryption and OPSEC concepts
- Things to do when clean installing Windows
- Comparison of security benchmarks
- BitLocker, TPM and Pluton | What Are They and How Do They Work
- How to Detect Changes in User and Local Machine Certificate Stores in Real Time Using PowerShell
- Cloning Personal and Enterprise Repositories Using GitHub Desktop
- Only a Small Portion of The Windows OS Security Apparatus
- Rethinking Trust: Advanced Security Measures for High‐Stakes Systems
- Clean Source principle, Azure and Privileged Access Workstations
- How to Securely Connect to Azure VMs and Use RDP
- Basic PowerShell tricks and notes
- Basic PowerShell tricks and notes Part 2
- Basic PowerShell tricks and notes Part 3
- Basic PowerShell tricks and notes Part 4
- Basic PowerShell tricks and notes Part 5
- How To Access All Stream Outputs From Thread Jobs In PowerShell In Real Time
- PowerShell Best Practices To Follow When Coding
- How To Asynchronously Access All Stream Outputs From Background Jobs In PowerShell
- Powershell Dynamic Parameters and How to Add Them to the Get‐Help Syntax
- RunSpaces In PowerShell
- How To Use Reflection And Prevent Using Internal & Private C# Methods in PowerShell