Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

Can bigbox be configured to automatically shutdown or at least put to sleep windows 10 PC after a certain time period of inactivity?

Also if so, can attract mode be on or did t that have to be off? (When I say attract mode, I mean where big box just keeps randomly scrolling through games when no one is playing it)

  • 1 month later...
Posted (edited)
4 hours ago, Bidule200 said:

Would love this option as well!

This can be handled with AHK. Shutdown if idle more than X. For ex, this uses 5 mins, adjust to your liking. Slip it into LaunchBox Startup Apps and set it to run only when Big Box launches

Loop {
	If (A_TimeIdle >= 300000)
		Shutdown, 8
	Process, Exist, BigBox.exe
	If (ErrorLevel = 0)
		ExitApp	
}

 

image.thumb.png.93337b572674c8ea6c36f660e18c71f5.png

 

On 4/19/2025 at 2:20 PM, CX123 said:

Can bigbox be configured to automatically shutdown or at least put to sleep windows 10 PC after a certain time period of inactivity?

Also if so, can attract mode be on or did t that have to be off? (When I say attract mode, I mean where big box just keeps randomly scrolling through games when no one is playing it)

FYI this was tested with attract mode running.  Artificial inputs from Big Box have no impact on the built in AHK var A_TimeIdle and script works as intended

 

Edit.....I re-read your comment and seems vague now lol. Did you mean to shutdown the PC or "shutdown" (close) Big Box and PC stays on?

Edited by skizzosjt

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...