reg add HKCU\Software\Classes\CLSID\86ca1aa0-34aa-4e8b-a509-50c905bae2a2\InprocServer32 /ve /t REG_SZ /d "C:\Path\to\your.dll" /f
: A subkey that typically points to the file (DLL) that runs a specific feature.
: This points to the HKEY_CURRENT_USER hive. Modifying this hive means the change only affects the currently logged-in user profile, eliminating the need for system-wide administrator privileges and preventing disruptions for other users on the same machine. The clsid subkey stores Class Identifiers for COM (Component Object Model) objects.