Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Failed to clone (System API error 0x00B4001500000000)
#1
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


Attached Files
.zip   disk-clone-log-20241128114120.zip (Size: 12.23 KB / Downloads: 1)
Reply
#2
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.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)