How to fix Windows Update error Your version of Windows has reached end of service

Table of Contents

Case #

When trying to apply Windows Updates to your Windows machine, you encounter the following error message thrown by Windows Update: "Your version of Windows has reached end of service. We recommend you update to the most recent version of Windows 10 to get the latest features and security improvements." This KB article provides guidance on how to fix Windows Update error Your version of Windows has reached end of service.

Solution #

Follow the steps below to resolve the above issue.

  • Create αν inventory of all your domain or workgroup computers (servers, workstations) by running the following Powershell cmdlet
#Check if computer(s) member of domain or workgroup
(Get-WmiObject -Class Win32_ComputerSystem).PartOfDomain
(Get-WmiObject -Class Win32_ComputerSystem).Workgroup

Get-AdComputer -filter * -Properties * | Select Name, OperatingSystemVersion | Sort-Object OperatingSystemVersion
Get-ComputerInfo
How to fix Windows Update error Your version of Windows has reached end of service
How to fix Windows Update error Your version of Windows has reached end of service
How to fix Windows Update error Your version of Windows has reached end of service

Powered by BetterDocs