Click to viewEveryone's got a virtual junk drawer, that folder where you save downloads, email attachments, and disposable files you only need access to temporarily. Problem is, these files can build ...
A script is just a collection of commands saved into a text file (using the special .ps1 extension) that PowerShell understands and executes in sequence to perform different actions. In this post, we ...
If you have every used the Command Line, or CMD, interface in Windows, you probably have some idea of the powerful things it can do. Creating your own CMD scripts, you can do even more, but faster. A ...
Learn how to leverage configuration files to customize PowerShell scripts, including language, formatting and display settings, in this conclusion to a three-part series. In the previous article in ...
The free and open source photo-editing program called GIMP (GNU Image Manipulation Program) is a nice alternative to the subscription-based or boxed versions of its competition (including PhotoShop).
AutoHotKey or AHK files are plain text file type that’s used by AutoHotkey, a free scripting tool for automating tasks in Windows. Whereas, EXE extension is used for executable files that can be ...
In my previous article in this series, I explained that you can make your PowerShell scripts far more flexible and dynamic by leveraging a configuration file as opposed to hard coding all of the ...