Production-grade Windows PE builder with PowerShell 7 integration. Features: - PowerShell 7 integrated into WinPE environment - Automatic script launcher for external media - Configurable startup and fallback scripts - Custom console colors - Maximized console window on boot - PowerShell module integration - Windows ADK auto-installation - Defender optimization for faster builds Project Structure: - Build-PE.ps1: Main build orchestrator - config.json: Configuration file - lib/: Build modules (Dependencies, WinPEBuilder, PowerShell7, ModuleManager, DefenderOptimization) - resources/: Runtime scripts (Invoke-ScriptLauncher, Invoke-ScriptMenu, Driver-Manager) - CLAUDE.md: Complete project documentation - README.md: Quick start guide Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
31 lines
362 B
Text
31 lines
362 B
Text
# Build directories
|
|
work/
|
|
output/
|
|
|
|
# Build artifacts
|
|
*.wim
|
|
*.iso
|
|
*.log
|
|
|
|
# PowerShell 7 downloads
|
|
PowerShell-*.zip
|
|
|
|
# Git credentials (sensitive)
|
|
gitcreds.txt
|
|
|
|
# PowerShell modules (too large, use Update-Modules.ps1 to download)
|
|
modules/
|
|
|
|
# Windows temp files
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.vs/
|
|
*.swp
|
|
*~
|
|
|
|
# Claude temp files
|
|
.claude/
|
|
tmpclaude-*
|