How to Change Font Size in Windows 10

Change Font Size in Windows 10 Using System Font Size Changer Windows 10 does not give you the complete control over the font sizes used for its various text elements. With the release of Windows 10 Creators Update, Microsoft removed the ability to change the font sizes of text, apps, …

Read full post

Remove the 3D Objects Folder from This PC in Windows 10 File Explorer

How to Remove the 3D Objects Folder from This PC in Windows 10 File Explorer? With the release of Windows 10 in 2015, Microsoft introduced a new section to its File Explorer called Folders. Originally, it included the following six User Folders: Desktop Documents Downloads Music Pictures Videos Now, every …

Read full post

Configure System Restore to Use Less Disk Space in Windows 10

How to Make System Restore Use Less Disk Space in Windows System Restore is one of the most popular Windows troubleshooting tool. It is recommended to create Restore Points before playing with Windows Registry, or Windows and Programs settings. However, System Restore uses a lot of Disk Space if not configured …

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 Block a Program (App) Using Windows Firewall?

Windows Defender Firewall The Windows Firewall lets you create Inbound and Outbound Rules for all of the programs and their executables installed on Windows. You can use these Rules to manage the Internet connectivity of these programs and executables. There could be many reasons for you to prevent a program from …

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.