Created
April 6, 2016 19:49
-
-
Save tabrindle/1aa349cab980d8d1d00e64e76b6c70dc to your computer and use it in GitHub Desktop.
turn on NLC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "System Preferences" | |
activate | |
set the current pane to pane id "com.apple.Network-Link-Conditioner" --delay 3 | |
end tell | |
--- | |
tell application "System Events" | |
tell application process "System Preferences" | |
get checkboxes | |
click ((checkboxes of window "Network Link Conditioner") whose description is "enable switch") | |
end tell | |
end tell | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment