Hello !
One question for clarification: Are you still able to boot Windows 10 through your BIOS/UEFI right now?
If not, you might need to repair your Windows Boot Manager.
I’d also advise you to never change grub.cfg by hand as it is very dangerous and may in some cases like yours brick your linux install.
For the future: how to properly add a Windows10 boot menu entry in Manjaro
No warranty!
A better solution to detect Windows 10 would be to edit the file
/etc/default/grub
and set
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=menu
GRUB_DISABLE_OS_PROBER=false
Make sure all parameters are uncommented
Afterwards, you need to run sudo pacman -Syu os-prober && sudo update-grub
In any case, could you boot up a Manjaro Live USB/DVD and post the output of the commands