Hello,
The DISM tool can sometimes appear to freeze or hang during the cleanup process. This can happen due to various reasons, like corrupted system files, issues with the tool itself, or even underlying hardware problems.
Check the DISM log: The DISM log file is located at C:\Windows\Logs\DISM\dism.log. This log may provide more details on why the process is stuck.
Run Check Disk: Run chkdsk /f /r from an elevated Command Prompt to check for hard drive issues.
Perform a System File Check: You mentioned you have run sfc /scannow, but it might be worth running it again after attempting the above methods.
Increased temporary files size: The increased size of temporary files might be due to the DISM operation, as it creates a backup of system files before making any changes.
Disk Cleanup: Use the built-in Disk Cleanup tool to remove system files that are no longer needed, including previous Windows installation files and system logs.
Manual cleanup: Be cautious with manually deleting files from C:\Windows\SoftwareDistribution, as this is where Windows stores update files. It’s generally safe to delete the contents of the Download folder within SoftwareDistribution
For IPF server issue:
Event Viewer Details: Take a closer look at the Event Viewer for the details about these errors. They might point you toward a specific service or application that’s having trouble starting up.
Clean Boot: Perform a clean boot to see if any third-party services are causing the issue.
Service Troubleshooting: Try to identify the service related to “IPF server” and consider if it’s essential for your system.
Best Regards,
Hania Lian
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.