ブラウザを再起動せずにCookieを白紙の状態でテストできるように、シークレットウィンドウを使用しようとしています。残念ながら、シークレットウィンドウは何らかの理由で無効になっています。それがなぜなのか誰か知っていますか? Windows 7でChrome 18.0.1025.168 mを使用しています。
this link が説明するように、レジストリに次のdwordエントリを追加するだけです。
Windowsレジストリの場所:
Software\Policies\Google\Chrome\IncognitoModeAvailability
サポート:
Google Chrome (Linux, Mac, Windows) since version 14
Google Chrome OS (Google Chrome OS) since version 0.14
説明:
Specifies whether the user may open pages in Incognito mode in Google Chrome. If 'Enabled' is selected, pages may be opened in Incognito mode. If 'Disabled' is selected, pages may not be opened in Incognito mode. If 'Forced' is selected, pages may be opened ONLY in Incognito mode.
0 = Incognito mode available.
1 = Incognito mode disabled.
2 = Incognito mode forced.
これが作業システムの場合、このキーの作成と保守(およびオプションの可用性)は、ネットワーク管理者の管理下にある可能性があります。
@ukanthの方法は適切であり、時間を節約するために、以下のテキストをコピーしてテキストファイルに保存し、名前をsome_name.regに変更できます。
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"IncognitoModeAvailability"=dword:00000000
後でこのファイルをダブルクリックして、シークレットモードを有効にすることができます。
(Windows 10でテストされ、正常に動作しています)