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...
farismalaeb
Oct 01, 2020Iron Contributor
Did you check the WindowsStyle in PowerShell parameter
https://powershell.programmingpedia.net/en/tutorial/5839/powershell-exe-command-line
PowerShell.exe -windowstyle minimized
---------------------------------
If you find this answer helpful, please click on Best Response and give a like 🙂
Thanks