Windows 10
How to Repair VMware Virtual Hard Disk on Windows 10?
To repair a VMware virtual hard disk on Windows 10, go to the VMWare site and download vdiskmanager-windows-7.0.1.exe2.zip (see also https://kb.vmware.com/s/article/1023856) Repair…
How to Add a New Windows User, Delete and Change the Password of an Existing User
It’s pretty normal for users to share their PCs with people that they know or trust. In such situations, it’s…
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…
Can I Update Windows 10 Without Internet Connection?
Short answer, you cannot update Windows 10 directly without an Internet connection. Update Windows 10 Without Internet Connection However, if…
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…