However the fact you need a Window Name is very annoying.
Typically we have used: start /w "c:\path_name_here\filename.ext" But all this does now is open another cmd prompt window with "c:\path_name_here\filename.ext" as it's title.
As a minimum, what is now required is this: start "" /w "c:\path_name_here\filename.ext"