ddlhost.exe is active file on windows
We need to find out the which services is using the ddlhost.exe
Issue faced:
On application upgrade my application is hanged due to one of my application file is accessed by ddlhost.exe.
tasklist /m oci*
E:\13423278>tasklist /m oci*
Image Name PID Modules ============ ===== ========== explorer.exe 3136 oci.dll vmtoolsd.exe 36108 oci.dll dllhost.exe 8836 oci.dll
E:\application>taskkill /pid 8836 /F
SUCCESS: The process with PID 8836 has been terminated.
E:\13423278>tasklist /m oci*