How do i open godot project (not the game) in the fullscreen?

Godot Version

v4.4.stable.official

Question

How do i open godot project (not the game) in the fullscreen? I tried using comand in the terminal "(path to godot.exe)" -f, but it opened a Godot start menu where you choose a project to open

Have you read command line documentation? I’ve never used it, but it seems there are some features that could help you.

EDIT: tried something quickly, and just by typing in my Windows cmd prompt [path to godot.exe] [path to project.godot], it worked perfectly.

1 Like

Would Shift + F11 be sufficient?

2 Likes

I tried to open project via cmd ([path to godot.exe] [path to project.godot] -f) and it just doesnt work now. I cant even open normally that project. Thanks god it was a test project that was empty. And now i cant even open godot project manager lol. If i try to open without the β€œ-f” it works fine but it is still not in fullscreen…
I tried downloading new 4.4.1 Godot and it doesnt destroy my projects but still not fullscreen mode.

Oh my god it works. Thank you!!!