QUOTE(niktheblak @ Dec 13 2003, 09:48 PM)
Launch your command prompt. Go to directory:
C:\Program Files\Common Files\Ahead\DSFilter
Then manually unregister every .ax file in that directory. For reference:
regsvr32 /u NDParser.ax
regsvr32 /u NeAudio.ax
regsvr32 /u NeFileSrc.ax
regsvr32 /u NeRender.ax
regsvr32 /u NeVideo.ax
That did it for me
I was too lazy to do that. I tried regsvr32 /u *.ax but it didn't work therefore I was looking for easier alternatives.