-
Run the packager:
PACKAGE.bat -
Package will be created on your Desktop:
- Location:
Desktop\windows-setup-helper-package\ - Size: ~50-100 MB (without ISOs)
- Location:
-
Transfer the package:
- Copy to USB drive, network share, or cloud storage
- Transfer to new machine
-
On the new machine:
- Extract/copy the folder to desired location
- Read
SETUP.mdfor installation instructions - Run
BuildUI.batto configure
On the new machine:
git clone https://github.com/AZComputerGuru/windows-setup-helper.git
cd windows-setup-helperThen follow SETUP.md for configuration.
- Visit: https://github.com/AZComputerGuru/windows-setup-helper
- Click "Code" → "Download ZIP"
- Extract on new machine
- Follow
SETUP.md
Do NOT copy these files (they're machine-specific):
- Windows ISO files (download fresh on new machine)
- Extracted media folders
- Generated output ISOs
- Build cache/temp files
Only transfer:
- The project files (Helper/, BuildTools/, etc.)
- Your custom scripts/tools
- Configuration files (will need path updates)
On the new machine:
- Install Windows ADK + PE add-on
- Download fresh Windows ISO
- Run BuildUI.bat
- Update all paths for new machine:
- Source ISO path
- Media extraction path
- Output ISO path
- Extra files path (if used)
- Save settings ([S] in BuildUI)
- Test build ([R] in BuildUI)
- Project files: ~50-100 MB
- Windows ADK: ~4-6 GB download
- Windows ISO: ~5-7 GB
- Extracted media: ~8-10 GB
- Output ISO: ~6-8 GB
Total disk space needed: ~25-30 GB
# 1. Copy project folder
# 2. Open PowerShell/CMD in project folder
cd C:\Path\To\windows-setup-helper
# 3. Configure
BuildUI.bat
# 4. Follow prompts to set paths
# 5. Press [S] to save
# 6. Press [R] to run buildProblem: Paths don't work on new machine
- Solution: Run BuildUI.bat and update all paths
Problem: Build fails with ADK errors
- Solution: Ensure ADK version matches Windows ISO version
- See
Extra/ADK-Versions.md
Problem: Missing tools/files
- Solution: Verify all folders were copied:
- BuildTools/
- Helper/
- Windows/
- Build.bat
- BuildUI.bat