in task manager there is process called Runtime Broker. and it uses over 600 MB of my ram. putting my average usage at 60% on my 4 gig laptop. not noticed any performance issues yet. just a lot memory being used. makes me think
of windows vista almost bc it had same issue in past. it would use all system resources.
Found the solution to the problem:
http://www.tenforums.com/general-discussion/7907-runtime-broker-process.html
Runtime Broker is a service called Time Broker, which can be disabled through editing the registry.
Right-click on the Start Menu Icon. Go to RUN and type regedit.exe and select OK.
Find the following entry:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TimeBroker] "Start"=dword:00000003
Change the 3 to a 4.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TimeBroker] "Start"=dword:00000004
4 is Disabled, 3 is Manual and 2 is Automatic startup.
Before editing, the original value was 3. Set to 4 to disable. Just change the 3 to a 4 through the MODIFY menu selection, exit regedit and reboot your system.
After this edit, Runtime Broker no longer runs and the CPU at idle is now only 0 to 1 or 2 percent.
No adverse affects after disabling Runtime Broker on my system. (ADDITIONAL NOTE: Disabling Runtime Broker will prevent apps from the Microsoft Store from running.)