What Is rundll32.exe and Why Is It Running?

You are no doubt reading this article because you’ve looked in task manager and wondered what on earth all those rundll32.exe processes are, and why they are running… So what are they?

This article is part of our ongoing series explaining various processes found in Task Manager, like svchost.exe, dwm.exe, ctfmon.exe, mDNSResponder.exe, conhost.exe, Adobe_Updater.exe, and many others. Don’t know what those services are? Better start reading!

Explanation

If you’ve been around Windows for any amount of time, you’ve seen the zillions of *.dll (Dynamic Link Library) files in every application folder, which are used to store common pieces of application logic that can be accessed from multiple applications.

Since there’s no way to directly launch a DLL file, the rundll32.exe application is simply used to launch functionality stored in shared .dll files. This executable is a valid part of Windows, and normally shouldn’t be a threat.

Note: the valid process is normally located at \Windows\System32\rundll32.exe, but sometimes spyware uses the same filename and runs from a different directory in order to disguise itself. If you think you have a problem, you should always run a scan to be sure, but we can verify exactly what is going on… so keep reading.

Research Using Process Explorer on Windows 10, 8, 7, Vista, etc

Instead of using Task Manager, we can use the freeware Process Explorer utility from Microsoft to figure out what is going on, which has the benefit of working in every version of Windows and being the best choice for any troubleshooting job.

Simply launch Process Explorer, and you’ll want to choose File \ Show Details for All Processes to make sure that you’re seeing everything.

what-is-rundll32exe-and-why-is-it-running photo 1

Now when you hover over the rundll32.exe in the list, you’ll see a tooltip with the details of what it actually is:

what-is-rundll32exe-and-why-is-it-running photo 2

Or you can right-click, choose Properties, and then take a look at the Image tab to see the full pathname that is being launched, and you can even see the Parent process, which in this case is the Windows shell (explorer.exe), indicating that it was likely launched from a shortcut or startup item.

what-is-rundll32exe-and-why-is-it-running photo 3

You can browse down and view the details of the file just like we did in the task manager section above. In my instance, it’s a part of the NVIDIA control panel, and so I’m not going to do anything about it.

How to Disable the Rundll32 Process (Windows 7)

Depending on what the process is, you won’t want to necessarily disable it, but if you would like to, you can type msconfig.exe into the start menu search or run box and you should be able to find it by the Command column, which should be the same as the “Command line” field we saw in Process Explorer. Simply uncheck the box to prevent it from starting automatically.

what-is-rundll32exe-and-why-is-it-running photo 4

Sometimes the process doesn’t actually have a startup item, in which case you’ll likely have to do some research to figure out where it was started from. For instance, if you open up Display Properties on XP you’ll see another rundll32.exe in the list, because Windows internally uses rundll32 to run that dialog.

Disabling in Windows 8 or 10

If you’re using Windows 8 or 10, you can use the Startup section of Task Manager to disable it.

what-is-rundll32exe-and-why-is-it-running photo 5

Using Windows 7 or Vista Task Manager

One of the great features in Windows 7 or Vista Task Manager is the ability to see the full command line for any running application. For instance, you’ll see that I have two rundll32.exe processes in my list here:

what-is-rundll32exe-and-why-is-it-running photo 6

If you go to View \ Select Columns, you’ll see the option for “Command Line” in the list, which you’ll want to check.

what-is-rundll32exe-and-why-is-it-running photo 7

Now you can see the full path for the file in the list, which you’ll notice is the valid path for rundll32.exe in the System32 directory, and the argument is another DLL that is actually what is being run.

what-is-rundll32exe-and-why-is-it-running photo 8

If you browse down to locate that file, which in this example is nvmctray.dll, you’ll usually see what it actually is when you hover your mouse over the filename:

what-is-rundll32exe-and-why-is-it-running photo 9

Otherwise, you can open up the Properties and take a look at the Details to see the file description, which usually will tell you the purpose for that file.

what-is-rundll32exe-and-why-is-it-running photo 10

Once we know what it is, we can figure out if we want to disable it or not, which we’ll cover below. If there isn’t any information at all, you should either Google it, or ask somebody on a helpful forum.

When all else fails, you should post the full command path over on a helpful forum and get advice from somebody else that might know more about it.

More stories

Windows 8.1: The Rest of the Settings

It’s safe to say by now, that getting to know Windows 8.1 relies almost entirely on the Start screen environment. While we cover some desktop aspects in the final two lessons, we operate under the assumption that despite Microsoft’s acquiescence to traditional Windows users, Windows itself will

Why does My Browser Say a Secure Website is not Fully Secure?

With all the trouble one can run into on the Internet, it is always a good idea to have as secure of a connection as possible. But what do you do when your browser says a secure website is not fully secure? Today’s SuperUser Q&A post has the answer to a worried reader’s question.

10 Amazing Uses for Wolfram Alpha

You may have heard of Wolfram Alpha, which is a “computational knowledge engine.” That makes it sound a bit scary, but it’s a great tool once you can wrap your head around it.

Windows 8.1: Search, Apps, and Search Some More

We now turn our sights toward all things Search, which can actually make your Windows 8.1 experience infinitesimally easier if you know how to use it well. Search is now a large part of Windows and Bing has even been integrated so you can get actual web results within local search results.