Winboot从 Linux 终端直接启动到 Windows
Winboot 是一个 shell 脚本,可以从你的 Linux 会话中直接重启到 Windows,而不需要从 grub 菜单中选择。对于所有那些你忘了做而你的 grub 计时器用完的时候。对双启动设置很有用。
Installation:
1. Open up a terminal
2. Run the following commands:
git clone https://github.com/semiismaili/Winboot.git
cd Winboot
chmod 755 winboot
./winboot -install
Usage:
winboot (reboots to windows)
winboot -h (brings this screen)
winboot -update (updates to latest version from repository)
winboot -install (initial one-time only installation)
sudo winboot -set <your_entry_number> (changes the windows entry number to <your_entry_number>)
评论