Showing posts with label 10. Show all posts
Showing posts with label 10. Show all posts
Oct 25, 2022
How to find your Windows product key using Command Prompt (CMD)
Alternate methods given in blog:
- PowerShell
- Registry Editor
- Third party applications/ software.
Dec 2, 2016
Download and Install JAVA (JDK & JRE) for Windows
Download and Install JAVA (JDK & JRE) for Windows
You can download and install latest version of JAVA (JDK, JRE) from it's official site. To know how to do this read the entire content given on D4Techs. While building a java application we require JDK to compile and JRE to run the application. So have to install it on our machine first.
Subscribe to:
Posts (Atom)
Bulk Rename - Replace _ with space using PowerShell
How to Bulk Rename - Replace _ with space using PowerShell? Execute below command in PowerShell to replace it, Make sure you enter correct p...