Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alexzorin opened this issue Sep 19, 2020 · 5 comments
Open

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

alexzorin opened this issue Sep 19, 2020 · 5 comments
Labels
area: ui / ux area: windows feature request priority: unplanned Work that we believe should be done, but does not have a higher priority.

Comments

@alexzorin
Copy link
Collaborator

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.

@alexzorin alexzorin added feature request area: ui / ux area: windows priority: unplanned Work that we believe should be done, but does not have a higher priority. labels Sep 19, 2020
@AuracleTech
Copy link

AuracleTech commented Oct 5, 2020

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
Copy link

AuracleTech commented Sep 29, 2021

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
Copy link

war59312 commented Apr 4, 2023

Is annoying.

PowerShell/PowerShell#3028

@Roelovic
Copy link

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
Copy link

SeidChr commented Mar 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ui / ux area: windows feature request priority: unplanned Work that we believe should be done, but does not have a higher priority.
Projects
None yet
Development

No branches or pull requests

5 participants