Introduction.
Recently a colleague escalated a MECM client issue to me. The attempted installation of the client, whether done by a manual install command line or via the client push installation method, would not complete. The following error was found in the ccmsetup.log file
Download Update: A recoverable error has occurred. A retry attempt will be made. Error: 0x80200010, Description There are currently no active network connections. Background Intelligent Transfer Service (BITS) will try again when an adapter is connected.
The installation did retry but never did complete. This was happening on a Windows Server 2022 instance, but it has also been reported on Windows 10 and Windows 11 instances.
Killing the Network Location Awareness Service (nlasvc) process worked for Mr Durning. This fix can be found at:
https://sccmnotes.wordpress.com/2025/08/08/ccmsetup-the-mysterious-case-of-error-0x80200010-there-are-currently-no-active-network-connections/
Providing a Default Gateway address in the NIC's TCP4 properties tab worked for Mr Desai. This fix can be found at:
https://www.prajwaldesai.com/sccm-client-agent-install-error-0x80200010/
Neither of these fixes worked or were relevant for the case presented to me. I had to dig a little deeper.
Fix 1 - Install without using BITS.
One workaround was to install the client manually by using the /SOURCE parameter. With this method the installation will copy the MECM client files locally into the c:\windows\ccmsetup directory without using BITS. Here are the required steps:
1) On the machine with the issue create a directory on the c: drive called client.
2) Copy the MECM client source files into this directory. The MECM source files can be found in the Microsoft Configuration Manager directory on the primary site - in my installation this is at: C:\Program Files\Microsoft Configuration Manager\Client.
3) On the machine with the issue, open a command prompt with Administrator permissions and navigate to the c:\client directory.
Conclusion
I hope you have enjoyed this little blog and I hope it has saved you hours of troubleshooting your mysterious 0x80200010 MECM client installation problem.




