📎 AI Summary:
The thread discusses issues with updating Windows Server 2016 to install KB4025339, where the user experiences the update getting stuck during installation, with the process taking an extended period and high resource usage. The initial poster seeks advice on how to resolve the stuck update, while a respondent suggests allowing the update more time, as server updates can be lengthy, and recommends creating a log file if the problem persists. Overall, the discussion centers on troubleshooting update delays, emphasizing patience and diagnostic steps.

Calby

Active Member
Member details
Joined
Mar 27, 2017
Messages
100
Thread Author #1
Hi,
I did try to update kb4025339 under Windows Update but it just did get stuck on 5% on the prepering to install..
So I did download the file: windows10.0-kb4025339-x64_463d31d0ef8c18800ad5e5cc09927b263a99c352-msu and I did try to install it manuelly.

But now it has been stuck on:
Code:
Initializing installation... done!
Installing Security Update for Windows (KB4025339) (update 1 of 1)...

For about 30min, it has show some step forward in the progressbar but it not much and now it has been stuck on the same spot for about 30min.

The TiWorker.exe Windows Modules Installer Worker is using 12-15% of my CPU and 180MB of RAM.

How can I fix this? I'm running Windows Server 2016.
 

Solution
I'd let it run a lot longer than that. I've seen server updates take close to 2 hours to complete.

If it's still stuck after a few hours create and upload the Windows log

PowerShell Command
Get-WindowsUpdateLog -LogPath $env:userprofile\Desktop\wu.txt

Neemobeer

Windows Forum Team
Staff member
Member details
Joined
Jul 4, 2015
Messages
8,995
I'd let it run a lot longer than that. I've seen server updates take close to 2 hours to complete.

If it's still stuck after a few hours create and upload the Windows log

PowerShell Command
Get-WindowsUpdateLog -LogPath $env:userprofile\Desktop\wu.txt
 

Solution