8
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

macosで、公衆Wi-Fiに接続する「あの画面(Captive portal)」を出さなくする方法

Last updated at Posted at 2018-10-03
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.captive.control Active -bool false

元に戻す方法

sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.captive.control Active -boolean true
8
4
0

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
  3. You can use dark theme
What you can do with signing up
8
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?