The Windows process svchost.exe is used to host multiple Windows services in a single process. You can set this process to show all nested svchost.exe processes if you are troubleshooting a runaway svchost.exe process (i.e. a process using 100% CPU). Follow the steps below.
sc config wuauserv type= own
sc config wuauserv type= share
Comments