 |
Hoe zet je de standard vieuwer van ms uit zopdat je je eigen vieuwer kan gebruiken:
How do I turn off the Windows Picture and Fax Viewer as my default image viewer?
Intended For |
Windows XP only | | Once again, Microsoft isn't following their own rules. The Windows Picture and Fax Viewer is set as the default image viewer for all sorts of file types in Windows XP. Unfortunately, choosing a new program as the default in the File Types window won't change this, and there's no option in the Windows interface that can disable this component. It's a really stupid design, and it takes a Registry change to fix it:
Solution #1:
- Run the Registry Editor (REGEDIT.EXE).
- Navigate to HKEY_CLASSES_ROOT\ SystemFileAssociations\ image\ ShellEx\ ContextMenuHandlers.
- Delete the ShellImagePreview key.
- Close the Registry Editor when you're done; the change will take effect immediately.
Solution #2:
- Run the Registry Editor (REGEDIT.EXE).
- Navigate to HKEY_CLASSES_ROOT\ CLSID\ {e84fda7c-1d6a-45f6-b725-cb260c236066}\ shellex.
- Delete the MayChangeDefaultMenu key.
- Close the Registry Editor when you're done; the change will take effect immediately.
|
|