I had to install old drivers and I had to put Windows 10 in test mode. The game crashed afterwards.
Other games I had worked no problem.
The fix was this:
From command line:
bcdedit -set TESTSIGNING OFF
bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS
bcedit -debug off
Actually the problem was the last line, the debug. Doing only the first 2 does did not help and the game kept crashing, although Windows supposedly exited test mode.