Hasleo Software Forums
Failed to clone (System API error 0x00B4001500000000) - Printable Version

+- Hasleo Software Forums (https://www.easyuefi.com/forums)
+-- Forum: Hasleo Software (formerly called EasyUEFI Development Team) (https://www.easyuefi.com/forums/forumdisplay.php?fid=1)
+--- Forum: Hasleo Disk Clone (Free Windows Migration and Disk/Partition Cloning Software) (https://www.easyuefi.com/forums/forumdisplay.php?fid=9)
+--- Thread: Failed to clone (System API error 0x00B4001500000000) (/showthread.php?tid=2196)



Failed to clone (System API error 0x00B4001500000000) - lwgl - 11-28-2024

Hello,
I want to clone my system SSD (256GB) to a new empty SSD (1TB) but after starting the cloning it fails instantly with the API Error 0x00B4001500000000.

I attached the exported log files. 


Any help will be highly appreciated!  Angel


RE: Failed to clone (System API error 0x00B4001500000000) - admin - 11-28-2024

It seems that the WMI repository in your Windows is corrupted, please run the following command in a cmd.exe running with administrator privileges to fix it.

net stop winmgmt /y
c:
cd %systemroot%\system32\wbem
rd /S /Q repository
regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll
mofcomp cimwin32.mof
mofcomp cimwin32.mfl
mofcomp rsop.mof
mofcomp rsop.mfl
for /f %s in ('dir /b /s *.dll') do regsvr32 /s %s
for /f %s in ('dir /b *.mof') do mofcomp %s
for /f %s in ('dir /b *.mfl') do mofcomp %s
cd %programfiles%\citrix\system32\citrix\wmi
for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s
net start winmgmt


Reboot the machine and try again. If an error occurs while resetting, try several more times. Please let us know the result, thanks.