CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Author : CodeSteps

How to display list of modules used in EXEs?

Windows-based applications are usually developed based on the DLLs (Dynamic Link Libraries). These libraries will load into the memory when we run the EXE (Executable) file. Sometimes it is required to know the list of modules/DLLs loaded by the running executable. The following steps explain how we can see the list of modules used in EXEs. This […]

How to create cron jobs in cPanel?

Cron jobs are useful to automate certain commands or scripts to run at a specific time. This article explains how to create a cron job in cPanel. This article applies to: HostGator Control Panel. Step (1). Go to your cPanel. Click on Cron Jobs. It will open cron jobs page to allow the users to […]

How to enable IIS on Windows?

Internet Information Services (IIS) is a Microsoft Web Server application that allows running Web Application on Windows Operating System. The following steps explain how to enable IIS on Windows. This article applies to: Microsoft Windows 7 Step (1). Open Programs and Features window. See the post “How to open Programs and Features (OR) Add Remove Programs […]

Scroll to top