CodeSteps

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

Windows

Windows – Some useful system tools / commands

We can use some useful Windows system tools or commands to perform some actions or to get helpful information about the system. All these tools or programs are located in the Windows system folder C:\WINDOWS\System32\. Internet Options Allows us to customize our browsing experience in Internet Explorer. It shows the current Internet options and allows […]

Windows – How to check, which APIs are supported on Intel Graphics Controller?

If you have Intel Graphics card installed on your System, you can verify what APIs are supported on Intel Graphics Controller through it’s Control Panel. Through this article, we are going to discuss this. Step 1. Right click on Desktop, and then select Graphics Properties… or Intel Graphics Settings option. This will open Intel Graphics […]

Windows 7 – How to check what Graphics card installed in the System?

Graphics cards are used to display the output and also can perform additional processing for better performance to release the overload from the CPU (Central Processing Unit). Actually, the GPU (Graphic Processing Unit) on Graphics card will perform the additional processing. Through this article, we are going to discuss finding the ways to figure out, […]

Windows – Hooks – An Overview

Windows Applications are message or event driven applications. Windows Procedures or Application methods are going to execute whenever there is an event occurred. There is a message handling mechanism in the Windows to handle or process the messages. For example, when the User press the key from the Keyboard; relevant message will be generated and […]

Scroll to top