About 53 results
Open links in new tab
  1. What is REGSVR32? Why do we need it? - Super User

    Jun 30, 2010 · I know it is used to "Register or unregister a DLL". But I want more. Why do we need to register a DLL? When should we register a DLL?

  2. cmd.exe - How to load a DLL with regsvr32 in cmd in Windows 10?

    Oct 20, 2020 · Try this: Start a Command Prompt or PowerShell with admin-rights (needed to register the DLL anyway). Change current directory to the folder where the DLL is located and then run …

  3. windows - What does "regsvr32 /i shell32.dll" do? - Super User

    regsvr32.exe is a tool included in Windows that can register and unregister DLL files. In order to use it, you pass the name of the DLL you want to register/unregister, and some flags that specify what you …

  4. Is it safe to run regsvr32.exe multiple times? - Super User

    Feb 11, 2011 · I need to register msdia100.dll if the computer that I'm working on doesn't have it registered. Instead of looking into registry, I just run regsvr32 msdia100.dll. Is it safe way to do? I …

  5. windows 10 - Error message: "The following files did not self-register ...

    Apr 1, 2019 · I've trawled the internet for an answer to this issue. I have an issue at work with a client machine, that fails to install Canon 4010 Scanner drivers, because of an error: ERROR MESSAGE: …

  6. I ran regsvr32.exe on windows 7, but the process can not exit.

    Nov 25, 2010 · I ran regsvr32.exe in windows 7, but the process can not exit. We have a piece of code that runs regsvr32.exe for registering COM objects, and monitor the exit code of the process to …

  7. windows 7 - DllRegisterServer fails with 0x80070005 even ... - Super User

    Edit: I've now even tried runas /user:Administrator "regsvr32.exe \"C:\Program Files (x86)\GitExtensions\GitExtensionsShellEx64.dll\"" from within a cmd that was itself run as …

  8. RunDLL and Regsvr32 Exploits - how to mitigate or stop?

    Jan 17, 2023 · Closed 3 years ago. I have installed Malwarebytes and Spyhunter 5 and run full scans and yet Malwarebytes still shows blocked calls to nefarious domains and IPs via regsvr32 and …

  9. Is it safe to call Regsvr32 concurrently? - Super User

    I have about 100 dll's I need to register with regsvr32 /s some.dll, do I need to wait for each call to regsvr32 to finish before I do the next call or can I just run them all at the same time.

  10. Windows 7 reinstall MS shadow copy provider (swprv) while missing it's ...

    Apr 9, 2022 · Windows 7 reinstall MS shadow copy provider (swprv) while missing it's registry, no restore points and regsvr32 commands is not a way Ask Question Asked 3 years, 11 months ago …