'Outlook is automatically open when open word in powershell
When I open a word document by powershell, I realized that outlook is also opened in background when checking with Task manager. Is there anyway to prevent this since it affects to my script performance. Im using office 2016.
My script:
$word = New-object -ComObject Word.Application
$word.Visible = false
$word.Documents.Open("myFile")
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
