A. stop PIM and PIM driver temporary
1. stop PIM and PIM driver
¥> secons -s
¥> net stop seosdrv
¥> net stop drveng
2. communicate to non-listening port by application
3. start PIM and PIM driver
¥> net start drveng
¥> net start seosdrv
¥> seosd -start
B. disable network interception
1. stop PIM and PIM driver
¥> secons -s
¥> net stop seosdrv
¥> net stop drveng
2. add (modify) registry key/value
Add "Parameters" key under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\drveng if it doesn't exist
Add "DisableNetworkInterception" as REG_DWORD in Parameters key if it doesn't exist and set 1 to the value
3. start PIM and PIM driver
¥> net start drveng
¥> net start seosdrv
¥> seosd -start