Often you should also add a ThreadingModel value under the same key. This tells COM how to handle multi-threading:

reg add "HKCU\Software\Classes\CLSID\...\InprocServer32" /v "ThreadingModel" /t REG_SZ /d "Apartment" /f

If you also need a threading model: