本文介绍了如何从命令行以InPrivate模式启动Microsoft Edge的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为了在InPrivate模式下打开Microsoft Edge,我进行了很多搜索.我找不到解决方案.如何从命令行以InPrivate模式启动Microsoft Edge?

I have searched a lot to open Microsoft Edge in InPrivate mode. I could not find out the solution. How to start Microsoft Edge in InPrivate mode from command line?

推荐答案

用户ウィンドウズスクリプトMicrosoft脚本论坛上的プログラマ给出了以下命令行:

User ウィンドウズスクリプトプログラマ over on the Microsoft Scripting Forum gave this command line:

cmd.exe /c start shell:AppsFolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge -private

在Windows版本1703(操作系统内部版本15063.850)和版本1709(操作系统内部版本16229.125)上适用于我.

which works for me on Windows Version 1703 (OS Build 15063.850) and Version 1709 (OS Build 16229.125).

更新:它不再与Windows 1809版上的Microsoft Edge 44.17763.1.0一样.

Update: This no longer works as at Microsoft Edge 44.17763.1.0 on Windows Version 1809.

这篇关于如何从命令行以InPrivate模式启动Microsoft Edge的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-16 23:00
查看更多