How to disable CrossDeviceResume.exe?

Farhan

New Member
Messages
13
Reaction score
0
In version 26100.5061, I notice a new exe keep running in background.

C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\CrossDeviceResume.exe

Anyone know how to disable this? Renaming file gives an error on windows startup
 
File is in the "Windows Feature Experience Pack - Desktop" component.
Also remove 'Shared Experiences', those two should cover it.

Let me know if not, with a preset.
 
From Reddit:
Code:
vivetool.exe /disable /id:56517033

If you want to disable this feature automatically, add this reg file from NTLite's Registry screen:
Code:
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

sihost.exe apparently runs CrossDeviceResume.exe in the background, regardless of the CrossDeviceResume policy or settings.
 
If you want to disable this feature automatically, add this reg file from NTLite's Registry screen:

For anyone wanting a copy and paste here you go!

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
 
For anyone wanting a copy and paste here you go!
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.

I'm burnt out after the latest build so I won't test this, I need some time off from this, so I'm gonna stick to my solution until my next build, but I'm curious.
 
I run on the march 10 build and it worked for me. Try it never the less it can also work for you too.
 
I run on the march 10 build and it worked for me. Try it never the less it can also work for you too.
Thank you!

So tested this, couldn't resist. This is exactly what I have and CrossDeviceResume.exe indeed no longer runs on my current build. You're right. I must have missed something in my previous builds obviously, because it works now and I overlooked that fact. I'm sorry :oops: Please ignore me. Like I said, I really got tired of this, I've gone through too many builds in a single month just to get a handful of little things right.

[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

Screenie 2026-03-18 13.58.17.jpg
 
Last edited:
I've heard some users saying the trick doesn't work, but after trying again later, it works. Other users say it never works. /shrug
 
LTSC here, and irritating. Nothing gets rid of this garbage.
The above fix worked for me back in March with Windows 11 Pro 25H2. CrossDeviceResume doesn't run on my current build.

But... I just did a test build few days ago and this crap is back indeed, this fix no longer works. This problem comes and goes. Microslop must have changed something again. Annoying...

My previous solution was to use Process Lasso to terminate CrossDeviceResume.exe on sight. Once killed, it rarely comes back , unless you reboot. There is a free app Process Killer too, but it didn't work for me.
 
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.
 
Last edited:
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.
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.

Yeah, I wish I knew what triggered it too. Honestly though, I haven't done much "research" on this so far since my solutions worked so far. Deleting CrossDeviceResume.exe results in errors on boot, so "something" is looking for it.
 
Back
Top