Software
About Browser Extensions
Browsers have come a long way since their early days when parsing and rendering html pages was their primary function. Even today we can find command line browsers like Lynx on that still follow the same principles of navigating through URLs in a web page. However today browsers do much more than just render and display web pages. [...]
About Windows Executable (.EXE) Files
In computing, there are mainly two forms of files: Executable files and data files. The executable files are also termed as an executable program or executable codes. They differ from the data files in that data files are often supporting files created by other programs and cannot be run independently. They have to be parsed by another [...]
About Windows DLL Files
Dynamic link libraries are files that contain data, code, or resources needed for the running of applications. These are files that are created by the windows ecosystem and can be shared between two or more applications. When a program or software runs on Windows, much of how the application works depends on the DLL files of the [...]
About Windows Automatic Update Service
One of the critical features of a computing system is the very dynamic nature of the Windows operating system. Threats and changes in the system are constantly changing to leave the user with no other option than to keep the system files updated all the time. Microsoft has, over the years, evolved a system that enables the update of the [...]
About Windows Event Viewer Features
At best event viewer is a log of events that occurred with Windows Operating Kernel. It was released with Windows NT line of systems that allows others to read the logs created by a computer on the network. It must be understood that the logs are created as files that serve to have potential action taken if necessary. Classification [...]