私の知る限り、コマンド行からキオスクモードでIEを起動できます。iexplore-kに続けて、開きたいWebアドレスを実行します。ブラウザをロックダウンするために使用する必要のあるレジストリ値がない場合は、それらを作成するだけです。
HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ Internet Explorer \ Restrictions
それらをDWORD値として作成します-値1でポリシーを適用します。
NoBrowserClose(ブラウザウィンドウを閉じることを無効にします)
NoBrowserContextMenu(右クリックのコンテキストメニューを無効にします)
NoFileOpen(Ctrl-OまたはCtrl-Lを使用して任意のURLを起動することを無効にします)
NoOpenInNewWnd(Ctrl-NまたはShiftキーを押しながらクリックして新しいウィンドウでリンクを開くことを無効にします)
これらは、ユーザーがキオスクモードを回避できる通常の方法のすべてをほぼカバーしているはずです。
上記に加えて、次のものもあります。
AlwaysPromptWhenDownload - Always prompt user when downloading files.
NoBrowserBars - Disable changes to browsers bars.
NoBrowserClose - Disable the option of closing Internet Explorer.
NoBrowserContextMenu - Disable right-click context menu.
NoBrowserOptions - Disable the Tools > Internet Options menu.
NoBrowserSaveAs - Disable the ability to Save As.
NoFavorites - Disable the Favorites.
NoFileNew - Disable the File > New command.
NoFileOpen - Disable the File > Open command.
NoFindFiles - Disable the Find Files command.
NoNavButtons - Disables the Forward and Back navigation buttons
NoOpeninNewWnd - Disable Open in New Window option.
NoPrinting - Remove Print and Print Preview from the File menu.
NoSelectDownloadDir - Disable the option of selecting a download directory.
NoTheaterMode - Disable the Full Screen view option.
NoViewSource - Disable the ability to view the page source HTML.
RestGoMenu - Remove Mail and News menu item.