First commit

This commit is contained in:
2020-09-05 17:02:29 +03:00
commit eaa50da074
3 changed files with 45 additions and 0 deletions

4
WindowsBoot Executable file
View 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