How to create new disk partition in Windows 11

In this video tutorial session, we will learn to create a new disk partition in windows 11. This is a very easy process. I have explained each step very clearly in this video, please follow the instructions shown in the tutorial to create a new disk partition from C: driver on your desktop or laptop … Read more

Split PDF file without using any software || Quick and Easy way to split pdf

Hello Friends,   In this tutorial, I will show a simple way to split pdf files without using any online/offline pdf editing software. We don’t need any software installation for this. We simply perform this task by using any browser also no need to visit any website.     I hope you found this tutorial … Read more

How To Disable Notification Sound On Windows 11?

To disable notification sounds on Windows 11, you can follow these steps: Open the Windows 11 Settings: You can open Settings by pressing Windows + I on your keyboard or by clicking the “Start” button, then selecting the gear-shaped “Settings” icon. In the Settings window, click on “System.” In the left sidebar, select “Notifications & … Read more

How to record screen on windows 11 | | Screen recording tool is available in windows 11

Hello Friends,   In this video tutorial, we will see how to do screen recording in windows 11. Windows 11 has a free screen recording tool inside the snipping tool. Let’s do a quick screen recording.   I hope you found this tutorial helpful, please consider giving thumbs up and hit subscribe button to motivate … Read more

How to delete temporary files on Windows 11

To delete temporary files on Windows 11, you can use the built-in Disk Cleanup tool. Here’s a step-by-step guide on how to do it: Open Disk Cleanup: Press Windows + S to open the search bar. Type “Disk Cleanup” and select it from the search results. Select the Drive: Disk Cleanup will prompt you to … Read more

IntelliJ Idea 2023.1 community edition installation on Windows 11 (64bit) | Tutorial for Beginners

Hello coders, In this tutorial, we will learn to download and install IntelliJ Idea Community Edition v2023.1 on Windows 11. Also, we will see to create the first sample Java project in this tutorial. It’s an easy task. Let’s do it together. Prerequisites – JDK/Java must be installed on your system. open cmd and type … Read more

Complete Uninstallation of IntelliJ Idea – standalone version from Windows 11

Open the Programs & Features section in the Windows Settings dialog, select the IntelliJ IDEA app, and click Uninstall. Depending on your version of Windows, the procedure for uninstalling programs may be different. You can also manually run Uninstall.exe in the installation directory under /bin. Remove the following directories:Syntax Example: C:/Users/xyz/AppData/Roaming/JetBrains/IntelliJIdea2023.1 C:/Users/xyz/AppData/Local/JetBrainsIntelliJIdea2023.1     I … Read more

How to download and install Wamp Server on Windows 11 || Tutorial for Beginners

In this tutorial, you will learn to download and install the Wamp server on Windows 11 properly without any issues. Download link: https://www.wampserver.com/en/download-wampserver-64bits/ If you enjoyed this video tutorial and found it helpful, please consider giving it a thumbs up (like) 👍 and hitting that subscribe button ✅ if you haven’t already.

Installing MinGW (GCC/G++) Compiler in Windows 11 || Compile and run C++ program |Beginners Tutorial

In this tutorial, you will learn to download and install the MinGW GCC compiler on Windows 11. Here we are not using any installer exe. We will quickly set up MinGW on Windows 11 by setting up the environment variable. Also, you will learn to create, compile and run a C++ simple program here in … Read more