TESTEDThis is more of an accounting trick for Windows resources. Think of svchost.exe as a process "chaperone" who's been tasked with starting up child processes (Services), and watching if they need to be restarted on exit. Each svchost is assigned a certain number of services in their pool.
If one svchost goes down, it messes life up for the child processes assigned to its pool. This can happen when one or more children are misbehaving and causing high memory consumption. To lower the risk of crashes, Windows can rebalance the svchost's and assign less processes to each host.
A side benefit is it's now far easier to examine how memory is consumed from Task Manager. Having one process per host means you can see what this one process is consuming, versus reporting what the combined set of processes is consuming.
There is no change to how the running child processes are handled. It's just better internal management on the Windows side. You will have MORE svchost's, but since they function as watcher processes – their increased footprint is negligible.
The primary driver for this feature is system stability and security (better process isolation). It's not to make Windows run faster on less memory. Otherwise it be automatically done as a feature on Enterprise or Server editions.
Memory Integrity if I remember correctly was the only thing that gave me a benefit. Awhile ago I tested it on different systems and it only had a good effect on ddr3 memory and not anything above.as expected. Process Explorer will show what process/processes are running on each instance.
A lot of things are placebo unfortunately. Also fudged numbers...it's hard to distinguish what's true and what's not anymoreprolly improvements in ddr4+ jedec specs and or memory controllers. im still on 2400 and 2666 ddr4, no visible issues here.
You might have some room for improvement on your ddr4 sticks if they are decent. Got my ddr3 2133 to 2450's and incredible timing especially secondary ones.trust your own eyes.
I am a memory snob more then anything else. Me likey tight over the top memory. If I was a ram stick in life I would have married a Samsung b die hahacrucial ballistix on standard timimgs, might be on xmp profile. i dont overclock anything. only use crucial.
Dism /Capture-Image /ImageFile:install.wim /CaptureDir:D:\ /Name:Drive-D /ConfigFile:WimScript.ini
Name:Drive-D /ConfigFile:WimScript.ini
Dism /Capture-Image /ImageFile:"C:\capwim\install.wim" /CaptureDir:X:\ /Name:LTSC2021
wimlib-imagex info install.wim 11 -image-property DISPLAYNAME="Windows 12 Pro N for Workstations" --image-property DESCRIPTION="Windows 12 Pro N for Workstations" --image-property FLAGS="ProfessionalWorkstationN"
Dism /Capture-Image /ImageFile:"C:\capwim\install.wim" /CaptureDir:X:\ /Name:LTSC2021 /ConfigFile:WimScript.ini