Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
1,070 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have two new win10 clients that are having a problem with installing the update upon console login. Runnsing SCCM Version 2303
Internal Error 25001 80070643
A google search doesn't turn up anything helpful. These are fresh win10 installs with (at the time) no GPO stuff interfering.
Hi,
Error 25001 with code 80070643 typically indicates an issue during the installation process, and it seems to be related to Windows Update. There are a few troubleshooting steps you can try to resolve this problem:
Windows + R
to open the Run dialog box.services.msc
and hit Enter to open the Services console.Windows + I
to open the Settings app.Update & Security > Troubleshoot
.ConfigMgrClient.log
located in C:\Windows\CCM\Logs
using a text editor.arduinoCopy code
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver