Take a look at Mircosoft sysinternals pssuspend.
You can create a scheduled task at logon to invoke this, or create a task to run every x minutes if there are new processes spawned. When creating the task make sure to specify that it runs with highest privileges.
C:\yourpath\pssuspend64.exe sppsvc.exe
However, the exe you are talking about is a windows service called Software Protection
, which can be disabled in the services MSC.