Skip to content

πŸ› Bug: Windows Update Services auto-reactivate every 7 daysΒ #34

@sonnyxq

Description

@sonnyxq

Environment

Field Value
Tool Version v1.6.0 β€” Oct 12, 2025 Commit a02bbd4
OS Windows 11 25H2
OS Build 26200.6901
Windows Updates Never used β€” fully frozen system
.reg pause files Applied (paused until 2051)

Steps To Reproduce

After running wputility.bat β†’ Disable Updates (Option 1), all services are correctly disabled.
However, after exactly 7 days, the Update services silently reactivate on their own β€” without any user interaction.

Please refer to the attached video.

Observed symptoms after reactivation:

  • Taskbar notification: "Updates are ready to install"
  • Settings β†’ Windows Update shows the normal Update UI again (no longer showing "Something went wrong. Try to reopen Settings later.")

Recurrence pattern:

Occurrence Date
1st March 8, 2026
2nd March 15, 2026
3rd March 22, 2026

Interval is exactly 7 days β€” consistent and reproducible.


Minor: Build 26200 not recognized

The osCodenameBackup lookup ends at geq 26100 β†’ 24H2. Build 26200 (Windows 11 25H2) falls into this bucket incorrectly.

Suggested addition:

if %osBuild% geq 26200 (
    set "osCodenameBackup=25H2"
    set "osName=11"
) else if %osBuild% geq 26100 (
    ...

Version

v1.6.0

OS / Distro

Windows 11 Pro - 25H2 - 26200.6901

Priority

High

Logs

DxDiag.txt

Referenced Issues

Screenshots

explorer_vNxHyU98SD.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions