Perhaps this will shed some light:
If you have KB3086255 installed (you can check Control Panel, Windows Update, Installed Updates):

That update disables a third party driver called secdrv.sys for "security reasons".
The driver is the Macrovision SECURITY Driver found in the %windir%\system32\drivers folder:

You can read about that update here:
https://support.microsoft.com/en-us/kb/3086255
If you want to play games listed in the following link:
http://www.gameburnworld.com/protectedgameslist.shtml
You are going to have to enable that secdrv.sys driver and start it manually or you can set it to start automatically when Windows starts if that is your desire knowing that your system will be exposed.
You can enable and start the driver from a Command Prompt
Run as administrator:

To enable and start the driver one time enter the following commands one at a time pressing the Enter key after each
being sure to include the space after the equals sign for the first command:
sc config secdrv start= demand
sc start secdrv
Enter 'exit' to close the Command Prompt window.
You should see something like this:

If you want the driver to start automatically when Windows start enter the following command
being sure to include the space after the equals sign, then restart your system and the driver will start automatically:
sc config secdrv start= auto
You should see something like this:

Enter 'exit' to close the Command Prompt window, then restart your system.
Then see how your game works and include a reboot to be sure the changes "stick".
Here is some additional reading if interested:
https://myonlinesecurity.co.uk/september-2015-windows-updates-kb3086255-breaks-many-games/