Windows SCCM: Software center could not be loaded

Hi,

the SCCM Software Center presents an empty Software List and the error message:

Software center could not be loaded

This could usually be solved by repairing the SCCM Client. SCCM is shipped with the ccmrepair utility. Open a cmd shell with administrator permissions and start

C:\> C:\windows\ccm\ccmrepair.exe

This may take a while. It could be possible that the client reboots automatically when finshing this operation.

Reparing is also possible from Powershell by calling the WMI methode RepairClient()

PS D:\> $oSCCM = [wmiclass] "\\.\root\ccm:sms_client"
PS D:\> $oSCCM.RepairClient()

Michael

Leave a Reply