Powershell Script - Keep Hidden Process Per User
Hi,
So I have been working on a this application for ages trying to get it working (App-V) and I have got a work around which I am hoping to implement. Basically in our application it opens work to edit the document in the system. Word comes up with an error saying it needs repairing... Which it doesn't as I've tried various versions (2010, 2013).
So my fix is to run WinWord.exe before running our application and to keep the process open and hidden (Start-Process WinWord.exe -WindowStyle hidden) which works great but once they close word this doesn't reopen the process... I need to make this process to stay open or reopen once word is closed. Any help would be appreciated.
Answers (0)
Be the first to answer this question