Drop SKU refuse; bake SystemResponsiveness=10 - #110
Merged
Conversation
Reclaim11 no longer refuses IoTEnterpriseS or names a host. Latency bake keeps MMCSS at 10 (0-9 clamp to 20), asks before High Performance, and Test-Reclaim11 runs on a VM only.
There was a problem hiding this comment.
🟡 Changes recommended
Test-Reclaim11.ps1 can silently skip the new “no host naming / no IoT refusal” scan due to Get-Content -ErrorAction SilentlyContinue, weakening the guardrail the PR relies on.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the Reclaim11 public kit to remove IoTEnterpriseS SKU refusal, eliminate host-specific naming (“desk”/“M1ABRAMS”), and adjust the latency bake defaults/UX (SystemResponsiveness=10 plus an explicit High Performance opt-in).
Changes:
- Removes IoTEnterpriseS/“desk” host refusal gates across WinPE/offline and in-Windows Reclaim11 actions, and adds receipt
edition_idpreservation. - Changes latency bake to
SystemResponsiveness=10and adds an explicit High Performance opt-in (-SwitchHighPerformance/ GUI prompt). - Tightens
Test-Reclaim11.ps1to enforce “VM-only” execution and to detect host naming/SKU refusal strings inside the kit.
File summaries
| File | Description |
|---|---|
| scripts/Test-Reclaim11.ps1 | Enforces VM-only test execution and adds kit string-guard checks; updates assertions for IoTEnterpriseS + latency bake UX. |
| scripts/New-Reclaim11WinPeUsb.ps1 | Removes host-specific wording from USB build guidance/output. |
| godbrain_core/reclaim11/winpe/offline.ps1 | Drops IoTEnterpriseS refusal; updates refusal copy; adds edition_id to WinPE receipt payload. |
| godbrain_core/reclaim11/README.md | Updates documented latency bake defaults and High Performance opt-in behavior; adds VM-only test note. |
| godbrain_core/reclaim11/ps1/xbox_cleanse.ps1 | Removes IoTEnterpriseS “desk” gates and related WhatIf checks/restore refusal. |
| godbrain_core/reclaim11/ps1/telemetry_cleanse.ps1 | Removes IoTEnterpriseS “desk” gates and related WhatIf checks/restore refusal. |
| godbrain_core/reclaim11/ps1/Reclaim11.ps1 | Updates GUI copy and adds High Performance opt-in prompt feeding latency bake switch flag. |
| godbrain_core/reclaim11/ps1/noob_cleanse.ps1 | Removes IoTEnterpriseS “desk” live-session refusal and associated WhatIf check. |
| godbrain_core/reclaim11/ps1/nic_tune.ps1 | Removes IoTEnterpriseS “desk” gates and related WhatIf/restore refusal. |
| godbrain_core/reclaim11/ps1/latency_bake.ps1 | Sets SystemResponsiveness=10; adds High Performance offer + -SwitchHighPerformance behavior and manifest fields. |
| godbrain_core/reclaim11/ps1/killing_blows.ps1 | Removes IoTEnterpriseS “desk” refusal and related WhatIf check, retaining WinPE receipt gate. |
| godbrain_core/reclaim11/ps1/inventory.ps1 | Removes unused IoTEnterpriseS “desk” SKU probe helper. |
| godbrain_core/reclaim11/ps1/grim_reaper.ps1 | Removes IoTEnterpriseS “desk” refusal path, retaining WinPE receipt + WdFilter presence checks. |
| godbrain_core/reclaim11/brave-policy/SOURCE.txt | Removes “desk” wording from policy source notes. |
| godbrain_core/reclaim11/brave-policy/README.md | Removes “desk profile” wording from Shields section framing. |
| godbrain_core/reclaim11/brave-policy/lockdown.reg | Removes “desk” wording from Shields defaults comment. |
| docs/architecture/current.md | Updates architectural description to remove IoTEnterpriseS refusal and reflect WinPE receipt + “park driver” behavior. |
Review details
- Files reviewed: 17/17 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+38
to
+41
| Get-ChildItem -LiteralPath $root -Recurse -File | ForEach-Object { | ||
| if ($_.Extension -match '\.(jpg|png|exe|bin)$') { return } | ||
| $t = Get-Content -LiteralPath $_.FullName -Raw -Encoding UTF8 -ErrorAction SilentlyContinue | ||
| if ([string]::IsNullOrWhiteSpace($t)) { return } |
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.
Reclaim11 public kit:
SystemResponsiveness=10(0-9 clamp to 20). GUI asks before switching to High Performance.Test-Reclaim11.ps1runs on a VM only.v10 zip on the release already matches this tree (sha256 ae368959...).