Forum Discussion
Schulzi
Oct 01, 2020Brass Contributor
Scheduled Task
Hi everyone, I created a Scheduled-Task with Powershell that looks like that: $Execute = "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe"
$Argument = "Z:\Applications\002Diverse_Inst...
Animesh Joshi
Oct 04, 2020Brass Contributor
What I'm about to suggest is not ideal. However, if the task doesn't need to run under a specific user context, and is configured to do something on a computer level affecting all users, you could run the task under SYSTEM account. This way the active desktop of SYSTEM account where we should expect the PS windows to flash won't be visible to the currently logged on user.