Can Windows-Security-SPP block execution of .exe

windows 7windows-server-2008

We're seeing a strange situation, where some executables won't run from a Windows command prompt (running as admin).

Just running the command (say, filename.exe) gives no response on the console. No errors, no output, nothing.

If we copy over the same Windows .exe from a different folder, it "magically" starts working, and we see the default console output.

(Happens both on Win7 x64, and Win2008R2 x64. Application is running as 32-bit process.)

At the time when it accesses the .exe, I can see events in the application and system logs regarding Windows-Security-SPP, and it makes me believe that the .exe is being blocked from execution.

Does this sound familiar?

Best Answer

No, SPP is Software Protection Platform and is a service that is related to Windows activation and licensing. It has nothing to do with application restrictions.

It's possible that this is caused by a Software Restrictions GPO, which is capable of blocking an exe by name, path, or hash. If you run gpresult /H, you will be able to see this policy and modify it accordingly if it's the culprit.

Related Topic