Open WiFi preferences

Opens the deep link into the WiFi settings on iOS or the Network settings on macOS.

Scripting Actions

shortcuts-action-icon-if.webp
If
Tests if a condition is true, and if so, runs the actions inside. Otherwise, the actions under “Otherwise” are run.
shortcuts-action-icon-stop-this-shortcut.webp
Stop shortcut
Stops execution of the current shortcut and dismisses the shortcut on screen. No more actions will be run after this action.
shortcuts-action-icon-url.webp
URL
Passes the specified URL to the next action.
shortcuts-action-icon-open-urls.webp
Open URLs
Opens URLs passed into the action in Safari (or the corresponding app if it’s a deep link).

Extra Details

Link to Run Shortcut
shortcuts://run-shortcut?name=Open%20WiFi%20preferences
Link to Open Shortcut
shortcuts://open-shortcut?name=Open%20WiFi%20preferences
AppleScript code
tell application “Shortcuts Events” run shortcut “Open WiFi preferences” end tell

More From This Folder

More From The Library

Scrape session titles

For a given list of Apple Developer session URLs, this will iterate through each, grabbing the name of the webpage, cleaning it up, and reformatting it into a Markdown list before copying that to your clipboard.

Get Shortcut »

Set Ringtone Volume

Asks you to choose the volume level. Optionally, set this to a preset level and run this always change it to the exact volume you want your phone to ring at.

Get Shortcut »


Get way deeper into Shortcuts – become a member.

Browse more