A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
Hi @Ray,
Thank you for the additional information.
Could you please let me know if the general guidance provided above was helpful in resolving your issue? If not, please try the following steps that are more aligned with the error code “E000006B blg51” you reported:
Method A: Remove non‑essential software and disable startup items
- Uninstall any third‑party antivirus, firewall, or system optimization software.
- Press Windows logo key + R, type msconfig, and press Enter.
- Go to Services > check Hide all Microsoft services > select Disable all.
- Open Task Manager, go to the Startup tab, and disable all startup items.
- Restart your device.
Method B: Troubleshoot your network
1/ Change network connection settings
- If you’re using a VPN or third‑party firewall, disconnect or uninstall it.
- Press Windows logo key + X, then select Windows PowerShell (Administrator).
- Enter the following command:
netsh winsock reset - Restart your device.
- Open Internet Explorer > Settings > Internet Options > Advanced.
- Ensure the following are checked:
- Use SSL 3.0
- Use TLS 1.0
- Use TLS 1.1
- Use TLS 1.2
- Restart your device again and check if the issue persists.
2/ Network reset
- Go to Start > Settings > Network & Internet > Status > Network Reset.
- Select Reset now > Yes.
- You'll get a warning before the computer reboots, giving you time to save your work and close applications.
Method C: Reset key Windows Update services
- Open the Start menu, type cmd, right‑click Command Prompt, and select Run as administrator.
- Enter the following commands one by one:
SC config wuauserv start= auto, press enter
SC config bits start= auto, press enter
SC config cryptsvc start= auto, press enter
SC config trustedinstaller start= auto , press enter
SC config wuauserv type=share , press enter
- Retry the update. If the error is still reported, please enter the following command in order:
net stop wuauserv, press enter
net stop cryptSvc, press enter
net stop bits, press enter
net stop msiserver, press enter
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old, press enter
ren C:\Windows\System32\catroot2 Catroot2.old, press enter
net start wuauserv, press enter
net start cryptSvc, press enter
net start bits, press enter
net start msiserver, press enter
netsh winsock reset, press enter
- Restart your computer and try updating the system again.
- If the problem persists, download and run Microsoft's official Microsoft Fix it repair tool: https://aka.ms/wudiag
- If you need a live session to support you through these steps, you can consider reaching out to your IT admin and ask them to use their admin credentials to submit a support request through the Microsoft 365 Admin Center.
I hope this information is helpful. Please follow the steps above and let me know if it works for you. If not, we can continue working together to resolve the issue.
Thank you for your patience and understanding. If you have any questions or need additional assistance, please don’t hesitate to reach out so I can continue to support you. If you found the response useful, please consider marking it as accepted, as this may help other community members who are looking for similar guidance.
I look forward to continuing the conversation.
Note: Follow the steps in our documentation to enable email notifications if you want to receive email notifications related to this topic.