Under the InprocServer32 key, you may also need a ThreadingModel value (e.g., Apartment, Both). Add with:
reg add "HKCU\...\InprocServer32" /v ThreadingModel /t REG_SZ /d Apartment /f
If you’ve stumbled across a command like this: Under the InprocServer32 key, you may also need
reg add hkcu software classes clsid 86ca1aa0-34aa-4e8b-a509-50c905bae2a2 inprocserver32 ve d f
…you might be confused, curious, or concerned. Let’s break it down. …you might be confused
Note: Always quote paths with spaces and include the braces {} around the GUID. Under the InprocServer32 key
This technique is sometimes used by: