Hi Steven Peterson,
A system that has already been in daily use should not normally return to the full setup (OOBE) flow. What you’re encountering is more consistent with a post‑update reconfiguration experience, where Windows may re‑present setup screens to complete or reapply device features such as account connection or backup. In this flow, accepting the prompts can unintentionally reconnect cloud services (like OneDrive) to the current profile.
To reduce recurrence and prevent impact to your local autologon account, you can apply the following targeted steps:
1, Disable future setup prompts
- Go to Settings > System > Notifications > Additional settings
- Turn off all options listed (including “Finish setting up this device”)
2, Suppress the “second OOBE” trigger Run as Administrator: reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\UserProfileEngagement /v ScoobeSystemSettingEnabled /t REG_DWORD /d 0 /f
3, Prevent OneDrive from attaching to the account Run: reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\OneDrive /v DisableFileSyncNGSC /t REG_DWORD /d 1 /f
Disclaimer: Generally, modifying registry subkeys or work group is intended for advanced users, administrators, and IT Professionals. It can help fix some problems, however, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For further protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click How to back up and restore the registry in Windows - Microsoft Support to view the article.
Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.