How to hide Title bar and Menu bar from Adobe Premiere Pro (even in Ver24.xx)

In Windows (I’m using Win11) There are 3 bars on top of the Premiere Pro (Title Bar, Menu Bar, and WorkSpaces Bar) and one at bottom (Status bar).

I can help you get rid of top 2.

  • The title bar can be made to disappear very easily, just press Ctrl+\ (if not pls try Ctrl+Alt+Shift+\ or other similar combinations, but it’ll work with first told C+\ 99.9% cases).

  • Then comes the tough way of making the Menu Bar going away in Windows. For that you’d need to use the below given Ahk script (pls use google to check out what Ahk is and how to use it):

;Hotkey: Ctrl + Shift + F
^!+F12::

;Premiere Pro Top Bar
Control, Style, ^0x10000000 , DroverLord - Window Class30, ahk_class Premiere Pro
Control, Style, ^0x10000000 , DroverLord - Window Class29, ahk_class Premiere Pro

;Premiere Pro Bottom Bar
Control, Style, ^0x10000000 , DroverLord - Window Class31, ahk_class Premiere Pro
Control, Style, ^0x10000000 , DroverLord - Window Class32, ahk_class Premiere Pro

;Hide Title Bar
WinSet, Style, ^0x800000, ahk_class Premiere Pro

;Refreshes the Window
WinSet, Redraw ,, ahk_class Premiere Pro
WinShow, ahk_class Premiere Pro

Now remember first you’ve to make the title bar go away with the method1 told above, like this:

and when that goes away, you’ve to use this script shortcut key: Ctrl+Alt+Shift+F12 to make the Menu bar go away. Like this:

#Adobe-Premiere-Pro
#customization