Interactive services are not longer allowed. If you only want to inject your
dll, you should loop through all processes and use WriteProcessMemory() and CreateRemoteThread() to call LoadLibrary() in the remote context.
As an alternative way, you could use the AppInit_DLLs registry value.