Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. To disable it, set this preference
  2. ```
  3. sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.captive.control Active -boolean false
  4. ```
  5. In case, you would ever want to remove this setting, you can do:
  6. ```
  7. sudo defaults delete /Library/Preferences/SystemConfiguration/com.apple.captive.control Active
  8. ```
  9. Then, as @Leon mentions, use the regular web browser to login. Or if you are on a network where that somehow does not work then you can still try and open the app manually ( located at /System/Library/CoreServices/Captive Network Assistant.app )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement