Reg Add Hkcu Software Classes Clsid 86ca1aa034aa4e8ba50950c905bae2a2 | Inprocserver32 Ve D F

Reg Add Hkcu Software Classes Clsid 86ca1aa034aa4e8ba50950c905bae2a2 | Inprocserver32 Ve D F

reg add "HKCU\Software\Classes\CLSID\86ca1aa0-34aa-4e8b-a509-50c905bae2a2\InprocServer32" /v "" /t REG_SZ /d "C:\Path\to\your.dll" /f

reg add "HKCU\Software\Classes\CLSID\86ca1aa0-34aa-4e8b-a509-50c905bae2a2\InprocServer32" /ve /t REG_EXPAND_SZ /d "%SystemRoot%\System32\example.dll" /f

To the entry after adding it:

The basic syntax is:

The specific CLSID you provided— 86ca1aa034aa4e8ba50950c905bae2a2 —does not resolve to any known Microsoft CLSID or standard software. When encountering such a CLSID in a script or command, consider these threats:

reg delete "HKCU\Software\Classes\CLSID\86ca1aa0-34aa-4e8b-a509-50c905bae2a2" /f Important Notes