Windows 7
How To Rename NIC Adapters with PowerShell
If you want to rename NIC adapters with PowerShell, follow this tutorial: Step 1. Open PowerShell with admin privileges Step…
What does the number 28 behind the IP address 192.168.1.203/28 mean?
Question: What does the number 28 behind the IP address 192.168.1.203/28 mean? Answer: 28 is a subnet mask. IP address…
How to Check if a Folder is Empty in PowerShell
When you are required to check a folder if it is really empty or not with Powershell, this tutorial can…
How to Write VBScript Code on Windows
Open notepad or any other third party editor like Notepad++. Write any VBScript code suppose Wscript.Echo "Hello" Wscript.Quit 0 Save…
What is CBS.log?
CBS stands for component based servicing. CBS.log is a file which include logs about components when they get installed or…
How to Import and Export Virtual Machines in Windows Hyper-V Server
You can use the import and export feature to create a new virtual machine with the exact same configuration of…
Fixed, Dynamically Expanding, and Differencing Disks in Hyper-V
There are three types of virtual hard disks in Hyper-V. Those three types are: Fixed size Dynamically expanding Differencing I…