-1

IE8をツールバーなし、何もなしに制限しようとしています。

WindowsXPHomeエディションでキオスクモードを使用しています。

GroupEditとWindowsSteadyStateを使用して、これを使用していくつかのXPproコンピューターを既に適切にセットアップしています。

ただし、XPproとXPhomeの両方で同じように設定することはできませんでした。

XP proでは、リンクを介して新しいウィンドウを開くと、ツールバーのない小さなウィンドウで開きます。XPホームでは、リンクを介して新しいウィンドウを開くと、すべてのツールバーが残ったまま、標準のブラウザウィンドウが開きます。

レジストリでツールバーを無効にできることはわかっていますが、どこを見つけることができませんでした。私が見たオンラインのすべての情報は、既存のレジストリの場所に私を送っていません。

誰か助けますか?

4

1 に答える 1

2

私の知る限り、コマンド行からキオスクモードで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. 
于 2012-05-09T22:12:21.597 に答える