View Single Post
Old 20th January 2009, 14:38   #7942  |  Link
Jom
Registered User
 
Join Date: Mar 2008
Posts: 20
Regarding unregistering all the Arcsoft filters.

after installing TMT, I just opened up a command prompt, cd-ed to the directory that contained the filters and ran :

for /F %i in ('dir /B') do@regsvr32 /u /s %i

you then just regsvr32 the ax/dll's you need for DTS decoding.

as i recall, the names of the dlls are pretty obvious.
Jom is offline