5 Ways to Find the IP Address of Your Computer

How to Find the IP Address of Your Computer? How to Find the IP Address Using Command Prompt (CMD) How to Find the IP Address Using Windows Settings How to Find the IP Address Using Network Connections How to Find the IP Address Using Task Manager How to Find the …

Read full post

Block Websites Using Hosts file in Windows 10

Hosts file The Hosts file is an extension-less system file that is used to map host names or website domain names to the IP addresses. You do not require a program to run the Hosts file. It boots with the computer, and is already working for you. Hosts file overrides …

Read full post

How to find Windows Product Key using PowerShell.

Step 1: Type powershell in Windows Search. Click on the Windows PowerShell entry to open it. Step 2: In the Windows PowerShell window, type the following text: powershell “(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey” Step 3: Press Enter. It will display the Product Key in the next line.