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 diff --git a/README.md b/README.md index 82b6cae..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 reach 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