From 08d4fdcec6b739775928ad525fd78cab9b68a81f Mon Sep 17 00:00:00 2001 From: "Sten T." <102481635+Stensel8@users.noreply.github.com> Date: Wed, 2 Sep 2026 10:45:27 +0200 Subject: [PATCH 1/3] Update README for clarity on local account creation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82b6cae..13cc977 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Since March 2025, Microsoft's `oobe\bypassnro` command has been removed from Win The **BypassNRO method in this project still works** because it uses Sysprep with a custom unattend.xml. This approach remains functional for now, because unattend.xml is part of Windows' official enterprise deployment tools and cannot easily be blocked by Microsoft without breaking enterprise scenarios. -Rufus, and on Pro/Enterprise "Set up for work or school" > "Sign-in options" > "Domain join instead", also still reach a local account. +Rufus, and on Pro/Enterprise "Set up for work or school" > "Sign-in options" > "Domain join instead", also still has the ability to create a local account. **Timeline:** - Removal of `oobe\bypassnro`: March 2025 From 92a6072b5c11d1bf24e644defa0550880afb5c86 Mon Sep 17 00:00:00 2001 From: Stensel8 <102481635+Stensel8@users.noreply.github.com> Date: Wed, 2 Sep 2026 10:48:06 +0200 Subject: [PATCH 2/3] chore: remove pr-title workflow Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- .github/workflows/pr-title.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/pr-title.yml diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml deleted file mode 100644 index 7daa4bb..0000000 --- a/.github/workflows/pr-title.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: PR title - -on: - pull_request: - types: [opened, reopened, edited, synchronize] - -permissions: {} - -jobs: - check: - name: Check PR title - runs-on: ubuntu-latest - steps: - - name: Check title contains issue reference - if: ${{ !contains(github.event.pull_request.title, '#') }} - run: | - echo "::error title=PR title must contain issue number (e.g., '#123')::PR title must reference an issue" - exit 1 From eabca49e620174e57e587ab57245283ca7994e9e Mon Sep 17 00:00:00 2001 From: "Sten T." <102481635+Stensel8@users.noreply.github.com> Date: Wed, 2 Sep 2026 10:48:17 +0200 Subject: [PATCH 3/3] chore: rewrite sentence in docs. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13cc977..6a62199 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Since March 2025, Microsoft's `oobe\bypassnro` command has been removed from Win The **BypassNRO method in this project still works** because it uses Sysprep with a custom unattend.xml. This approach remains functional for now, because unattend.xml is part of Windows' official enterprise deployment tools and cannot easily be blocked by Microsoft without breaking enterprise scenarios. -Rufus, and on Pro/Enterprise "Set up for work or school" > "Sign-in options" > "Domain join instead", also still has the ability to create a local account. +Rufus, and on Pro/Enterprise "Set up for work or school" > "Sign-in options" > "Domain join instead", can still be used to create a local account. **Timeline:** - Removal of `oobe\bypassnro`: March 2025