In order to move a service from a shared SVCHOST process into its own SVCHOST process:
tasklist /SVC /FI "IMAGENAME eq svchost.exe"
sc config <service name> type= own
sc config <service name> type= share