Certificate renewal console popup

I am on windows, with xamppp as server, and my certificates are automatically renewed.

Problem is : every day the console popup for a fraction of a second, tabbing me out of my work / games.
I can’t afford the risk or getting tabbed out when I work (Or game… not c00l).

How can I make it run in backgroup instead?

Thank you <3

2 Likes

Welcome to the Let’s Encrypt Community :slightly_smiling_face:

Perhaps?

https://support.microsoft.com/en-us/help/4026996/windows-10-turn-focus-assist-on-or-off

No because it’s not a notification, it’s a script being started by Certbot (In a console)
So a console pop up and then close almost instantly, but still causes tab out everywhere

1 Like

Bump … I still need help

1 Like

I’m not a Windows user, but I’m reading on a number of different websites that checking “Run whether user is logged on or not” in the Scheduled Task will cause the task to run outside of your desktop context, meaning no console will appear.

Not sure if that’s true or not, but you can give it a try.

Edit: filed a feature request for you.

3 Likes

Thank you I’ll try this out in hope that fixed it I really can’t keep this for long like this

2 Likes

Try:
image

I think it used to be referred to as “run interactively” - but that might be back when “task scheduler” was just the “AT” command.

2 Likes

I instead changed something to >Run when idle after 1 hour
Because I never close my PC, apache is on it.

2 Likes

Hi @AuracleTech

then that script is wrong.

There are some flags of the start command.

Check

start /?

and add the /min flag on the correct place.

PS: Normally, it's good not to use that flag. If the job doesn't work, that may be hidden.

2 Likes

That might work...
You need to confirm that with "when last run" if it is being run (while you are not there).
If not, using a separate user should keep that from popping up even while you are logged in.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.