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


Messages In This Thread
RE: Failed to clone (System API error 0x00B4001500000000) - by admin - Yesterday, 08:57 PM

Forum Jump:


Users browsing this thread: 4 Guest(s)