Windows Update, DISM, ... issues

Started by Ozone, September 12, 2019, 05:33:37 PM

Previous topic - Next topic

Ozone

Hi long time no see.

Recently I have some issues when ReHIPS is running.
I could not install Windows Updates (error 0x800f0922).
I could not change Windows Features.
Running command "dism /online /cleanup-image /restorehealth" will end with error:
"The handle has been invalidated by a transaction. The most likely cause is the presence of memory mapping on a file or an open handle when the transaction ended or rolled back to savepoint."

Stopping the ReHIPS driver solves these issues.

related
https://www.tenforums.com/performance-maintenance/136426-dism-exe-cannot-restore-health-open-handle.html


fixer

Thanks for the report. Yeah, looks like sometimes they started to use transactions or something. As it doesn't happen on all PCs. Investigating the issue...

fixer

Some troubleshooting steps.

Try to do the following:
1. Disable ReHIPS from Control Center. Make sure Lock-Down Mode is disabled in Settings->Protection.
2. If the issue is still there, stop ReHIPS Service by opening cmd and executing "net stop ReHIPSService".
3. If the issue is still there, stop ReHIPS driver by opening cmd and executing "net stop ReHIPSSrvc".
These 3 steps from lightest to hardest should stop ReHIPS completely. And let me know which of the steps helped.

Thank you for your help.

Ozone

As I said only stopping the ReHIPS driver solves these issues.

fixer