certbot / certbot

Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.
Other
31.54k stars 3.4k forks source link

Windows: Prevent the Scheduled Task from creating a popup window #8308

Open alexzorin opened 4 years ago

alexzorin commented 4 years ago

Apparently, the Scheduled Task on Windows causes a console to pop up for a fraction of a second.

If there's an way in renew-up.ps1 to prevent it appearing at all, we should do it.

AuracleTech commented 4 years ago

Thank you for windows apache servers it's really distracting. Interrupting the windows focus or current work to open a window for a split second.

AuracleTech commented 3 years ago

Just reinstalled certbot and got the popup... had to find the thread again to fix it Hope they fix it eventually, really annoying

TEMPORARY FIX : start menu > type Task Scheduler > double click on Certbot Renew Task > put these settings in conditions task image

war59312 commented 1 year ago

Is annoying.

https://github.com/PowerShell/PowerShell/issues/3028

Roelovic commented 11 months ago

if you want to run this when user is logged in without highest privileges. just dont use the arguments box. put everything immediately after powershell.exe and make sure that -windowstyle hidden is first. image

SeidChr commented 7 months ago

you can avoid all popups by deploying this little tool to your target machines and use powershellw.exe / pwshw.exe instead https://github.com/SeidChr/RunHiddenConsole