QUESTION : Is there an application that can tell you what .dll‘s and other dependencies a program uses? ANSWER : […]
Tag: dll
How to find out what process is starting a DLL after logging in
Problem : I have a user on a Windows 7 32bit machine. When this user logs in, they get the […]
Windows : How to protect process from getting killed in C/C++ [closed]
QUESTION : Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the […]
What are the most important Windows .dll files? [duplicate]
Problem : This question already has answers here: What is <x>.dll used for? (2 answers) Closed 8 years ago. What […]
List all possible localization names in shell32.dll (or any other dll with this)
QUESTION : I have interest in customize some folders on my system via desktop.ini and the LocalizedResourceName property, but i […]
How to move and install a .DLL as an Active X addon for Internet Explorer on Windows 10?
QUESTION : In Internet Explorer Tools > Manage add-ons, my workstation has PEDUServiceFunctions.dll as an ActiveX Control addon. I want […]
How to identify applications and DLL which are slowing the File Explorer
QUESTION : My PC is usually very fast with NVMe SSD and latest hardware, but File Explorer is really slow […]
Why wouldn’t a file show up on the Windows XP command line?
Problem : I’ve got a Visual Studio 2010 project with some post-build commands to neatly package up all the dlls […]
Is the msvcr71.dll present in Windows 2012 and higher versions by default?
QUESTION : Giving some background on the problem. We have the windows zip utility packaged along with our product. This […]
Process exceution slow because of unnecessary dll lookups
QUESTION : I am having performance problems with a small program that is sometimes started very frequently on a machine. […]