Apr 24, 2021
How To Encrypt USB Drives on Windows 10 with Veracrypt
How To Encrypt USB Drives on Windows 10 with Veracrypt Introduction In continuing on with protecting your data and using encryption of USB external drives we will cover another open source program VeraCrypt. Install Download VeraCrypt 1.24 Update 7 from https://sourceforge.net/projects/veracrypt/. Click Next Click I accept and click Next Click Next Click Install Click Ok Click Finish. You may get a popup... read more
Nov 2, 2020
How To Use PowerShell to Export Scheduled Tasks
How To Use PowerShell to Export Scheduled Tasks Introduction We all know what a pain it is to have to recreate scheduled tasks on Windows when moving to new systems or restoring crash or corrupted systems. Making a backup of these tasks is always good to do, so why not do this with PowerShell and make things much simpler. The Code The script is fairly simple Define a new-object Connect to the object on... read more
Jul 30, 2020
WonderFox DVD Ripper Pro Review
WonderFox DVD Ripper Pro Review Introduction So it is time for a product review, which I do not get many requests. With the digital age we are in and with desktops and laptops not having drives it is becoming necessary to make the DVD’s accessible digitally, and that brings us to this post on WonderFox DVD Ripper Pro. What is WonderFox DVD Ripper Pro and what does it do? WonderFox DVD Ripper Pro is... read more
Oct 15, 2019
Use PowerShell to Get Drive List and Capacity
Use PowerShell to Get Drive List and Capacity Introduction Just a simple post with PowerShell. Had a bunch of Windows servers that needed to get a list of local drives and display the size of the drive and the freespace on the drives in GB. To achieve that decided to use Win32_LogicalDisk call in PowerShell. select a few of the available fields and do a little math. The Code What is Win32_LogicalDisk? The... read more
Jul 14, 2019