diff --git a/src/virtual-source/dllmain.cpp b/src/virtual-source/dllmain.cpp index f3f48e4..b315a0f 100644 --- a/src/virtual-source/dllmain.cpp +++ b/src/virtual-source/dllmain.cpp @@ -173,8 +173,9 @@ STDAPI RegisterFilters(BOOL bRegister) } } - if (SUCCEEDED(hr) && bRegister) - RegisterDummyDevicePath(); + // Dummy DevicePath conflicts with Skype + /*if (SUCCEEDED(hr) && bRegister) + RegisterDummyDevicePath();*/ if (fm) fm->Release(); diff --git a/util/reg_path.reg b/util/reg_path.reg new file mode 100644 index 0000000..19d7752 Binary files /dev/null and b/util/reg_path.reg differ diff --git a/util/unreg_path.reg b/util/unreg_path.reg new file mode 100644 index 0000000..1404591 Binary files /dev/null and b/util/unreg_path.reg differ