Skip to content

Instantly share code, notes, and snippets.

@hadifarnoud
Last active December 14, 2015 10:39
Show Gist options
  • Save hadifarnoud/5073500 to your computer and use it in GitHub Desktop.
Save hadifarnoud/5073500 to your computer and use it in GitHub Desktop.
restart to windows script
#!/bin/bash
sudo bless --device /dev/disk0s4 --setBoot --legacy --nextonly
osascript -e 'ignoring application responses' -e 'tell application "Finder" to restart' -e 'end ignoring'
@hadifarnoud
Copy link
Author

Sudo nano /etc/sudoers
below %admin ALL=(ALL) ALL

hadifarnoud ALL = NOPASSWD: /usr/sbin/bless

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment