Hi ericliu3000,
error code 0x8024001e usually indicates that the Windows Update service was unable to connect to Microsoft server. Try the following steps to resolve this issue:
- Check if your internet connection is working.
- Make sure the Windows Update service is running. You can press the Win+R key, type services.msc, and find the Windows Update service and make sure its status is "Running".
- Clear the Windows Update cache. You can press Win+R, type cmd, and run the command prompt as administrator. In the command prompt, enter the following command and press Enter: net stop wuauserv net stop cryptSvc net stop bits net stop msiserver ren C:WindowsSoftwareDistribution SoftwareDistribution.old ren C:WindowsSystem32catroot2 catroot2.old net start wuauserv net start cryptSvc net start bits net start msiserver
- Restart your computer and try to install the update again.
Hope it helps.
Regards,
Lei