Windows 7
How to Create a Function in PowerShell
If you have worked with other programming languages, you have may used functions for code reusability. You can also create functions in PowerShell.…
Export and Import Sound Schemes on Windows 7
Importing and exporting whole sound schemes becomes handy if you want to apply your schemes to different computers or setup…
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…
Add Right-Click Menu to Open Any Folder on Windows
The context menu you gain by right-clicking the desktop is a powerful tool to open any kind of data and…
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…