Skip to content

Instantly share code, notes, and snippets.

@hannesbe
Created October 25, 2017 02:05
Show Gist options
  • Select an option

  • Save hannesbe/844ab5c5c9eb909e865fcffe6760f20e to your computer and use it in GitHub Desktop.

Select an option

Save hannesbe/844ab5c5c9eb909e865fcffe6760f20e to your computer and use it in GitHub Desktop.
Update GRUB to reboot into Windows once
#!/usr/bin/env xdg-open
#
# save as ~/Desktop/reboot-into-windows.desktop
#
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=sh -c 'gksu "sudo grub-reboot 'osprober-efi-4C8A-18B4'" && gnome-session-save --shutdown-dialog'
Name=Reboot into Windows
Icon=gnome-panel-launcher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment