This question specifies that the Java DLL jvm.dll needs to be given "can run" privileges for Python to call a ctypes command on it (i.e. ctypes.CDLL(r'<path>/jvm.dll')
)
We are running on Windows Server 2016.
How do we give that type of execution privilege? And to whom or what do we give it?