Hello Error 1083 usually means the Windows Update service configuration is incorrect or the service registration is damaged.
Please try resetting the Windows Update service registration:
- Open Command Prompt as administrator.
- Run these commands:
sc config wuauserv type= share
sc config wuauserv binPath= "C:\Windows\system32\svchost.exe -k netsvcs -p"
- Restart your computer and try starting the Windows Update service again.
If the issue remains, please run:
reg query "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv"
and share the result, especially the ImagePath value. This will confirm whether the Windows Update service entry is corrupted.