How can I set windows 10 as the default option in grub?

Maurice97

Distinguished
BANNED
May 24, 2015
437
0
18,780
I installed android x86 on my laptop and it works perfectly but if my windows 10 updates or drivers update windows asks me to restart but when i restart it boots android instead and that's getting quite annoying how can i choose windows 10 as a default boot thingy
Here what's in the "menu.lst" file
"default=0
timeout=6
splashimage=/grub/android-x86.xpm.gz
root (hd0,1)

title Android-x86 6.0-r3
kernel /android-6.0-r3/kernel quiet root=/dev/ram0 SRC=/android-6.0-r3
initrd /android-6.0-r3/initrd.img

title Android-x86 6.0-r3 (Debug mode)
kernel /android-6.0-r3/kernel root=/dev/ram0 DEBUG=2 SRC=/android-6.0-r3
initrd /android-6.0-r3/initrd.img

title Android-x86 6.0-r3 (Debug nomodeset)
kernel /android-6.0-r3/kernel nomodeset root=/dev/ram0 DEBUG=2 SRC=/android-6.0-r3
initrd /android-6.0-r3/initrd.img

title Android-x86 6.0-r3 (Debug video=LVDS-1;d)
kernel /android-6.0-r3/kernel video=LVDS-1;d root=/dev/ram0 DEBUG=2 SRC=/android-6.0-r3
initrd /android-6.0-r3/initrd.img

title Windows
rootnoverify (hd0,0)
chainloader +1

"

How can i edit this file to get it to boot windows 10 as default os?
Thanks.