Windows batch job Run Marco without creating a new browser Tab

Hi,
I am trying to run a Marco from batch job via Windows schedule for every 10 minutes.
However, every time the windows task start, UI. Vision will create a new Tab in browser. This will cause problems when schedule task running for many times. Is there a way to re-use existing UI. Vision PRA window? many thanks.

Are you using the latest version? For a while now, UI Vision macros continue in the last used tab by default. This means it re-uses an open tab from the last macro run, exactly as you need it. If this does not work for you, please add a screen video so we can see what is going on.

Also, make sure that you are not using continueInLastUsedTab=0 in your command line by mistake.

Yes. I have this in my commandline. after removed this option, issue is gone. thank you very much.