first, i run script to see avssamp device in device manager applet

set devmgr_show_nonpresent_devices=1
cd\%SystemRoot%\System32
start devmgmt.msc

then i success use uninstall. now it'is removed. but after the few minutes,
window find again this device and asks me about how to install in, like:

Found new MEDIA...

Why it asks me again and again ?

Re: How to completely remove AVSSAMP from windows ? by Max

Max
Sun Apr 24 02:03:17 CDT 2005

I am pretty sure that I answered this question multiple times in the past,
however my attempts to google StreamingDeviceRemove ended up with nothing.
Anyways, to completely remove SWENUM based device from the system (avsamp is
SWENUM based) do the following.

First, uninstall it as regular PnP device (using SetupDiXXX). After that you
should run StreamingDeviceRemove() export of streamci.dll passing to it the
following string {device ID},{instance ID},{DShow category ID}.
Where instance id is usually KSNAME_Filter and the rest is passed to
StreamingDeviceInstall (check device's INF).

-- Max.



"Tulup" <Tulup@discussions.microsoft.com> wrote in message
news:C79C1319-6FE1-4E9A-B3A0-017A5393485C@microsoft.com...
> first, i run script to see avssamp device in device manager applet
>
> set devmgr_show_nonpresent_devices=1
> cd\%SystemRoot%\System32
> start devmgmt.msc
>
> then i success use uninstall. now it'is removed. but after the few
> minutes,
> window find again this device and asks me about how to install in, like:
>
> Found new MEDIA...
>
> Why it asks me again and again ?