LoginSignup
9

More than 5 years have passed since last update.

posted at

updated at

"<HTML><HEAD><TITLE>Success</TITLE>..." と出てくる不具合対処メモ

Wi-Fiに繋ぐと5分おきくらいに

<HTML><HEAD><TITLE>Success</TITLE></HEAD><BODY>Success</BODY></HTML>

と表示されたウィンドウがポップアップしてくる(しかも最前面固定)不具合に対する対処メモ.

Macの場合

参考: http://apple.stackexchange.com/questions/45418/how-to-automatically-login-to-captive-portals-on-os-x?answertab=active#answer-140843

(i) MacのWi-Fi接続テスト機能をとりあえずオフにする

sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.captive.control Active -boolean false

(ii) 再起動

とりあえず自分はこれで出なくなりました.

元に戻すには

sudo defaults delete /Library/Preferences/SystemConfiguration/com.apple.captive.control Active

一時避難的な対処なのでしばらくたったら戻しておこう.

2015/07/15 20:15 追記
OS X 10.9.5です

iPhoneやIPad等, iOSの場合 (2015/07/15 20:15 追記)

※こちらは自分では試していません
参考: https://i-bitzedge.com/tips/wifi-issue-2015-07

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
What you can do with signing up
9