What is the Purpose of rundll32.exe and rundll.exe Commands on Windows?

  • Thread starter Thread starter jill40
  • Start date Start date
  • Tags Tags
    Extension File
AI Thread Summary
DLL files, or Dynamic Linked Libraries, are not meant to be opened or run directly by users. They serve as "helper programs" utilized by other software applications and are essential for the functioning of various programs and hardware drivers on a computer. Deleting DLL files is strongly discouraged unless the user is fully aware of their purpose, as they are critical components of software modules. Windows includes commands like rundll.exe and rundll32.exe, which enable users to invoke specific functions from DLLs that are designed for such calls. For more information on DLL file extensions, resources are available online.
jill40
Messages
2
Reaction score
0
I've been seeing this certain file extension lately on my computer, but I do not know what programs to run them. What are file extension dll?
 
Computer science news on Phys.org
DLL is most commonly a "Dynamic Linked Library". DLL files are not intended for users to open/run. They contain "helper programs" that are used by other programs.

Here is a helpful source for future reference : http://www.file-extensions.org/dll-file-extension
 
Never delete them...They also are used for hardware drivers on your computer too.
 
Let's just cut through it, they're modules (code) used in software. Don't delete them unless you know exactly what they do (chances are you don't in 99.99% of cases).
 
there is a command under Windows called rundll.exe and rundll32.exe

http://support.microsoft.com/kb/164787

that allow you to call functions from a DLL that are explicitly written to be called by them.
 
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top