Automatically open console on Windows

Is it possible set Blender on Windows to always open the console by default?

AFAIK that is only possible by editing the shortcut. Just add a -con after the shortcut target:
“C:\path o\blender-2.77a-windows64\blender.exe” -con

Make sure the -con is outside of the part within the quotation marks.

Thanks, this is perfect.

You’re welcome.
Just mind you that this will not work if you open .blend files by double-clicking them…
For that you would have to do apply the same change to the respective open command in your windows registry.

Yes of course. But this is just fine like that, this is only to easily debug scripts that is executed on empty scenes. :cool: