if I want to setup group policy to open files with python.exe, and lets say I have different versions of python on different systems. so how can I set a general path for python.exe for associated program? lets say one would be c:/python27 and one c:/python3 or we might have some other different versions. can we set multiple programs in case one version is not available on server then it can use the other one?
↧