Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 11
    Unfortunately, this requires you to run the executable. Perhaps you need to check the architecture of the program as a troubleshooting method on why it is not running. Commented Oct 2, 2012 at 16:20
  • 11
    How do you run a DLL? Commented Nov 3, 2016 at 19:57
  • 1
    @user34660 RUNDLL32.EXE <dllname>,<entrypoint> Commented Dec 14, 2017 at 18:53
  • 1
    @samusarin that should be in the post. Commented Dec 15, 2017 at 1:22
  • 1
    You can also see if a program is 64bit or 32 bit on Task Manager's Details tab, just have to enable the "Platorm" column by right clicking on one of the columns and click Select Columns Commented Nov 24, 2020 at 6:23