Skip to content

Drop SKU refuse; bake SystemResponsiveness=10 - #110

Merged
usrname1git merged 1 commit into
mainfrom
reclaim11-public-kit
Sep 6, 2026
Merged

Drop SKU refuse; bake SystemResponsiveness=10#110
usrname1git merged 1 commit into
mainfrom
reclaim11-public-kit

Conversation

@usrname1git

Copy link
Copy Markdown
Owner

Reclaim11 public kit:

  • Do not refuse IoTEnterpriseS. IoT SKUs get the same cleanse and latency bake. Killing blows / Grim Reaper still need a WinPE receipt and WdFilter parked.
  • Do not name a host in the kit (no desk / M1ABRAMS copy).
  • Latency bake SystemResponsiveness=10 (0-9 clamp to 20). GUI asks before switching to High Performance.
  • Test-Reclaim11.ps1 runs on a VM only.

v10 zip on the release already matches this tree (sha256 ae368959...).

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.
Copilot AI lite review requested due to automatic review settings September 6, 2026 07:18
@usrname1git
usrname1git merged commit afcb90a into main Sep 6, 2026
@usrname1git
usrname1git deleted the reclaim11-public-kit branch September 6, 2026 07:18

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 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_id preservation.
  • Changes latency bake to SystemResponsiveness=10 and adds an explicit High Performance opt-in (-SwitchHighPerformance / GUI prompt).
  • Tightens Test-Reclaim11.ps1 to 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 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants