Hunter_ARG Posted April 6, 2019 Share Posted April 6, 2019 (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 April 6, 2019 by Hunter_ARG Quote Link to comment Share on other sites More sharing options...
bman83 Posted April 7, 2019 Share Posted April 7, 2019 (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. 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 Edited April 7, 2019 by bman83 UPDATE Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.