Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't remove Avatarify driver from the list of the cameras #23

Open
pouriya09 opened this issue Aug 23, 2021 · 2 comments
Open

Can't remove Avatarify driver from the list of the cameras #23

pouriya09 opened this issue Aug 23, 2021 · 2 comments

Comments

@pouriya09
Copy link

Hi, I uninstalled Avatarify Desktop, but whenever I open video call programs they use Avatarify as the default camera. I tried looking for the driver in device manager but I cannot find it anywhere. How should I remove it from the list of the cameras? Please help. Thanks.

@slabbi
Copy link

slabbi commented Nov 30, 2021

On Windows:

regsvr32 /s /u "C:\Program Files\AkVirtualCamera.plugin\x64\AkVirtualCamera.dll"
regsvr32 /s /u "C:\Program Files\AkVirtualCamera.plugin\x86\AkVirtualCamera.dll"
"C:\Program Files\AkVirtualCamera.plugin\x64\AkVCamAssistant.exe" --uninstall
"C:\Program Files\AkVirtualCamera.plugin\x86\AkVCamAssistant.exe" --uninstall
reg delete "HKLM\SOFTWARE\Webcamoid\VirtualCamera\Cameras" /f
rmdir /s /q "C:\Program Files\AkVirtualCamera.plugin"

@AlexMadgwick
Copy link

nice one thanks for that slabbi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants