satob.hatenablog.com Open in urlscan Pro
54.199.90.60  Public Scan

URL: https://satob.hatenablog.com/entry/2022/04/19/005017
Submission: On June 08 via manual from JP — Scanned from JP

Form analysis 1 forms found in the DOM

GET https://satob.hatenablog.com/search

<form class="search-form" role="search" action="https://satob.hatenablog.com/search" method="get">
  <input type="text" name="q" class="search-module-input" value="" placeholder="Search entries" required="">
  <input type="submit" value="Search" class="search-module-button">
</form>

Text Content

Subscribe



LAZY DIARY @ HATENA BLOG


POWERSHELL / JAVA / MISCELLANEOUS THINGS ABOUT SOFTWARE DEVELOPMENT, TIPS &
GOCHAS. CC BY-SA 4.0/APACHE LICENSE 2.0

2022-04-19


EDGEのAPPLICATION MODEの動作について

Edge
 * まず、Edgeのコマンドラインオプション一覧のようなページはmicrosoft.com内に見当たらなかった。ある程度まとまっているのは、kioskモードの説明*1と、プロキシの設定の説明*2くらい。
 * application
   mode自体はもともとChromiumにあった機能で、--appというオプションはここに記載がある。Chromiumのコマンドラインオプション一覧は、オフィシャルサイト*3からリンクされている別サイト*4にある。
 * kioskモードでは常にウィンドウが全画面表示され、またCtrl+Wでウィンドウが閉じられない。application
   modeではウィンドウはウィンドウ表示になり、Ctrl+Wでウィンドウを閉じられる。
 * Microsoftのサイト内で、--appコマンドラインオプションについてある程度のオフィシャルさをもって提供されている情報は、Microsoft
   CommunityでのMS社員からのコメント*5くらい。
 * コマンドラインオプションを編集する方法でなく、Edgeの機能でapplication
   modeを起動するショートカットを作ることもできる。Edgeのメニューから[アプリ]-[このサイトをアプリとしてインストール]を実行し、[デスクトップ
   ショートカットを作成する]でショートカットを作成する。ただし、このショートカットは[このサイトをアプリとしてインストール]を実行したマシンでのみ有効で、他のマシンへコピーしてもapplication
   modeで起動するためのショートカットにはならない。
 * [このサイトをアプリとしてインストール]で作ったショートカットでは、msedge.exeでなくmsedge_proxy.exeを起動するようになっている。たとえばこんな感じで、--app-idはショートカット作成時に付与される一意なIDの模様。

"C:\Program Files (x86)\Microsoft\Edge\Application\msedge_proxy.exe"  --profile-directory=Default --app-id=embhbhbcpihgfgpjkmnapmogpkiamofo --app-url=https://www.google.co.jp/ --app-launch-source=4

 * このショートカットからEdgeを実行する場合、タスクマネージャで表示されるプロセスのコマンドラインはmsedge.exeでもmsedge_proxy.exeでもなくpwahelper.exeになる。

"C:\Program Files (x86)\Microsoft\Edge\Application\pwahelper.exe" --app-id=embhbhbcpihgfgpjkmnapmogpkiamofo --ip-edge-aumid=Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe!MSEDGE  --ip-override-url=https://www.google.co.jp/ --app-launch-source=4 --profile-directory="Default"

*1:https://docs.microsoft.com/en-us/deployedge/microsoft-edge-configure-kiosk-mode

*2:https://docs.microsoft.com/en-us/deployedge/edge-learnmore-cmdline-options-proxy-settings

*3:https://www.chromium.org/developers/how-tos/run-chromium-with-flags/

*4:https://peter.sh/experiments/chromium-command-line-switches/

*5:https://techcommunity.microsoft.com/t5/discussions/edge-desktop-icon-for-web-app/m-p/471039

satob 1 year ago




Remove all ads
Related Entry
 * 2022-11-26
   EdgeのIEモードだとJavaScriptでCtrl-Nの入力をキャプチャできない
   IEではCtrl-Nの入力に反応する処理をonkeydownイベントで実装で…
 * 2022-02-16
   タスク スケジューラからPowerShellを起動するとき-Commandオプションのパラメタをシン…
   前提 タスク スケジューラで作ったタスクで、操作に「プログラ…
 * 2021-11-07
   EdgeのIEモードはIEなのか?
   Windows 11 Pro 21H2 (22000.282)で確認。 Microsoftは何と言っ…
 * 2005-05-17
   Gaim / MSN Messenger で、端末ごとに公開する名前を変更できない
   例えば、自分の部屋からログインしたら「佐藤B@部屋」、研究室…
 * 2004-12-13
   MySQL で日本語が文字化け (for Windows)
   とりあえず、"INSERT INTO tablename VALUES ('1','日本語');" …

 * Read more

Write a comment
« API Gatewayでオーソライザーの実行結果が… エンジニアのレゴブロックとドイッチュ限… »

Profile
satob

PowerShell and Java, Tips & Gochas

Subscribed unsubscribe Subscribe Subscribe
2
About this blog
Search

Links
 * Hatena Blog
 * ブログをはじめる
 * Weekly Hatena Blog
 * Hatena Blog Pro

Recent Entries
 * エンジニアリングの種別
 * ソフトウェア受注開発類型(ソース納品や著作権譲渡の有無の観点)
 * JavaVMがOOM Killerでkillされた際にヒープダンプは出力されない
 * Downsides of JSR-303 Bean Validation
 * Bing Chatによる情報集約はOSINTに利用できるか?

Archive
 * ▼ ▶
   2023 (14)
   * 2023 / 5 (1)
   * 2023 / 4 (1)
   * 2023 / 3 (2)
   * 2023 / 2 (4)
   * 2023 / 1 (6)
 * ▼ ▶
   2022 (50)
   * 2022 / 12 (8)
   * 2022 / 11 (6)
   * 2022 / 10 (4)
   * 2022 / 9 (1)
   * 2022 / 8 (2)
   * 2022 / 7 (1)
   * 2022 / 6 (2)
   * 2022 / 5 (2)
   * 2022 / 4 (3)
   * 2022 / 3 (7)
   * 2022 / 2 (6)
   * 2022 / 1 (8)
 * ▼ ▶
   2021 (76)
   * 2021 / 12 (8)
   * 2021 / 11 (10)
   * 2021 / 10 (4)
   * 2021 / 9 (14)
   * 2021 / 8 (2)
   * 2021 / 7 (7)
   * 2021 / 6 (5)
   * 2021 / 5 (1)
   * 2021 / 4 (2)
   * 2021 / 3 (14)
   * 2021 / 2 (4)
   * 2021 / 1 (5)
 * ▼ ▶
   2020 (40)
   * 2020 / 12 (5)
   * 2020 / 11 (3)
   * 2020 / 10 (3)
   * 2020 / 9 (2)
   * 2020 / 8 (4)
   * 2020 / 7 (2)
   * 2020 / 6 (10)
   * 2020 / 5 (6)
   * 2020 / 3 (1)
   * 2020 / 2 (3)
   * 2020 / 1 (1)
 * ▼ ▶
   2019 (32)
   * 2019 / 12 (4)
   * 2019 / 11 (1)
   * 2019 / 9 (1)
   * 2019 / 8 (4)
   * 2019 / 7 (3)
   * 2019 / 6 (8)
   * 2019 / 5 (2)
   * 2019 / 4 (1)
   * 2019 / 3 (7)
   * 2019 / 1 (1)
 * ▼ ▶
   2018 (44)
   * 2018 / 12 (2)
   * 2018 / 11 (3)
   * 2018 / 10 (9)
   * 2018 / 9 (1)
   * 2018 / 8 (6)
   * 2018 / 7 (5)
   * 2018 / 5 (4)
   * 2018 / 4 (4)
   * 2018 / 3 (5)
   * 2018 / 2 (1)
   * 2018 / 1 (4)
 * ▼ ▶
   2017 (74)
   * 2017 / 12 (2)
   * 2017 / 11 (6)
   * 2017 / 10 (8)
   * 2017 / 9 (5)
   * 2017 / 8 (1)
   * 2017 / 7 (1)
   * 2017 / 6 (6)
   * 2017 / 5 (13)
   * 2017 / 4 (17)
   * 2017 / 3 (14)
   * 2017 / 2 (1)
 * ▼ ▶
   2015 (2)
   * 2015 / 7 (1)
   * 2015 / 6 (1)
 * ▼ ▶
   2014 (4)
   * 2014 / 7 (1)
   * 2014 / 5 (3)
 * ▼ ▶
   2013 (2)
   * 2013 / 9 (1)
   * 2013 / 5 (1)
 * ▼ ▶
   2012 (8)
   * 2012 / 6 (2)
   * 2012 / 5 (1)
   * 2012 / 3 (2)
   * 2012 / 2 (3)
 * ▼ ▶
   2011 (2)
   * 2011 / 3 (2)
 * ▼ ▶
   2010 (9)
   * 2010 / 11 (1)
   * 2010 / 6 (4)
   * 2010 / 5 (1)
   * 2010 / 3 (1)
   * 2010 / 2 (2)
 * ▼ ▶
   2009 (7)
   * 2009 / 10 (1)
   * 2009 / 5 (1)
   * 2009 / 3 (1)
   * 2009 / 2 (1)
   * 2009 / 1 (3)
 * ▼ ▶
   2008 (20)
   * 2008 / 10 (4)
   * 2008 / 9 (4)
   * 2008 / 8 (1)
   * 2008 / 6 (6)
   * 2008 / 5 (1)
   * 2008 / 2 (1)
   * 2008 / 1 (3)
 * ▼ ▶
   2007 (37)
   * 2007 / 12 (3)
   * 2007 / 10 (4)
   * 2007 / 9 (4)
   * 2007 / 8 (1)
   * 2007 / 6 (5)
   * 2007 / 5 (1)
   * 2007 / 3 (10)
   * 2007 / 2 (3)
   * 2007 / 1 (6)
 * ▼ ▶
   2006 (190)
   * 2006 / 12 (2)
   * 2006 / 11 (2)
   * 2006 / 10 (18)
   * 2006 / 9 (10)
   * 2006 / 7 (2)
   * 2006 / 6 (6)
   * 2006 / 5 (30)
   * 2006 / 4 (6)
   * 2006 / 3 (35)
   * 2006 / 2 (58)
   * 2006 / 1 (21)
 * ▼ ▶
   2005 (596)
   * 2005 / 12 (46)
   * 2005 / 11 (36)
   * 2005 / 10 (35)
   * 2005 / 9 (52)
   * 2005 / 8 (48)
   * 2005 / 7 (54)
   * 2005 / 6 (62)
   * 2005 / 5 (36)
   * 2005 / 4 (49)
   * 2005 / 3 (85)
   * 2005 / 2 (67)
   * 2005 / 1 (26)
 * ▼ ▶
   2004 (661)
   * 2004 / 12 (74)
   * 2004 / 11 (85)
   * 2004 / 10 (65)
   * 2004 / 9 (66)
   * 2004 / 8 (64)
   * 2004 / 7 (66)
   * 2004 / 6 (61)
   * 2004 / 5 (52)
   * 2004 / 4 (66)
   * 2004 / 3 (47)
   * 2004 / 2 (3)
   * 2004 / 1 (12)
 * ▼ ▶
   2003 (240)
   * 2003 / 12 (41)
   * 2003 / 11 (40)
   * 2003 / 10 (37)
   * 2003 / 9 (41)
   * 2003 / 8 (30)
   * 2003 / 7 (47)
   * 2003 / 6 (4)
 * ▼ ▶
   1000 (5)
   * 1000 / 1 (5)


START USING HATENA BLOG!

satob is using Hatena Blog. Would you like to try it too?

Start using Hatena Blog (Free)
What is Hatena Blog?
Lazy Diary @ Hatena Blog

Powered by Hatena Blog | ブログを報告する




Quote saved.

View saved quotes Close

Login to quote this blog

Login Close

Failed to save quote. Please try again later.

Close

You cannot quote because this article is private.

Subscribed unsubscribe Subscribe Subscribe
2