XP
Timed Shutdown on Windows
You can time shutdown on your computer easily by creating a short VBScript that contains either only the shutdown command…
PrtScr key on a Mac keyboard on a Windows computer
PrtScr is the key that is used on Windows keyboard to make screenshots - this key however is specific to…
Unpack Compressed Files with WinRar
When working with your computer, you have probably come across files in .zip or .rar format. These are so-called packed…
“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…