Hi,
Please try to boot your computer with CD then try to remove "install pending" updates using DISM command .
The following article mentioned DISM command details :
https://docs.microsoft.com/pl-pl/windows-server/administration/windows-server-update-services/deploy/monthly-delta-update-isv-support-without-WSUS?f=255&MSPPError=-2147217396
Actually ,to find the package name , you do not need to save DISM command output to txt file if you know the accurate update which causes that problem .
I assume the OS drive is D: , DISM command would be (14393.1944 is the corresponding build num of KB4053579 . please check: https://support.microsoft.com/en-us/help/4000825):
dism /image:d:\ /get-packages | findstr /i "14393.1944"
Note , when you boot from CD , the system drive might not be "C:" .
To find the accurate system drive , you may switch drive letter and use dir command to see if that drive is a system drive :

Hope it is useful to you .
Best Regards,
Elton
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com.