I seem to be affected to. I have something what needs to be cleared; I don't have the registry key HKLM\SYSTEM\ControlSet001\Control\FeatureManagement\Overrides\14. The rest of this section of the overrides tree's are 0, 1, 15, 3, 4, 5, 8 and 9. So no 14.
TLDR I know. But I am going into the specifics. Not Interested? Skip to the bold part. This will fix the issue immediately.
Why do I see a difference? I have an NL-ISO of 25H2 installed, updated to 26200.7019. And I don't have this entry. I have installed the US-ISO 25H2 inside a VM and this installation (updated to 26200.7019) does not have this 14 also. (only 15 also) Where does this difference come from? In all clue's I see only 14 mentioned.
Diving deeper into the solution; I see a CFR RKey number linked to a ViVetool number in order to solve this issue;
CFR RKey number: 1318466191, ViVetool number: 57048231
CFR RKey number: 4188347533, ViVetool number: 49407484 (Requires 1318466191 to be "set" or "enabled" to work.
The CFR RKey number 1318466191 does not appear in the #14/15 Tree. It appears only in the ControlSet001 and CurrentControlSet other trees:
- ControlSet001\Control\FeatureManagement\Overrides\0\1318466191 (not very important entry; Enablestate=1, EnabledStateOption=0. Does not change before and after)
- ControlSet001\Control\FeatureManagement\Staged\10.0.26200.7019\Overrides\4\1318466191 (important entry)
- CurrentControlSet\Control\FeatureManagement\Overrides\0\1318466191 (not very important entry; Enablestate=1, EnabledStateOption=0. Does not change before and after)
- CurrentControlSet\Control\FeatureManagement\Staged\10.0.26200.7019\Overrides\4\1318466191 (important entry)
The next CFR Rkey is creepy. It is not present on my NL-ISO PC, but present on the US-ISO VM.
- ControlSet001\Control\FeatureManagement\Overrides\4\4188347533
- CurrentControlSet\Control\FeatureManagement\Overrides\4\4188347533
Rebooting: There lies the reason for a reboot; CurrentControlSet is aways the current one. ControlSet001 is the previous one, also called the Last Known Good Configuration boot option. At a reboot thing are taken over from ControlSet001 to CurrentControlSet. (CurrentControlSet is a symbolic link to ControlSet001. Some have also ControlSet002. The target here is CurrentControlSet) I think this is the reason why ViVetool must reboot to make the change possible. The CurrentControlSet setting can't be altered by a program because Windows is running. Changing the backup-set is the alternative. To get it current it must reboot.
My conclusion: Many things are vague and does not match what I see. So altering the registry is not a viable solution. The only thing what may solve the problem is using the ViVetool.
So; (Using ViVeTool-v0.3.4-IntelAmd.zip: Releases · thebookisclosed/ViVe)
Start a CMD-box as admin. Goto the dir where you unpacked the .zip file
ViVeTool.exe /enable /id:57048231
ViVeTool.exe /enable /id:49407484
Reboot.
After this reboot the problem on my VM seems to be solved. Can call the Taskmanager and closing it as much as I want; No ghost processes are left behind. My system with no 4188347533 entry? Despite no entry it does solve the problem as well. (Entry 4188347533 can now be found in the 8-tree.)
Looking at what had happend. It seems that it's taking a copy of CurrentControlSet\Control\FeatureManagement\Staged\10.0.26200.7019\Overrides\4\1318466191 to
CurrentControlSet\Control\FeatureManagement\Overrides\8\1318466191 and changes it's values EnabledState=0->2 and EnabledStateOptions=1->0.
This 8-tree is now populated with some ViVetool changes (1318466191 and 4188347533) and a menu change (menu category look; "# Simplify toggle on New Start Menu. ViVetool ID: 47205210 (CFR RKey: 3036241548)") I have enabled yesterday. It seems that 0-15 override system is a priority system where 0 is the lowest priority and 14/15 the highest. As already suggested by
uncyler825.
So to solve the issue on a safe manner: Use the ViVeTool! I am not familiar with (Who is?) this CFR system. So entering the wrong keys can have negative consequences of which we are not aware off. Or just wait until MS fixes this issue through an update. The second failure in a row.

Where are these canary, dev, beta channels else for? MS is getting sloppy and this is not very good news.