Guest User

Untitled

a guest
Aug 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. How to use Regasm.exe to Completely Unregister a AssemblyFile
  2. regasm "AssemblyFilePath" /unregister /silent
  3.  
  4. Windows Registry Editor Version 5.00
  5.  
  6. [HKEY_LOCAL_MACHINESOFTWAREClassesCLSID{0039733E-1312-4535-B292-68A5137FE367}InprocServer32]
  7. " "="Mindjet.MindManager.Interop, Version=10.0.445.0, Culture=neutral, PublicKeyToken=19247b5ea06b230f"
  8. "Class"="Mindjet.MindManager.Interop.AttachmentClass"
  9. "RuntimeVersion"="v2.0.50727"
  10.  
  11. [HKEY_LOCAL_MACHINESOFTWAREClassesCLSID{0039733E-1312-4535-B292-68A5137FE367}InprocServer3210.0.445.0]
  12. "Assembly"="Mindjet.MindManager.Interop, Version=10.0.445.0, Culture=neutral, PublicKeyToken=19247b5ea06b230f"
  13. "Class"="Mindjet.MindManager.Interop.AttachmentClass"
  14. "RuntimeVersion"="v2.0.50727"
Add Comment
Please, Sign In to add comment