Vista
“No space left on device” error on empty drives
When you try to copy files from your hard drive to an external device such as an external hard drive…
How to Call Functions in Powershell (Windows)
Functions in Powershell are called without any comma or parenthesis, although they are defined using them. The correct way to…
Create a Self-signed SSL Certificate on Windows
SSL (Secure Socket Layer) is used for encryption and decryption, processing of S/MIME signed or encrypted mails, generation of certificates,…
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…
Messages, Loops and Pauses with Visual Basic Script
Visual Basic Script is a simple scripting language you can use in Windows to compile executable .vbs files. They can…
Windows Returnvalue: 2147786788 in wmi EnableStatic method
Successfully using the EnableStatic method for example in powershell always gives the Returnvalue 0. If that is not the case,…