[firefox50.0b11]firefoxをプライベートモードでコマンドラインから起動
firefoxをプライベートモードでコマンドラインから起動
環境
windows10
firefox50.0b11(3.6以降でよし)
powershell5(cmdでも良し)
コード?
firefox -private-window
工夫?
powershellの$PROFILEに関数を書いて少し楽?をしてます。
function ff($path){firefox -private-window $path)
参考URL
Author And Source
この問題について([firefox50.0b11]firefoxをプライベートモードでコマンドラインから起動), 我々は、より多くの情報をここで見つけました https://qiita.com/kiduki/items/ea4856433f416c1f00ce著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .