How to Remove title bar on Windowed Game

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 41

  • @simbarashemazise4235
    @simbarashemazise4235 Год назад +1

    thanks man it worked perfectly.......still works in 2023

  • @artinstroukeprod
    @artinstroukeprod 2 года назад +2

    Thank you man! My apps now looks great in 14inch laptop without title bar + taskbar!

  • @cleangoblin2021
    @cleangoblin2021 Год назад +1

    wow it works. When i go to training mode in fighting games, i dont like seeing that white title bar.
    I like to play it windowed for smaller resolution.

  • @TheGrimMumble
    @TheGrimMumble 2 месяца назад

    thank you man, this is amazing!

  • @joestar3763
    @joestar3763 2 года назад +4

    perfect! this is exactly what I needed, thanks.

  • @Zanzubaa
    @Zanzubaa 9 месяцев назад +1

    Worked perfectly. Thanks.

  • @noaag
    @noaag 2 года назад +1

    so POG man thank you! didja write this one yourself or find it online and sharing it with the masses?

  • @Interactivprimar2
    @Interactivprimar2 Год назад

    Its perfect! But it some games like Atomic Heart have a little bar on top. But its better than nothing. Thanks a lot!

    • @mrpandaz5779
      @mrpandaz5779 Год назад +3

      the this :
      ;-Caption
      LWIN & LButton::
      WinGetPos, X, Y, , , A
      WinGet, WindowID, ID, A
      WinSet, Style, -0xC40000, ahk_id %WindowID%
      WinMove, ahk_id %WindowID%, , 1 + X, 0 + Y,
      Return
      ;+Caption
      LWIN & RButton::
      WinGetPos, X, Y, , , A
      WinGet, WindowID, ID, A
      WinSet, Style, +0xC40000, ahk_id %WindowID%
      WinMove, ahk_id %WindowID%, , 1 + X, 0 + Y,
      Return

    • @Interactivprimar2
      @Interactivprimar2 Год назад

      ​@@mrpandaz5779
      The new script works excellently in Atomic Heart, WoW, and other games I try! There are no borders anymore. Thank you!

    • @Novazion
      @Novazion Год назад

      @@Interactivprimar2 can you please the new script? cant see the other mrpanda comment

    • @markerDev
      @markerDev 11 месяцев назад

      you need to make sure you are on maximize the window before I think
      idk I don't have atomic heart so it might be wrong

  • @artinstroukeprod
    @artinstroukeprod 2 года назад +1

    Additionally!! Iti is great trick for disable "show task bar", because windows "think" that cursor not go out the border)) I guess... I hope it will works fine in future also)

  • @Siganati
    @Siganati 6 месяцев назад

    it works, but it still leaves a little bit of white line on top.

  • @CMDR-Data
    @CMDR-Data Год назад

    its not working for me i did everything as was shown on the video and when i hit the Lwindowskey+ LMB or RMB nothing happens I'm on windows 11 and the game i'm trying to play is WoW classic any tips would be appreciated thank you.

  • @907Rome
    @907Rome 2 года назад

    Thank you for this! I was wondering why mine doesnt fully disappear thou? I still have a sliver showing for some reason unlike yours

  • @hiimunranked8663
    @hiimunranked8663 Год назад +2

    tip: use older ver (1.3)

  • @epichax11
    @epichax11 2 года назад +1

    do i have to do it every time or just a one time thing?and can i bind another key and it doesnt seem to work for me i press lwin key with lmouse button nothing happens

    • @albertcarlosras2994
      @albertcarlosras2994  2 года назад

      Yes you have to run it every time you run the game. Did not work for me the first time too. I have to do the steps again from the top to make sure I did not miss any step.

    • @epichax11
      @epichax11 2 года назад +1

      @@albertcarlosras2994 yeaa i figured it out that u have to run it as admin all the time otherwise it does not work

    • @noaag
      @noaag 2 года назад +1

      @@epichax11 You could choose to start it up with your system and leave it on always.
      1. open Task Scheduler
      2. click Create Basic Task
      3. write a name and description e.g. 'Title Bar Remover AHK" / "Toggles title bar with Win+Lclick or Win+Rclick"
      4. for Trigger select When I log on (this is better than "when the computer starts" since it also covers the case of when you log out and back in)
      5. for Action select Start a program
      6. click Browse... and select your TitleBarRemover.ahk or whatever you named it. Done.
      7. If you get sick of the script running all the time, just go back into Task Scheduler and disable or delete your task.
      Another suggestion, you say you need to run as admin, so you could setup AutoHotkey to always run as admin. Go to the AutoHotkey.exe at "C:\Program Files\AutoHotkey" and right click -> Properties -> Compatibility tab -> check "Run this program as administrator". Btw you may want to repeat this for all 4 exe's in the folder, they are each a little different. for example my pc uses the 64 bit one: AutoHotkeyU64.exe
      For a really advanced solution, one could edit the script so that it automatically hides the title bar in a specific program without the need to press a shortcut key ;) but we don't got time for that we gotta get gaming!

    • @epichax11
      @epichax11 2 года назад

      @@noaag ohkkay thnxx brrooo

  • @komat1c
    @komat1c 5 месяцев назад

    THANKS YOU SOO MUCHHHH

  • @oldwardie9034
    @oldwardie9034 Год назад

    This still leaves a thin line of white though?

  • @cunerex
    @cunerex 2 года назад

    hello, can i change the hotkey of disabling the title bart i dont like this one

  • @mordanpixchannel6155
    @mordanpixchannel6155 2 года назад +1

    I have to say this is very interesting!
    I'm curious about something. Is there a way to hide the menu bar too through this?

    • @albertcarlosras2994
      @albertcarlosras2994  2 года назад

      You mean the task bar of windows? Right click the task bar and look for taskbar behavior. Set taskbar alignment: Left. Then check box for "Automatically hide taskbar". NOTE: For windows 11

    • @mordanpixchannel6155
      @mordanpixchannel6155 2 года назад

      @@albertcarlosras2994 No, the menu bar, is below the title bar of an application.
      i.ibb.co/1vW39bK/MenuBar.png
      I can hide the title bar but not the menu bar.

  • @Black_Silvery
    @Black_Silvery Год назад +1

    Press Windows Logo Key + Left Mouse Button?

    • @albertcarlosras2994
      @albertcarlosras2994  Год назад

      Sorry. I copied the instruction from the source. Win Logo + Left key on keyboard. Had a couple of tries myself when I tried to make this work before. Install and uninstalled it several times until I got it working too.

    • @Black_Silvery
      @Black_Silvery Год назад

      @@albertcarlosras2994 So 🪟 + ⬅️?

  • @solid244
    @solid244 Год назад +1

    thanks a ton!

  • @최규석-p8f
    @최규석-p8f 8 месяцев назад +1

    good~~~~~~~~~~~~~~~~~!

  • @Rexer73
    @Rexer73 2 года назад +1

    Thanks

  • @imj0ey_
    @imj0ey_ 2 года назад +1

    thanks

  • @D.M.S.116
    @D.M.S.116 Год назад

    Please and thank you!