vote up 0 vote down star

WINWORD.exe shows up on the active processes even after I close my MSword window and it eats up around 50,000 K of mem affecting the performance. Is there any solution on this.

flag

36% accept rate
Not-Programming-related. – George Stocker Feb 19 at 20:36
It might be Programming-related (OLE/COM), but then Chanakya should describe it better. – Henk Holterman Feb 19 at 20:41
based on the responses it looks like it is related to outlook. I need to try not to use word as editor for outlook – Chanakya Feb 19 at 21:09

closed as not programming related by Zach Scrivena, Jon B, chaos, Rob Feb 19 at 22:01

5 Answers

vote up 0 vote down

To close a running process from the command line:

taskkill winword.exe

I use this in scripts sometimes in order to clean up before running the script.

link|flag
vote up 0 vote down

Any program that uses Word indirectly might keep this open, especially Outlook. I regularly kill the process if I know I don't need it to be running.

link|flag
vote up 0 vote down

Firefox does the same thing (but it eventually disappears). It slowly reduces its memory footprint as it's saving things to disk or deallocating memory I imagine.

link|flag
vote up 1 vote down

Are you using Word as editor in Outlook? This will keep the winword process alive.

link|flag
I see. I need to look at that, isn't it a normal practice to keep word as the editor for outlook? – Chanakya Feb 19 at 21:07
vote up 4 vote down

This can happen if you're running Outlook and have Word set as your email editor.

link|flag
I see. I need to look at that, isn't it a normal practice to keep word as the editor for outlook? – Chanakya Feb 19 at 21:06
That's how OL works by default. It can be problematic, though, and many people change this setting. – Jon B Feb 19 at 21:59

Not the answer you're looking for? Browse other questions tagged or ask your own question.