
Use a batch file to run your PowerShell scripts
Posted 1st August 2016
7 comments
This simple batch file will enable a PowerShell script file (*.ps1) to execute with Administrator permissions in Windows.

Folder or file browser dialogues in PowerShell
Posted 28th July 2016
9 comments
Make life easy for the users of your scripts: Rather then entering file/folder paths at the command line, let them select from a GUI dialogue box.

DOS 8.3 short paths via PowerShell
Posted 5th July 2016
1 comment
Use this PowerShell script to discover the DOS 8.3 path name for any selected folder in Windows.

Robocopy
Posted 24th May 2016
No comments
Use the built-in Microsoft “robocopy” utility to move or copy files en masse.

Upgrading to Windows 10 on an older PC
Posted 1st October 2015
1 comment
My experience upgrading from Windows 7 to Windows 10 on a 5yo laptop could have been better, but some good planning will ensure a smooth transition to Microsoft’s latest operating system.

Use PowerShell to copy all files with a certain name or extension
Posted 2nd September 2015
No comments
Use this simple PowerShell script to batch copy files from one location to another on your computer.

Batch extract zip files with PowerShell
Posted 19th August 2015
No comments
Use this simple PowerShell script to batch unzip large numbers of files at once.

Automatically delete files listed in a CSV
Posted 26th September 2014
3 comments
A PowerShell script that reads a list of files in a CSV and deletes them from a computer drive automatically.

Fix the ‘Gill Sans’ font bug in Chrome
Posted 25th September 2014
2 comments
Bug fix: A quick CSS remedy to ensure that Google Chrome 37 displays the Gill Sans font correctly.

Script to list image files by size and resolution, export to Excel
Posted 24th September 2014
9 comments
Instructions for using PowerShell to export a list of images and their properties to Excel as a tab-delimited CSV.