WindowLayout load rhw file. How to prevent Dialog?

I’m working in C#. I loaded the .rhw file using the RunScript Method in RhinoCommon.

(“asd” is .rhw file.)
RhinoApp.RunScript(docSerialNumber, "-_WindowLayout asd ", true);

After this, a dialog window pops up.
Dialog opens asd file. It asks if you want to update to the current WindowLayout.

Is there a way to prevent this dialog window from popping up?

Add dialog capture.