This is a fix from last year for Windows Vista: a fix for the annoying access violation when exiting DVD Profiler on Windows Vista. It involves a change to the Windows Registry, so take all normal precautions, backups, etc. before making the change. The change listed is in the form of a registry merge file - copy and paste into a file called dvdpvistafix.reg and use the import function in RegEdit. Or edit the Registry directly navigating to the key shown and the values below.
Original registry entry:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\InprocServer32] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,68,00,68,00,\ 63,00,74,00,72,00,6c,00,2e,00,6f,00,63,00,78,00,00,00
New registry entry:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\InprocServer32] @=hex(2):43,00,3a,00,5c,00,57,00,49,00,4e,00,44,00,4f,00,57,00,53,00,5c,00,53,\ 00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,68,00,68,00,63,00,74,00,\ 72,00,6c,00,2e,00,6f,00,63,00,78,00,00,00
Note that this is hexadecimal code for the following strings: "%SystemRoot%\System32\hhctrl.ocx" in the original and "C:\WINDOWS\System32\hhctrl.ocx" in the new. Make sure the new matches where you installed Vista on your system. |