Jump to content
LaunchBox Community Forums

Recommended Posts

Posted (edited)

Hello, Is posible close or minimize BigBox when starting a Steam game and restore after to exit from the game? Is there an option to do this?

Edited by Hunter_ARG
Posted (edited)

Hi,

I don't have steam running on my system so I will try to help you.

You could try using the additional apps tab of the edit menu for each game.

image.thumb.png.42f323ff49f005f8def4856763cfe1d3.png

I would make 2 bat files

1 To minimize LB/BB.

2 To Maximize LB/BB after game exit

I googled a bit and found this article JASON SHAW TECH BLOG

To minimize the window:

C:\>PowerShell.exe -NoLogo -NoProfile -WindowStyle Minimize -Command exit

To maximize the window:

C:\>PowerShell.exe -NoLogo -NoProfile -WindowStyle Maximize -Command exit

To return the window to normal (its default size):

C:\>PowerShell.exe -NoLogo -NoProfile -WindowStyle Normal -Command exit

To hide the window:

C:\>PowerShell.exe -NoLogo -NoProfile -WindowStyle Hidden -Command exit

 

I hope this helps

 

cheers Bman

image.jpeg

image.png

Edited by bman83
UPDATE

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...