CodeSteps

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

Windows

How to restore files from Recycle Bin?

Microsoft Windows 7 Operating System maintains a repository (called Recycle Bin) where it keeps all the deleted files from the computer. You can later restore the file(s) back if you want. One limitation here is, the OS will not keep the file(s), if you delete them by pressing Shift + Del key combinations. This article […]

How to know what type of Operating System is installed (32-bit or 64-bit)?

Depending on the system hardware configuration, we need to install the system software which is an Operating System suitable to our system. If our system supports only 32-bit configuration, we need to install 32-bit Operating System. If it supports 64-bit configuration, we need to install 64-bit Operating System etc,. To find the Operating System installed […]

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 set PATH environment variable in Windows?

Two ways we can set the PATH environment variable. One is through command prompt and other way is through System properties window. Keep that in mind that, when you set the PATH environment variable through command prompt, it will be available to that particular command prompt window. If you set the PATH environment variable through System […]

Scroll to top