Run macro and close it periodically with powershell

Hello
I’m going to run a macro 24/7.
As we know, browsers are not designed to run macros 24/7 and there is a problem of memory leakage
and I’m already read others thread / post in this forum and yeah i got the soultion, i restart the browser and RPA with powershell, this is the code

this is the code

and when i run the powershell script is very well, but i can’t open more than 1 browser or profile chrome with that script, basically i can’t doing “coding” just a little bit, so i don’t know how to do,
can you guys help me so i can open more than 1 browser with that powershell script?

I think only something very small is missing => I need to open a new profile for each instance of the browser.

See here: Running multiple tests at the same Time - #4 by Timo

Thank you for your reply, but it still error, do you know where is the error?