Open Private and Normal Tabs from Command Line
-
bobwhitley3 last edited by
I'm currently using a command like this to open a window with all private tabs:
Run, "C:\Users\xxxx\AppData\Local\Programs\Opera\launcher.exe" --private --new-window %sales_site% %inventory% %images% %info_site%
This works great.
However, I would like to open one of those as a non-private tab so I can stay signed in to the service.
Is there a way to open a mix of Private and Non-Private tabs in the same window from the command line?
-
burnout426 Volunteer last edited by
@bobwhitley3 said in Open Private and Normal Tabs from Command Line:
Is there a way to open a mix of Private and Non-Private tabs in the same window from the command line?
You can't mix private and non-private tabs in the same window at all whether you're doing it via the command-line or the UI. If you want to open a non-private tab, use the launcher command again without
--private
so that Opera opens up a regular window with the tab in it. -