WalterGoodman
Member
- Joined
- Oct 17, 2025
- Messages
- 6
- Thread Author
-
- #1
Basically it just loads I've done everything I can following tutorials positing it on windows help forum deleting all vpn, firewall, and that good stuff. It just loads and I cant do anything about it. If anyone has any idea whats going on please let me know. This issue has been bugging me for the past 3 weeks.
- Joined
- Mar 14, 2023
- Messages
- 100,284
Thanks — I hear you. Since this has been stuck for three weeks and you’ve already tried VPN/firewall removals and the usual tutorials, let’s move to a focused set of diagnostics and a few stronger fixes. I’ll keep it step‑by‑step so you can try one thing at a time and paste results back here.
First — the 2 quick things I need right away
A — Very quick checks (if you haven’t already)
Open an elevated Command Prompt and run these (paste any errors you see):
First — the 2 quick things I need right away
- Run winver (press Windows+R, type winver, Enter) and paste the exact text it shows (Windows edition and build).
- Is this a personal/home PC or a corporate/managed device (domain, Intune, or company image)? Also tell me whether you have an ESU product key (yes / no / don’t know).
A — Very quick checks (if you haven’t already)
- Confirm system date/time is correct and synced (clock in taskbar).
- Sign out of your account and sign back in (or reboot).
- Try enrolling using a different local admin user (create one temporarily: Settings > Accounts > Family & other users > Add someone else to this PC, make admin). Does the dialog still hang?
- Open Settings > Accounts > Access work or school — do you see any errors there?
- If you can open Settings normally: Settings > Apps > Apps & features > find “Settings” (or “Windows Settings”), click it > Advanced options > Reset. Then try the enrollment again.
- If Settings won’t let you reset, run an elevated PowerShell to re-register the Settings package:
- Open PowerShell as Administrator.
- Run:
powershell -Command "Get-AppxPackage immersivecontrolpanel | % { Add-AppxPackage -DisableDevelopmentMode -Register \"$($_.InstallLocation)\AppXManifest.xml\" }" - Reboot and try again.
Note: that command is safe but if you’re uncomfortable I can walk you through making a restore point first.
- Press Windows+R → msconfig → on the Services tab check “Hide all Microsoft services” → click Disable all.
- On Startup open Task Manager and disable non‑Microsoft startup items.
- Reboot and try the enrollment again. If it works, re-enable services/startup items in groups to find the culprit.
Open an elevated Command Prompt and run these (paste any errors you see):
- net stop wuauserv
- net stop bits
- net stop cryptsvc
- netsh winsock reset
- ipconfig /flushdns
- w32tm /resync
- net start cryptsvc
- net start bits
- net start wuauserv
Reboot and try the enrollment.
- In an elevated PowerShell run:
Get-WindowsUpdateLog -LogPath C:\Temp\WindowsUpdate.log
Attach C:\Temp\WindowsUpdate.log here (or paste the final ~100 lines). - Open Event Viewer and navigate to:
Applications and Services Logs → Microsoft → Windows → WindowsUpdateClient → Operational
Export or copy any errors that appear around the time you tried to enroll. Also check System and Application for errors at that time. Paste the Event IDs/messages. - Run these and paste outputs (in an elevated CMD):
sc query wuauserv
sc query bits
sc query wuasvc
(these show whether the services are running and their state)
- ESU enrollment sometimes stalls if prerequisites (specific KB updates/SSU or a product key) are missing or if the device is not eligible. If you do have an ESU MAK key and this is an unmanaged device, tell me and I’ll give the exact slmgr / other commands to apply it. If the device is managed by IT, your org may need to complete enrollment (Intune or portal).
- We can run Process Monitor (Procmon) while you reproduce the hang to capture which process or registry call is waiting. This gives a smoking‑gun but produces a large capture — I’ll guide you if you want to do this.
- The winver text (exact edition + build).
- Whether PC is managed and whether you have an ESU key.
- Results of the Settings reset attempt and whether a new admin account reproduces the problem.
- The WindowsUpdate.log (or last 100 lines) and any Event Viewer error IDs/messages.
- Outputs of sc query commands above.
WalterGoodman
Member
- Joined
- Oct 17, 2025
- Messages
- 6
- Thread Author
-
- #3
A - 4 View attachment 111339Thanks — I hear you. Since this has been stuck for three weeks and you’ve already tried VPN/firewall removals and the usual tutorials, let’s move to a focused set of diagnostics and a few stronger fixes. I’ll keep it step‑by‑step so you can try one thing at a time and paste results back here.
First — the 2 quick things I need right away
Then try these steps in order:
- Run winver (press Windows+R, type winver, Enter) and paste the exact text it shows (Windows edition and build).
- Is this a personal/home PC or a corporate/managed device (domain, Intune, or company image)? Also tell me whether you have an ESU product key (yes / no / don’t know).
A — Very quick checks (if you haven’t already)
B — Reset the Settings app (safe, often fixes hung Settings dialogs)
- Confirm system date/time is correct and synced (clock in taskbar).
- Sign out of your account and sign back in (or reboot).
- Try enrolling using a different local admin user (create one temporarily: Settings > Accounts > Family & other users > Add someone else to this PC, make admin). Does the dialog still hang?
- Open Settings > Accounts > Access work or school — do you see any errors there?
C — Clean boot (rules out conflicting apps/services)
- If you can open Settings normally: Settings > Apps > Apps & features > find “Settings” (or “Windows Settings”), click it > Advanced options > Reset. Then try the enrollment again.
- If Settings won’t let you reset, run an elevated PowerShell to re-register the Settings package:
- Open PowerShell as Administrator.
- Run:
powershell -Command "Get-AppxPackage immersivecontrolpanel | % { Add-AppxPackage -DisableDevelopmentMode -Register \"$($_.InstallLocation)\AppXManifest.xml\" }"- Reboot and try again.
Note: that command is safe but if you’re uncomfortable I can walk you through making a restore point first.
D — Network / time / service resets (common causes)
- Press Windows+R → msconfig → on the Services tab check “Hide all Microsoft services” → click Disable all.
- On Startup open Task Manager and disable non‑Microsoft startup items.
- Reboot and try the enrollment again. If it works, re-enable services/startup items in groups to find the culprit.
Open an elevated Command Prompt and run these (paste any errors you see):
E — Collect the logs we need to debug (if it still hangs)
- net stop wuauserv
- net stop bits
- net stop cryptsvc
- netsh winsock reset
- ipconfig /flushdns
- w32tm /resync
- net start cryptsvc
- net start bits
- net start wuauserv
Reboot and try the enrollment.
F — If this is an ESU licensing/activation issue
- In an elevated PowerShell run:
Get-WindowsUpdateLog -LogPath C:\Temp\WindowsUpdate.log
Attach C:\Temp\WindowsUpdate.log here (or paste the final ~100 lines).- Open Event Viewer and navigate to:
Applications and Services Logs → Microsoft → Windows → WindowsUpdateClient → Operational
Export or copy any errors that appear around the time you tried to enroll. Also check System and Application for errors at that time. Paste the Event IDs/messages.- Run these and paste outputs (in an elevated CMD):
sc query wuauserv
sc query bits
sc query wuasvc
(these show whether the services are running and their state)
G — If you want deeper tracing (only if comfortable)
- ESU enrollment sometimes stalls if prerequisites (specific KB updates/SSU or a product key) are missing or if the device is not eligible. If you do have an ESU MAK key and this is an unmanaged device, tell me and I’ll give the exact slmgr / other commands to apply it. If the device is managed by IT, your org may need to complete enrollment (Intune or portal).
What to post back here
- We can run Process Monitor (Procmon) while you reproduce the hang to capture which process or registry call is waiting. This gives a smoking‑gun but produces a large capture — I’ll guide you if you want to do this.
If you prefer I can give a compressed checklist you can run start‑to‑finish and paste one combined log file (WindowsUpdate.log + Event Viewer exports). Tell me which you prefer and I’ll post that exact checklist/commands.
- The winver text (exact edition + build).
- Whether PC is managed and whether you have an ESU key.
- Results of the Settings reset attempt and whether a new admin account reproduces the problem.
- The WindowsUpdate.log (or last 100 lines) and any Event Viewer error IDs/messages.
- Outputs of sc query commands above.
I got that error I followed every instruction
B - I dont want to reset my settings
C - did not work I had to restart by laptop 3 times
D- I was in cmd adminsitrator mode there was a error attached photoView attachment 111344
- Joined
- Mar 14, 2023
- Messages
- 100,284
Thanks — that helps. I know this has been painful; let’s focus and get the exact facts so we can zero in.
A few quick clarifications I need first
Step 1 — Restart the Settings process (quick, no resets)
Open an elevated Command Prompt and run (copy/paste the entire output here):
In an elevated Command Prompt or PowerShell run these two commands (they may take a while). Paste any errors if they appear:
The ESU enrollment UI in Settings uses an embedded web control (WebView2). If WebView2 is broken the dialog can hang on the spinner. Please check if "Microsoft Edge WebView2 Runtime" is installed (Settings → Apps → Apps & features, search WebView2). If it’s present, try to Repair or Uninstall→Reinstall it. If you’re comfortable, reinstall the Evergreen WebView2 runtime from Microsoft and then reboot (I can show the exact installer command if you want). If you prefer a command:
Bottom line / next things for you to post here
A few quick clarifications I need first
- Please run winver (Windows+R → winver → Enter) and paste the full text it shows (Windows edition and build).
- Is this a personal/home PC or managed by an organization (domain/Intune)?
- You mentioned an error from the elevated CMD — please paste the exact text of that error (or re-run the commands and copy the output). Screenshots are OK, but plain text is much faster for diagnosis.
Step 1 — Restart the Settings process (quick, no resets)
- Open Task Manager (Ctrl+Shift+Esc).
- Find SystemSettings.exe (or “Settings”), select it and click End task.
- Press Windows key, type settings, open Settings and try the ESU enrollment again.
Tell me whether it still hangs.
Open an elevated Command Prompt and run (copy/paste the entire output here):
- sc query wuauserv
- sc query bits
- sc query cryptsvc
- net start wuauserv
(If any command shows an ERROR or other message, paste it exactly.
In an elevated Command Prompt or PowerShell run these two commands (they may take a while). Paste any errors if they appear:
- DISM /Online /Cleanup-Image /RestoreHealth
- sfc /scannow
Reboot and try Settings again.
The ESU enrollment UI in Settings uses an embedded web control (WebView2). If WebView2 is broken the dialog can hang on the spinner. Please check if "Microsoft Edge WebView2 Runtime" is installed (Settings → Apps → Apps & features, search WebView2). If it’s present, try to Repair or Uninstall→Reinstall it. If you’re comfortable, reinstall the Evergreen WebView2 runtime from Microsoft and then reboot (I can show the exact installer command if you want). If you prefer a command:
- If you have winget available, try (in admin PowerShell):
winget install --id=Microsoft.WebView2Runtime -e
Then reboot and retry the enrollment.
- Open elevated PowerShell and run:
Get-WindowsUpdateLog -LogPath C:\Temp\WindowsUpdate.log
Then attach or paste the last ~100 lines from C:\Temp\WindowsUpdate.log. - In Event Viewer go to:
Applications and Services Logs → Microsoft → Windows → WindowsUpdateClient → Operational
and copy any Error/Warning entries that match the time you attempted the enrollment. Also check System and Application logs around that time. Paste the Event IDs/messages here.
Bottom line / next things for you to post here
- winver text (exact edition + build).
- Whether PC is managed.
- Exact text output of the CMD error you mentioned (or re-run and paste).
- Results of sc query commands and whether sfc / DISM found/fixed anything.
- Whether WebView2 is installed and whether reinstall/repair changed behavior.
- WindowsUpdate.log last ~100 lines and any Event Viewer error IDs/messages (if the problem persists).
Your “Just a moment…” issue is usually due to a broken WebView2 runtime. Check if it’s installed, repair or reinstall it, or run in admin PowerShell:
winget install --id=Microsoft.WebView2Runtime -e
Then reboot and try enrollment. Also run DISM /Online /Cleanup-Image /RestoreHealth and sfc /scannow to fix system files.
winget install --id=Microsoft.WebView2Runtime -e
Then reboot and try enrollment. Also run DISM /Online /Cleanup-Image /RestoreHealth and sfc /scannow to fix system files.
- Joined
- Mar 14, 2023
- Messages
- 100,284
WebView2 can absolutely be the cause of a “Just a moment…” loop in Windows 10 flows that embed modern web UI (including some “enrollment”/sign-in dialogs). Your suggestion is reasonable — I’d just tighten it into a more reliable checklist and add two common missing pieces: repairing the existing runtime and clearing the WebView2 user cache.
Notes:
Reboot and try the enrollment again.
Reboot afterward.
Reply with:
1) Confirm / Repair WebView2 Runtime (preferred first)
- Settings → Apps → Apps & features
- Find Microsoft Edge WebView2 Runtime
- Click it → Modify (or Advanced options) → Repair
2) Install WebView2 Runtime (Winget)
In Windows Terminal / PowerShell (Admin):winget install --id Microsoft.EdgeWebView2Runtime -eNotes:
- If
wingetisn’t recognized, the machine likely lacks App Installer (or it’s blocked). In that case you’ll need to install WebView2 via Microsoft’s standalone installer.
3) Clear WebView2 cache (often fixes “Just a moment…”)
Close Edge + any apps that might be using WebView2 (Teams, Widgets, etc., then:- Press Win + R
- Paste:
%LOCALAPPDATA%\Microsoft\- Rename (or delete) this folder if present:
EdgeWebViewReboot and try the enrollment again.
4) Repair system image + system files (good supporting step)
Run these in Command Prompt (Admin):
Code:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
5) If it still hangs: we need the exact place it happens
“Just a moment…” can also be caused by account-token (WAM) or “work/school” enrollment issues, proxy/TLS interception, or damaged Windows Update components.Reply with:
- Where exactly you see “Just a moment…” (Settings path / screenshot description)
- Your Windows 10 version (
winver) - Whether this is Microsoft Account sign-in, Access work or school, Intune enrollment, or Windows Update/ESU enrollment
- Any error code in Windows Security / Settings / Event Viewer
Similar threads
- Article
- Replies
- 0
- Views
- 37
- Article
- Replies
- 0
- Views
- 2K
- Article
- Replies
- 0
- Views
- 236
- Article
- Replies
- 0
- Views
- 554
- Article
- Replies
- 0
- Views
- 2K