I searched a lot the last days and can not find what I'm missing. We are using scripts (vbs, Python, Groovy) heavily for testing. Last days I got a new notebook with Windows 10 and now the scripts do not give output. They run but it is like Windows swallowa stdout, also redirect to a file does not work. The others in my team do not have Windows 10 yet, so I am not sure this is specific to Windows 10 or my computer. Our IT could not help either.
When I give cscript.exe, python.exe or groovy.exe left of the script name all is fine, but not when I call the scripts through file association. They run, but silently!
I reinstalled Python and Groovy, so ftype and assoc are okay as given in How to run VBScript from command line without Cscript/Wscript or Perl not running in Windows 10.
I also checked InheritConsoleHandles in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\ as hinted in Cannot redirect output when I run Python script on Windows using just script's name.
We have too many places we would need to put the exe call in front of, there needs to be a better solution. Please help.