You can do this in several ways. Codec Tweak Tool: Run the codec tweak tool that is included with the K-Lite Codec Pack. It has the ability to disable several DirectShow filters ("DirectShow Filter Management"). GSpot: Open the GSpot Codec Information tool. In its menu click on 'System', then on 'List Codecs and Other Filters'.
To find the location of the filter, right-click on it and select 'Detailed Properties'.
To disable a filter, right-click on it and select 'Un-Register Filter'. Manually: To manually disable a filter from the command-line use:
Start -> Run -> type: regsvr32 /u example.ax and press enter
If the file is located outside the Windows system32 folder, then you need to use the full path of the file instead of just the filename. If the path contains spaces, then surround it with quotes. For example:
regsvr32 /u "c:\program files\ac3filter\ac3filter.ax" Some notes: If unregistering fails, it usually is because the file is no longer present on your system, but it's information is still present the Windows Registry. GSpot usually indicates (with a red color) if there is a problem. The Codec Tweak Tool that is included with the K-Lite Codec Pack has the ability to scan for broken filters and remove them.
If unregistering succeeds, then the filter is disabled and it won't be used anymore. The file itself must be removed manually.
Be careful what you remove. Don't simply remove everything. A lot of filters are standard components of Windows or DirectX (e.g. quartz.dll). Don't remove those. If you are unsure, then right-click on the file (in Windows Explorer) and select properties. If is says anything about Microsoft Windows or DirectX in the properties, then you shouldn't touch it. |
No comments:
Post a Comment