GetUSB.info Logo

Encrypt a USB Flash Drive, Windows 10, Free Feature!

Encrypt a USB Flash Drive, Windows 10, Free Feature!

Encrypting a USB flash drive is quick and easy in Windows 10. The PRO version of Windows 10 will allow anyone to activate Microsoft’s built in bitlocker technology to encrypt an entire flash drive, or part of a USB flash drive.

Microsoft BitLocker is a disk encryption technology designed to enhance data security by encrypting entire disk volumes on Windows operating systems. Introduced with Windows Vista and included in subsequent versions, BitLocker provides a robust defense against unauthorized access and data breaches.

The primary purpose of BitLocker is to protect sensitive data in case a device is lost, stolen, or accessed by an unauthorized user. It uses full-disk encryption to secure the entire contents of a disk, including the operating system, system files, and user data. Even if someone physically removes the hard drive and attempts to access it on another system, the data remains inaccessible without the proper authentication credentials.

BitLocker employs various encryption methods, with Advanced Encryption Standard (AES) being a commonly used algorithm.

The encryption process is transparent to the user once configured, and access is granted through authentication methods like PINs and passwords.

Below are nine screen shots and simply follow along in your Windows 10 Pro computer and do what you see below. The process is very easy to do. The longest part of this entire setup is the encryption of the USB stick itself. The time required to encrypt the drive will depend on a couple of factors, such as the GB capacity of the USB drive and the processing power of your computer. In the example below, using a USB 2.0 device with a 16GB capacity the encryption time took only 4 minutes.

Continue Reading

How To: Copy Protect Digital Photo on USB Flash Drive

I want to copy protect a digital photo on a USB flash drive. The answer wasn’t as obvious as I had hoped, but I did find it.

Below is the process I used to get what I needed.

The first thing I want to emphasize is that I want to protect a digital copy of a photo rather than a physical copy of a photo.

So, how to prevent a digital photo from being copied from a USB flash drive is a difficult question to answer. My first thought is about the medium I intend to use to send a digital photo to someone.

  • Do I offer a download link?
  • Do I send them a digital copy on a storage device like a portable hard drive or USB flash drive?
  • Do I provide them a weblink to view the file from a hosted server?

The more I considered a delivery method, the more questions I had.

My first thought was to host the photo on a private webpage. Only users with access to the page could view the photo.

This isn’t going to work. I realized that once the viewer is on the page and viewing the photo, they can save it or screen capture it. After that, they could share the digital photo with whoever they wanted. There isn’t much protection here.

My next thought was to put the digital photo in a password-protected zip file. That is a good idea. The photo can only be viewed by someone who knows the password.

Oh wait, that doesn’t work either. I end up with the same problem as the hosted webpage. Once the file is accessed, the user can do anything they want.

So it occurs to me… I keep returning to an encryption solution rather than a copy protection solution. Encryption is useful because only those with the correct password can access the photo; however, it is not the same as my ultimate goal, which is to copy protect a digital photo and prevent it from being copied.

I guess you can say encryption is a way of keeping the honest people… well, honest.

I need a way to protect my photo regardless of the recipient’s intent. I realized I needed a solution in which everyone can see the photo but no one can do anything with it. Is it even possible to find such a solution?

When I was talking with a neighbor who is an IT guy, he mentioned a concept that I’d heard of before but didn’t apply to my thinking. Rather than a digital method of sending the photo, he proposed a type of physical dongle that held the photo. He explained that without the physical device, viewing the photo is impossible.

The lightbulb went on!

Continue Reading

How To: Get Serial Number of USB Flash Drive

Using the CMD prompt in Windows 10 or 11, it is a one line request to get the serial number of a USB flash drive. The serial number in question is the device serial number which follows the device and will be the same serial number to identify the physical device. This serial number is written into read-only memory on the flash drive and cannot be duplicated or deleted or modified. This is different than the volume serial number which we talk about from a previous post.

Steps are very simple:

# Insert a flash drive (or multiple)

# Select a flash drive by clicking on the drive letter

# In the Explorer path field type cmd

usb flash drive, cmd prompt

This will open the Command Prompt

# Copy the text below and click Enter

wmic path Win32_USBControllerDevice get Dependent | find “USBSTOR”

This request is asking Windows to search the computer for any Mass Storage devices (flash drives) connected to the computer USB Host Controller on the motherboard.

How To Get Serial Number of USB Flash Drive

Serial Number of USB Flash Drive, multiple drives

You do need to parse some information out because more than a serial number is given.

The serial number of the USB flash drive is listed last and there is a &0 at the end which is not part of the serial number. The hardware serial number can range in length so we don’t have a guideline for how long it should be. Typically we see serial number lengths range from 8 to 30 alpha-numeric values.

Using a 3rd party program, you can see the serial number of the USB flash drive matches that of the cmd prompt request.

software to get serial number of USB drive

Continue Reading

Free USB Flash Drives For Students

USB Flash Drives are indispensable for the students.

They are a fantastic tool to store and use documents and other important data. Moreover, talk to any student and they will let you know how they carry a USB flash drive—attached to key rings, customized with colors, shapes, objects, and much more!

With a USB flash drive, you can use your computers or laptops efficiently whether you’re at home or university, or school. There may be times when you want to continue work even after school hours; therefore, carrying a USB flash drive is very handy.

With all that being said, USB flash drives can cost students a lot; especially if you’ve lost one and have to buy another. Therefore, here are a few ways you can get USB flash drives for free.

Free USBs With A Purchase

There are many computer stores, and stores for cameras, cell phones, and other tech-related things that give flash drives for free with purchases.

Itpstyli

Itpstyli is a company that makes over 1000 styli for CMM, gear measurement equipment, and machine centers. To get a flash drive for free, you have to add it to the cart and save the cart as a shopping list.

If you require help with homework or need assistance in technical disciplines, feel free to get in touch with cwassignments.com to get assignment help online from experts.

MyBioSource.com

The company sells biological reagents. If you’re in the field of biology, and need products in bulk, you can get a free USB flash drive, or even more, based on the items of your purchase. Your free flash drive will get you 8GB of storage.

You must also keep an eye on Best Buy, Tiger Direct, and NewEgg, as these tech retailers often give away tech items, including USB flash drives. They may also give away products when you refer people, share their promotional posts, subscribe to their newsletters, be a loyal online presence, or buy products from them.

Flash Drive Retailers

As you must have realized by now, there are very few stores that sell just USB flash drives. However, they do exist; and the chances of you getting a free USB flash drive from them becomes quite high. You can accomplish this through online contests, giveaways, store promos, affiliate programs, and more.

USBholic

USBholic is a Texas-based retailer that sells flash drives. You can pick a cute design from their store and choose the 4GB one. When you do so, you’ll see the price to be $0.01 per flash drive. Even though it’s not completely free, it’s close. USBholic ships flash drives to Europe, the US, Asia, and Oceania. However, please check the shipping costs to your place to see if it’s worth getting it shipped.

Continue Reading

How To: Get USB Volume Serial Number and USB Device Serial Number

Using the command prompt (cmd) you can quickly and easily get the USB volume serial number and the USB device serial number. There is no computer experienced needed to perform these functions, simply type a couple letters and you will get the information!

To get the USB Volume Serial Number do the following:

Insert USB flash drive into the computer

Double click the drive letter associated with the USB flash drive (remember the drive letter as you will need this in a moment)

usb drive letter in windows explorer

In File Explorer type: cmd

cmd prompt in usb drive letter

From the command prompt type: vol d: and click Enter ( where “d” is the drive letter of the USB flash drive)

The command prompt window will return the results and look something like this:

The Volume in drive D is named “Nexcopy”

The Volume serial number is 3AAB-AA16

vol command for usb drive letter

After we explain how to get the USB device serial number we will explain the difference between the two.

To get the USB Device Serial Number do the following:

Continue Reading

Review: Rufus The Big Misconception With ISO Files

If anyone searches for “burn ISO to USB” they will get pages and pages of Rufus links. However, there is a big misconception with Rufus… it doesn’t create USB CD-ROM drives!

The only thing Rufus does is take a bootable ISO file and write the data to a USB stick. Basically Rufus will extra the data on an ISO file and write it to the flash drive. You can do the same thing with WinRAR.

There is nothing magical about Rufus when it comes to “making a CD” because Rufus doesn’t make a “CD.”

If you need to make a USB CD-ROM flash drive the best solution found so far, is the Disc License drive. The Disc License drive is a blank USB CD-ROM flash drive. Using their Drive Wizard software (free), easily write ISO files to USB. The resultant drive will be a USB CD-ROM flash drive.

Before we get into Disc License technology, we do need to clear up some points about WinRAR and Rufus software. WinRAR will extract all the files contained in an ISO file and write them to your USB flash drive; however, if the ISO is bootable, WinRAR won’t write the boot code. This is where Rufus does shine. The Rufus software will write all the files contained in an ISO file along with the boot code to make your device bootable. With that said, there is a clear advantage for using Rufus over WinRAR.

Does Rufus burn any ISO file to USB? NO.

Does Rufus make your USB flash drive read-only, like a CD? NO.

If the ISO file isn’t bootable, there isn’t much [more] Rufus can offer. A non-bootable image will display an error message saying “This image is either non-bootable, or it uses a boot or compression method that is not supported by Rufus.”

rufus does not support iso file

Rufus is truly designed for one thing:

Continue Reading

USB Duplicator Review Highlights Strengths

CD and DVD optical duplicators have been popular for years; however, with the disc drive no longer sold in computers, the only device left for moving files around are USB flash drives – well, most common device at least. With that in mind, let us take a look review a USB flash drive duplicator and wanted and provide observations.

So what is the speed of burning a DVD compared to copying to a USB flash drive? With a 16X DVD recorder it will take about 6-7 minutes to burn an entire disc, which is 4.7GBs. A common size DVD duplicator is seven drive system which means 7 copies every 7 minutes. However, today’s file sizes are getting larger and a data load can easily be over 5GBs. A dual layer DVD is 8.5GBs and would take about 27 minutes.

The USB duplicator in this review is a sixtenn target USB 3.0 duplicator manufactured by Nexcopy. This model was selected because it was the most popular in search results, and honestly – looks best for an office setting. This system will make sixteen copies at 1GB under a minute; which translates to 16 copies in less than five minutes. The dual-layer DVD mentioned above would be 9 minutes to make 16 copies. Clearly a USB duplicator is more efficient than a DVD duplicator.

OVERVIEW

Nexcopy’s model in today’s review is the USB160PC. This is a Windows computer based software and hardware solution which runs on Windows 7 or Windows 10. The copy speeds are the same as designated standalone systems. Below is a picture of the PC based system and the standalone system, both about the same port numbering (16).

USB Duplicator Nexcopy

The USB160PC uses software and provides six copy modes which a company can chose which copy method is best for their needs. Copy modes are:

  • File Copy
  • Copy Add
  • Device Copy – Data Only
  • Device Copy – Full Media
  • IMG Copy
  • Unique Data Streaming

We will cover the copy modes a bit later in the review.

The Drive Manager software by Nexcopy, has a data extraction feature giving the user the ability to extract data off the drive and make a data dump to a location on the host PC.

The PC based USB duplicator is fast and flexible to work with and provides excellent user feedback during the duplication process. The GUI (Graphical User Interface) ties in the obvious information such as USB flash drive total size, bytes used, percentage done during duplication and pass/fail response. Nexcopy uses their own Drive Manager software (trademarked) and provides lifetime software support and updates for free.

The GUI does an excellent job of identifying the USB device shown in the software with the USB socket on the duplicator. This is one problem with any home-grown duplication system, like connecting flash drives to a USB hub – the only way to identify a drive is by disconnecting it until you’ve found the one in question. The USB160PC gives you the tools to quickly identify each USB drive connected.

drive manager software by nexcopy

The bonus information from Drive Manager is the second tab of the GUI. This page shows the device serial number, the VID (Vendor ID) the PID (Product ID) and device descriptor information. The tech folks will appreciate this feature.

HARDWARE

For this USB duplicator review we weighed the duplicator box and it came in just under 5 pounds – so portable! Two LED for feedback along with the GUI software. Blue LED shows power to the socket and green LED displays activity of the device (will blink when reading or writing data). The GUI will provide performance feedback and status about the copy job and process. The power supply is auto-detecting and will automatically work in a 110v or 230v environment, no need to make a manual power setting switch with the physical box. The USB duplicator has a 5v fan on the back side to provide air flow for cooling; although we didn’t experience any heat during testing and operation.

The power supply inside is a 150watt MeanWell brand power block, which is a brand used by medical companies so power will never be an issue. This also means the 150watt power supply can support 16 USB hard drives.

usb copier by nexcopy

Continue Reading

This USB Stick Can Backup Your Phone Pics

There are two popular methods to get large videos off your iPhone.

The most common problem is having a large video on your iPhone which you need on your computer. Email programs usually limit a file size at 20MBs, so if the file is larger, what can you do?

There are two popular options which come to mind: Use QuickTime or Use a USB flash drive.

Option #1

Use QuickTime. Macs already have QuickTime built into the OS, but Windows users must install it. Before deciding this as your best route to get large videos off your iPhone here is a list of things to consider:

  • You must backup your iPhone on QuickTime before you access the video
  • You need your computer (an authoized computer) to perform the backup
  • Windows user smust download and install QT
  • QuickTime is an invasive program which most Windows users will not like
  • Not a “portable” way to get the videos off your iPhone
  • However, this is a free solution!

Option #2

Use a flash drive.

Yes, you need to buy a specific flash drive, but after this investment it’s infinitely easier to get videos off your iPhone. Some advantages worth considering:

  • Get large videos off your phone without a PC
  • Share the videos immediately to another user’s PC
  • External storage device for backups of those videos

Point number one is really the value in all this {wink}.

Yes, you need to make a purchase of a product so you won’t be able to make the transfer ‘right now’ but will be able to once you have the USB device.

Specific USB drives have software which work with the iOS allowing the download of files from the phone to the drive. The one tested is the SanDisk iXpand flash drive at 128GB capacity and will cost about $40ish dollars.

The process is very straight forward.

  • Download the iXpand app from the Apple app store
  • Connect the flash drive to your iPhone
  • Select what file you want to transfer, that’s it
Continue Reading

How To: Copy Protect PDF Files

This article will overview how to copy protect PDF files outside of the Adobe ecosystem. A couple of things worth mentioning before getting into the details:

  • Encryption is different than copy protection. Encryption is a technology solution where the PDF owner assigns a password to the document and after the user enters that password the user can do anything they want with the file. Print, share, screen capture, etc. The idea for encryption is the document being unattainable until a password is entered.
  • Copy protection does not use a password and anyone can see the file. However; the file cannot be copied, printed, shared or screen captured. The idea behind copy protection is the PDF being viewed by anyone, but nothing can be done with the file. When people are searching for PDF copy protection, this is the solution most likely sought after.

PDF or Portable Document Format is an open standard. What this means is the document format was designed to be used in just about any document reader program. The goal for the PDF specification was to make the format as universal as possible. For this reason, it is a bit more difficult than one would think to copy protect a PDF file.

Windows comes pre-installed with Adobe Reader. In addition, Windows has embedded Adobe API code to read PDF files. Even if Adobe Reader was not installed on your computer, or uninstalled, the underlying code is still there to open a PDF. In additional to Adobe Reader (#1 PDF reader in the market) there are dozens of additional PDF reader programs. Again, the goal for all these readers is to open and read a portable document file.

Adobe copy protection solutions are very well known for being cracked. If you Google “Adobe copy protection crack” you will find pages of ways the Adobe security features are compromised. Here and here are two examples of Google search results with web pages dedicated to hacking.

The fundamental problem with copy protection are the lack of controls when viewing a PDF. Meaning a PDF content owner (you) does not have the control over Adobe Reader, or other programs, to stop the user (your client/customer/student) from printing, screen grabbing, sharing and saving.

The idea behind a PDF copy protection solution is a framework where the PDF can be opened and viewed, while you (the content owner) maintains control of the document.

Of course Adobe Reader, FoxIt Reader and others, will not provide the tools to block a user from printing or saving from within their program. In contrast, we need a “reader” or “viewer” with controls to block those functions.

With this in mind, it is difficult to provide a reader with these security functions. Most users who receive a PDF do not want to download and install another program just to read a PDF file. The ease and beauty of a PDF gets lost in that process. No longer is the PDF a portable document format. In addition, a software program that can be downloaded to view a PDF can also be downloaded by a hacker to be reverse engineered. There needs to be something more than just a secure reader/viewer to control the PDF.

The most secure way to copy protect a PDF file is to associate it with something physical. There are some software (only) solutions, but those are not as secure as a solution with something physical.

Continue Reading

How Does USB Copy Protection Work?

In this article we will detail how the Nexcopy USB copy protection solution works. Before we start there are important definitions we must all agree upon. As in today’s market place there are multiple vendors using the wrong definitions to explain copy protection.

Copy protection is different than encryption; although copy protection does use a form of encryption in the overall solution.

Encryption is scrambling up data and requiring a password to piece all the data together and display it. Once the password is entered the data can be viewed. The potential security issue is the user who entered the password can now do anything they wish with the files, print, save, share, etc.

Copy protection is different in two ways. First, there is no password required to view the data. Second, the files cannot be saved, printed, shared, streamed when viewed by even the most trusted user.

The later, copy protection, is what most people want when it comes to multi-media files like PDF, video, audio and HTML pages. Most users want the data to be seen by as many people as possible, yet the data cannot be saved, shared, streamed, printed or screen captured.

So with that in mind, let us review how the Nexcopy solution works for USB copy protection.

Here are six bullet points regarding features Nexcopy provides which others do not:

  • Copy protected content plays on both Mac and Windows computers
  • There are no Admin rights required to play the content
  • There is no installation required on the host computer
  • The content runs 100% from the flash drive
  • The USB stick is write protect, so files cannot be deleted or changed
  • The solution is both hardware and software, ultra-secure

The Nexcopy USB copy protection solution runs with the assumption the content owner does not want to share the data with even duplication service companies. It is assumed the content owner wants total control of the data before, during and after the USB duplication process.

Here are the steps for using the Copy Secure drives as the content owner:

Continue Reading

How To: Scan USB Flash Drive With Windows Defender (Automatically)

You never know where a flash drive has been.

Always best to scan a USB flash drive before using it.

Did you know Windows Defender could be configured to scan a USB stick automatically the moment it is plugged in? Below are the steps to configure Microsoft Windows to automatically scan a USB drive↓.

Windows Defender is not configured for automatic scanning when the operating system is installed. Not sure why, as malware spreading via USB flash memory is one of the more prolific tech issues of the day. Our only guess is Microsoft giving us free will to make our own decisions, after all, scanning takes time and why not let the user choose when this is done.

This tutorial will take about three minutes to setup. I would suggest read the rest of this article and when done, go back and perform the few steps required to make the Windows Defender scan for USB flash drives.

We are going to make a Group Policy to scan USB flash drives using Windows Defender.

Let us run the Group Policy editor.

Press the Windows Key + R

Type gpedit.msc and press Enter or OK.

Look for the Administrative Templates under the top Computer Configuration directory, expand this directory (folder)

Scroll down to Windows Components, expand it

In that directory scroll down more and look for Windows Defender Antivirus, expand it

Finally, look for the Scan folder and click that folder.

On the right side of the dialogue box you will see additional settings, search for the Scan removable drives and double click that setting

This setting is disabled by default. Please click the radial enable button to enable this setting for your Windows computer.

Click Apply in the bottom right and then click OK.

That is it. Your Windows computer will now automatically scan USB flash drives using Windows Defender.

Alternatively, you can insert a USB stick and right click the drive letter and select Scan with Windows Defender but the problem here, is the USB could have already done it’s virus work before you had a chance to scan for malicious code.

Continue Reading

What is Fuzzing and How Did It Find 26 USB Bugs?

Fuzzing is a method of testing with automated software which provides invalid, unexpected, and random data as inputs to a computer program. The testing program then monitors for crashes, assertions and potential memory leaks.

A research team based from Purdue University came up with USBFuzz, which pushes enormous amounts of random data through the USB bus of a system. Hui Peng and Mathias payer (from the Swiss Federal Institute of Tech) came up with the idea and program.

Please don’t lose any sleep over the bugs found.

Peng and Mathias found one bug in FreeBSD, three in MacOS (two resulting in an unplanned reboot and one freezing the system), four in Windows 8 and Windows 10 (resulting in Blue Screens of Death) and the vast majority of bugs, in Linux — 18 in total.

Of all these bugs, Windows users do not need to worry, they have been fixed. Of the 18 found in Linux, 16 of them have been corrected already. Those correct where major security flaws.

What we like about the USBFuzz is the underlying theme to improve the security of the USB platform and continued improvement. We also like USBFuzz becoming an open source bit of code that everyone may use to strengthen thier USB product. The team will release a version on GitHub later this year, 2020.

Continue Reading

Copyright © 2006 +

USB Powered Gadgets and more...

All Rights Reserved

GetUSB Advertising

This is a high value website providing great exposure to your product and brand. Visit our advertising page to learn specifics.

For more information
Visit our advertising page.

Nexcopy Provides

USB copy protection with digital rights management for data loaded on USB flash drives.

Contact us learn more