Tag: files

How Many DLL Files are Loaded on my Windows Computer?

DLL, short for Dynamic Link Library, is Microsoft’s implementation of the shared library concept in its Windows operating system. The file formats for DLLs are the same as for Windows executable EXE files containing code, data, and resources with the extension usually ended with DLL. At …

Three Way to Attach or Send Files In Outlook Email

Probably the most common action in an Email is attaching the file(s). Yet, email is probably the worst method to send a file. Primary because when the email thing was created back in the 1960s and mid-1970s our digital footprint is significant smaller compare to today, …

Find Which DLL Files Are In Use In Windows

Windows apps and processes access a type of file called ‘DLL’ files. A DLL file, if corrupt or missing, will often prevent an app or process from running correctly. At times, an app or process may fail entirely if the DLL file it needs is absent. …