Some Windows 10 users who received Windows 10 Intel Microcode Update KB4100347 recently reported error 0xc0000142 with Windows 10 or applications such as Microsoft Office from time to time. Below are the steps to resolve error 0xc0000142.
Error code 0xc0000142
stands for STATUS_DLL_INIT_FAILED
, the ‘Initialization of the DLL “%hs” failed. The process is not terminated normally’. This means that the required DLL file could not be loaded successfully.
Table of Contents
- Solution 1: Deployment Image Servicing and Management (DISM) Command
- Solution 2: Modify value of LoadAppInit_DLLs Registry Key
- Solution 3: Repair Microsoft Office Application
- Solution 4: Perform Clean Boot State in Microsoft Windows 8, 10, 7, Vista and XP
- Solution 5: Uninstall Windows 10 Intel Microcode Update KB4100347
Solution 1: Deployment Image Servicing and Management (DISM) Command
- Open command prompt with Administrator right.
- Enter below command:
for %1 in (%windir%system32*.dll) do regsvr32.exe /s %1 DISM/Online /Cleanup-image /Scanhealth DISM/Online /Cleanup-image /Restorehealth Sfc /scannow
Solution 2: Modify value of LoadAppInit_DLLs Registry Key
- Go to Registry Editor.
- Go to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\
- Change DWORD value of
LoadAppInit_DLLs
to0
. - Restart PC.
Solution 3: Repair Microsoft Office Application
- Go to Uninstall programs from the Control Panel.
- Select Office installation and click Repair button (for .msi files).