RSS Amplifier

lennybacon.com · Apr 29, 2023

Running PowerShell as Scheduled Task without window popping up

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Running tasks automatically and in the background is really helpful. When you are also actively working on the same machine windows popping up and stealing the curser focus is somewhere between annoying and “I want to throw things out of the window”. Because staying calm is important here are the arguments for powershell.exe to be placed in a scheduled task that dows not open a window.…

Running tasks automatically and in the background is really helpful. When you are also actively working on the same machine windows popping up and stealing the curser focus is somewhere between annoying and “I want to throw things out of the window”. Because staying calm is important here are the arguments for powershell.exe to be placed in a scheduled task that dows not open a window. Arguments: -NoLogo -NoProfile -ExecutionPolicy Unrestricted -WindowStyle Hidden { .

Read on lennybacon.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.