First commit
This commit is contained in:
4
WindowsBoot
Executable file
4
WindowsBoot
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
WindowsEntry=$(efibootmgr | grep "Windows Boot Manager" | awk '{print $1}' | sed -e 's/Boot//g')
|
||||
efibootmgr -n $WindowsEntry
|
||||
reboot
|
||||
Reference in New Issue
Block a user