[SOLVED] Is there a way to launch multiple chrome browsers that automatically take a pre-defined spot on my ultrawide monitor?

Dec 15, 2020
2
0
10
I have a 38-inch ultrawide monitor.

Every morning, when i come to work I want to click a bottom [shortcut?] that automatically launches 4 chrome browsers, one in each quadrant of my monitor. Each chrome browser should open 1 specific website that is predefined.

I want to be able to do the above across multiple desktops (pressing Win + Tab).
  • So Desktop 1 would have 4 browsers related to my Sales.
  • Desktop 2 would have 4 browsers related to my Marketing function.
  • Desktop 3 would have 4 browsers related to my Finance function
  • Dektop 4 would have... etc etc
 
What you are looking for is/are "dashboards".

For example only:

https://www.domo.com/solution/busin...MI1ZqG18X38AIVuf3jBx2K1g_MEAAYASAAEgLHevD_BwE

https://www.businessintelligencemar...MI1ZqG18X38AIVuf3jBx2K1g_MEAAYAyAAEgIGaPD_BwE

You can easily search online for other products/examples that may fulfill your requirements.

Or if DIY:

Python perhaps:

https://visualstudiomagazine.com/articles/2020/08/13/vs-code-python.aspx

I would start by just trying to get Desktop 1 to have one of each (Sales, Marketing, Finance, etc.. ) displaying.

Then use that code/script as a template for the remaining 3 desktops but just rearrange the apps to the applicable screens.

Windows/Virtual desktops may be another way.....

https://theitbros.com/windows-multiple-desktops/
 
Last edited:
Solution