Tips for Paralegals and Litigation Support Professionals

Tips for Paralegals and Litigation Support Professionals – January 2024

Share this article

January 7, 2024: Creating a Random Series of Numbers in Excel for QC

If you need to generate a list of random numbers in Excel you may want to avoid using the RANDBETWEEN formula. It will return duplicate numbers:

Creating a Random Series of Numbers in Excel for QC

This is not ideal if your aim is to select numbered entries on a spreadsheet to review at random. You can generate a random list of numbers without duplicates by using the RAND formula instead. Enter the RAND formula in a column adjacent to the data set you are QCing.

Creating a Random Series of Numbers in Excel for QC

The RAND formula will generate new numbers each time the spreadsheet is edited. To get a static list of randomly generated numbers copy the results and use the paste values option. Then you can sort the data by the formula results to randomly select entries to review:

Creating a Random Series of Numbers in Excel for QC

January 12, 2024: Powershell Script to Extract Multiple Zip Files

You can use a simple PowerShell script to extract the contents of multiple zip files. The command Expand-Archive followed by a file path to a zip file, will extract the contents to a location specified in the script.

Create a text file with each line beginning with Expand-Archive -LiteralPath ‘
. . . followed by the file paths, followed by  -DestinationPath 
. . . followed by the location that you want the files to be extracted to:
Expand-Archive -LiteralPath “C:\foofolder\Test.zip” -DestinationPath “C:\foofolder\extracthere”
Expand-Archive -LiteralPath “C:\foofolder\Litigation Support.7z” -DestinationPath “C:\foofolder\extracthere”
Open Windows PowerShell ISE (x86), and paste this script into the script pane.

powershell script to extract multiple zip files

Note that this method will not work for 7zip files.

powershell script to extract multiple zip files

I tested this tonight and successfully extracted more than 50,000 files from almost 50 zip files.

January 19, 2024: Tracking Entries in Checkboxes With Abbyy FineReader

I am currently using an older version [v.11 – Professional Edition] of the Abbyy FineReader OCR software to render text for several thousand PDFs. The software does something which I have found to not be possible with Adobe Acrobat Pro or version 12 of the FoxIt PDF Editor software. It will successively pick up a check mark or ‘X’ in a check box.

Tracking entries in checkboxes with Abbyy FineReader

The software often gets the mark perfectly as:

[X]

. . . but will sometimes substitute a ‘K’ or if there’s a check in the box:

Tracking entries in checkboxes with Abbyy FineReader

. . . it will enter a minuscule character like this: ø

An empty checkbox may get converted to an ‘n’ or just an empty box: □

But it interprets the marks consistently so if you’re analyzing thousands of documents you can successfully track when checkboxes were ticked off.

January 29, 2024: The Windows ‘Remove Everything’ Option to Wipe a Hard Drive

As discussed here before, even after files are removed from the Windows Recycle Bin, and even after a drive is reformatted, it’s still possible to recover deleted files with widely available tools. See the Tip of the Night for December 29, 2019.

Windows 10 and Windows 11 include a reset option which can help wipe the drive of your PC, overwrite the existing data with new data, but this method may not be completely effective. Under Settings if you go to System . . . Recovery, you will see an option to ‘Reset this PC’.

The Windows 'Remove Everything' option to wipe a hard drive

. . .if you then choose the option to ‘Remove everything’, that will initiate the process of wiping the hard drive.

The Windows 'Remove Everything' option to wipe a hard drive

However, there are some reports that even after the ‘Remove everything’ option has been run, files can still be recovered. See this April 2023 report by Tom’s Hardware, detailing the subsequent recovery of persumably wiped files with EaseUS Data Recovery.

A better, or supplementary, option may be to use a secure erase option in the BIOS firmware that manages a computer at the most basic level without the operating system. You can enter BIOS by pressing F2 when rebooting on most kinds of PC (use F10 if you have a HP computer and F1 for a Lenovo device). Or, search for ‘advanced startup options’ in Windows

The Windows 'Remove Everything' option to wipe a hard drive

. . . and then select the option to ‘Restart now’

The Windows 'Remove Everything' option to wipe a hard drive

When your PC restarts you should then be given the option to go into Troubleshoot mode and then under advanced options select the firmware settings.

The Windows 'Remove Everything' option to wipe a hard drive
The Windows 'Remove Everything' option to wipe a hard drive

The Dell BIOS firmware includes an option to wipe the device.

The Windows 'Remove Everything' option to wipe a hard drive
Sean O'Shea on Email
Sean O'Shea
Litigation Paralegal
Sean O’Shea began working as a litigation support analyst at Brobeck, Phleger & Harrison LLP in 1998, near the dawn of the electronic discovery era. From assisting clients with the implementation of information governance policies, to conducting electronic presentations for attorneys at trials, he has been involved in all aspects of litigation support work. Sean is a Relativity Certified Administrator and an ACEDS Certified E-Discovery Specialist. He’s currently employed as a litigation paralegal in New York City, and continues to advise attorneys on legal technology. Look for a new tip on each night on www.litigationsupporttipofthenight.com.

*The views expressed in this blog are those of the owner and do not reflect the views or opinions of the owner’s employer. All content provided on this blog is for informational purposes only. The owner of this blog makes no representations as to the accuracy or completeness of any information on this site or found by following any link on this site. The owner will not be liable for any errors or omissions in this information nor for the availability of this information. The owner will not be liable for any losses, injuries, or damages from the display or use of this information. This policy is subject to change at any time. The owner is not an attorney, and nothing posted on this site should be construed as legal advice. Litigation Support Tip of the Night does not provide confirmation that any e-discovery technique or conduct is compliant with legal, regulatory, contractual or ethical requirements.

Share this article