After installing an app, my %PATH% got reset to an empty string. I then re-added C:\WINDOWS\system32 to it. When I run taskkill, I get

"This application has failed to start because framedyn.dll was not found. Re-installing the application may fix this problem."

I did a search and taskkill is also present in C:\WINDOWS\$NtServicePackUninstall$, together with framedyn.dll

Is it a good idea to add that directory to the path as well? Can anyone explain, what's going on?

Thanks!

link|improve this question

57% accept rate
had same prob, this q n the a helped me. – barlop Jan 16 at 3:24
feedback

1 Answer

up vote 3 down vote accepted

Add this to your PATH:

C:\WINDOWS\system32\wbem

If there is no framedyn.dll file in the above folder, run %systemroot%\system32\dllcache from the run box and copy the framedyn.dll file from that folder to C:\WINDOWS\system32\wbem.

link|improve this answer
Thanks a lot! Saved my day! – raoulsson Dec 16 '09 at 12:08
You're very welcome! – John T Dec 16 '09 at 15:48
feedback

Your Answer

 
or
required, but never shown

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