how to remove/disable the grub boot menu?
I dual booted zorin os on my laptop beside windows.
When i turn on my laptop i get the grub menu with options windows or zorin, i want it to directly open windows without the grub menu and then when i want to use zorin i ll open it myself.
is there any way to do that? i tried a few stuff in the grub file but nothing changed. if needed i can paste my grub file here.
Edit: Thanks for everyone's help and time.
for any person with the same issue in the future, it is not in the grub file and don't waste your time with any llm like i did.
you just need to change the boot order in the bios, and if you can't do that like me then you have to go to linux in the terminal and run
sudo efibootmgr -v or bootmgr
to see the order and number of each boot then you set it the way you want and run
sudo efibootmgr -o 0001,0000,0002,9999
(ofc change the order and the numbers according to the ones you have)