Microsoft EdgeのInPrivateでの起動方法
Windows 10 バージョン1809以降でMicrosoft EdgeをInPrivate状態で起動することができなくなった。いろいろ試したところ、別の方法でできることがわかった。
これまでの方法は以下の方法で可能であった。
%windir%\System32\cmd.exe /c start shell:AppsFolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge -private http://blu.omaww.net/
しかし、Windows 10 バージョン1809からはこの方法では起動できなくなった。代わりに以下の方法で起動できる。
%windir%\System32\WindowsPowerShell\v1.0\powershell.exe start shell:AppsFolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge -ArgumentList "'-private',http://blu.omaww.net/"