Integrate upstream improvements + custom debloat selector - #2
Merged
Conversation
Cherry-pick improvements from ntdevlabs/tiny11builder open PRs: - ntdevlabs#518: Preserve ExecutionPolicy Bypass when elevating to admin - ntdevlabs#560: Stop on errors, graceful install.esd handling, NTFS scratch note - ntdevlabs#512: Disable Search Highlights in both scripts - ntdevlabs#273: Disable Windows Spotlight on lockscreen - ntdevlabs#274: Optional prompt to prevent automatic driver installation - ntdevlabs#534: Remove Edge provisioned app package - ntdevlabs#169: Additional OOBE/installer skip flags in autounattend.xml - ntdevlabs#488/ntdevlabs#505/ntdevlabs#509/ntdevlabs#581: README instruction fixes and feature docs Fix tiny11Coremaker.ps1 bugs (issue ntdevlabs#582): - Replace undefined $ScratchDisk with $mainOSDrive - Fix hardcoded C:\scratchdir tasks path Add .gitignore for build artifacts. Co-authored-by: zPoche <zPoche@users.noreply.github.com>
Combine open upstream PRs ntdevlabs#597 and ntdevlabs#465: - -Custom switch for interactive package selection (Show-PackageSelector UI) - Default mode unchanged: removes all packages from removePackage.txt - Conditional registry tweaks and Edge removal based on user selection Integrate ntdevlabs#449, ntdevlabs#604/ntdevlabs#605, and ntdevlabs#344: - Package list moved to removePackage.txt (easier maintenance) - Prerequisites checked before build (DISM, deployment cmdlets, package list) - oscdimg.exe resolved/downloaded at start and kept locally (ntdevlabs#604) - Auto-mount Windows 11 ISO from file path or accept drive letter (ntdevlabs#344) - Admin re-launch now preserves -ISO, -SCRATCH, and -Custom parameters Update README with -Custom usage, removePackage.txt docs, and ISO auto-mount. Co-authored-by: zPoche <zPoche@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Status: Merged to
main(commit f43bc8c)Includes all changes from PR #1 plus custom debloat, prerequisites, and ISO auto-mount.
Summary
-Custominteractive selector with conditional registry tweaksremovePackage.txtfor maintainable package listoscdimg.execheck + prerequisite validation$indexinitialization, ISO mount guard, coremaker syntax/rename bugsSee code review in issue comments for remaining known issues.