search
top

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

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

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

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

Installing HuffyUV on Windows 10 64 Bit

Installing HuffyUV on Windows 10 64 Bit Introduction this is not a long post but I it hopefully is a helpful post. HuffyUV is a very fast, lossless Win32 video codec. “Lossless” means that the output from the de-compressor is bit-for-bit identical with the original input to the compressor. It is a video codec I use a lot with video restorations using VirtualDub. In this post we will cover... read more

« Previous Entries Next Entries »

top