Note: Not actively maintained, but updated by community contribution as of December 2020.
- Uses Automator to reboot system to Bootcamp.
- Made under macOS Sierra 10.12.2.
- Tested under macOS Catalina 10.15.7 with TouchID bypass.
- Updated for macOS Big Sur 11.0.1, and used CliClick (https://www.bluem.net/en/projects/cliclick/) as a dependency because AppleScript's ability to mouse-click is abysmal.
- From a shell (Terminal) window, execute
brew install cliclick
(note: if you need Homebrew installed go to https://brew.sh/) - Download "Restart to Bootcamp" workflow file.
- Right-click the file. Click Open with... -> Automator.
- Change
thePWD
to your adminstrator password (also edittheCLI
if needed). Save the workflow. - Right-click file again. Click _Open with... -> Automater Installer.
Ready to test: You can now select "Restart to Bootcamp" from the Finder > Services... menu. If you don't see it, check System Preferences > Keyboard > Shortcuts > Services > General (check "Restart to Bootcamp")
You can also add it to the Touchbar from System Preferences > Keyboard > Customize Control Strip... and ensure Quick Actions is in your bar.
- Do Steps 1-3 in the Install as a Finder Service
- From within Automator, click File --> Convert to... and save as an Application.
- Place the saved Application inside your Applications folder (or wherever you want) and you can double-click it or pin to your Dock for easy access.
Note: Allow Finder to control the system from System Preferences > Security & Privacy > Accessibilty > Privacy
You can optional download the "Quit System Preferences" workflow Application and set this to run at login under System Preferences > Users & Groups > Login Items (for your user account). This will close the System Preferences panel left open from the Restart to Bootcamp operation when you come back into macOS. You can load the Application in Automator to verify it just executes that single action.