Thanks!! I tried it, but it doesnt helpTry running the same PowerShell script from this thread:
https://www.ntlite.com/community/in...ve-windows-backup-app-sandbox.4775/post-53091
vivetool.exe /disable /id:56517033
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\System\ControlSet001\Control\FeatureManagement\Overrides\8\1387020943]
"EnabledStateOptions"=dword:00000000
"EnabledState"=dword:00000001
"Variant"=dword:00000000
"VariantPayload"=dword:00000000
"VariantPayloadKind"=dword:00000000
If you want to disable this feature automatically, add this reg file from NTLite's Registry screen:
reg add HKEY_LOCAL_MACHINE\System\ControlSet001\Control\FeatureManagement\Overrides\8\1387020943 /v EnabledStateOptions /t REG_DWORD /d 0
reg add HKEY_LOCAL_MACHINE\System\ControlSet001\Control\FeatureManagement\Overrides\8\1387020943 /v EnabledState/t REG_DWORD /d 1
reg add HKEY_LOCAL_MACHINE\System\ControlSet001\Control\FeatureManagement\Overrides\8\1387020943 /v Variant/t REG_DWORD /d 0
reg add HKEY_LOCAL_MACHINE\System\ControlSet001\Control\FeatureManagement\Overrides\8\1387020943 /v VariantPayload/t REG_DWORD /d 0
reg add HKEY_LOCAL_MACHINE\System\ControlSet001\Control\FeatureManagement\Overrides\8\1387020943 /v VariantPayloadKind/t REG_DWORD /d 0
Have you tested this with the latest cumulative update (March 10th)? It changed something. I was able to remove CrossDeviceResume before somehow but I can't since this update, CrossDeviceResume.exe runs in the background again regardless of any registry hacks. My solution is to kill it with ProcessKiller. It only spawns after a reboot and few times per day, as far as I can see, so that works for me.For anyone wanting a copy and paste here you go!
Thank you!I run on the march 10 build and it worked for me. Try it never the less it can also work for you too.
[HKEY_LOCAL_MACHINE\System\ControlSet001\Control\FeatureManagement\Overrides\8\1387020943]"EnabledStateOptions"=dword:00000000"EnabledState"=dword:00000001"Variant"=dword:00000000"VariantPayload"=dword:00000000"VariantPayloadKind"=dword:00000000
So maybe I'm not crazy or tired after all? I think it didn't work like last week, but it works now. Oh wellI've heard some users saying the trick doesn't work, but after trying again later, it works. Other users say it never works. /shrug
Lucky youI'm on W7 SP1. None of this annoys me.![]()
The above fix worked for me back in March with Windows 11 Pro 25H2. CrossDeviceResume doesn't run on my current build.LTSC here, and irritating. Nothing gets rid of this garbage.
Keep an eye on PL log window, it logs process terminations too, so you will see how often this happens. But from what I remember it only happened few times per day, so that's fine. Though, this might have changed too. Even every 5 minutes won't be a problem.This thing is strange. If you view task manager, and just watch, it pops in and out. Doesn't seem to run constant? It just pops up to see if you are doing OK?, lol, then disappears again? No way to rename, nor delete this crap either, even in 'safe mode'.
Own PL Pro, and it works, but it will return within 5 mins. Something else is triggering it.