You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
We currently have start shell:AppsFolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge that will start a new instance of edge and use an start shell:AppsFolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge <some url> that will use existing instance of edge if present to open url.
We also have start microsoft-edge: and `start microsoft-edge:<some url>" that always takes one to existing instance of edge if present either and existing instance with new tab pointing at specified url.
With either of the above we can set %lt;some url%gt; = about:InPrivate to get an InPrivate tab but not the <existing edge instance> | ctrl+shift+p experience of a new InPrivate instance of edge with InPrivate tab open. There are hits suggesting the first of the above options can be fed a -private switch to accomplish this but all it does on my current win10 setup is take me to a search page with -private search results.
Any thoughts on whether or not your work here could be updated to focus on providing a command line version for reproducing the <existing edge instance> | ctrl+shift+p experience ?
The text was updated successfully, but these errors were encountered:
myusrn
changed the title
launch new instance of edge and with InPrivate mode set
launch new InPrivate mode instance of edge and with InPrivate tab open
Dec 12, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We currently have
start shell:AppsFolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge
that will start a new instance of edge and use anstart shell:AppsFolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge <some url>
that will use existing instance of edge if present to open url.We also have
start microsoft-edge:
and `start microsoft-edge:<some url>" that always takes one to existing instance of edge if present either and existing instance with new tab pointing at specified url.With either of the above we can set
%lt;some url%gt; = about:InPrivate
to get an InPrivate tab but not the <existing edge instance> | ctrl+shift+p experience of a new InPrivate instance of edge with InPrivate tab open. There are hits suggesting the first of the above options can be fed a-private
switch to accomplish this but all it does on my current win10 setup is take me to a search page with-private
search results.Any thoughts on whether or not your work here could be updated to focus on providing a command line version for reproducing the <existing edge instance> | ctrl+shift+p experience ?
The text was updated successfully, but these errors were encountered: