Win2grub -
We’ve all been there. You’re deep in a Windows session—maybe gaming or editing a video—and you need to switch to Linux for some coding or server work.
# save as `to-linux.bat` @echo off win2grub --set-next \EFI\ubuntu\grubx64.efi shutdown /r /t 5 (Runs the command and restarts in 5 seconds. Cancel with shutdown /a ) Did you accidentally delete GRUB? No problem. win2grub can also set Windows Boot Manager as the default: win2grub
The old way: Save your work, restart, spam the Shift or F12 key, select the boot device, wait for GRUB, then select Linux. We’ve all been there
If you spend 80% of your time in Windows but hate the "reboot-and-spam-keys" dance, give win2grub a shot. Cancel with shutdown /a ) Did you accidentally delete GRUB
Save this to your desktop and double-click it whenever you want "Linux mode":