Home Computer Tutorials Computer Knowledge BitLocker To Go User Guide: Easily Encrypt Mobile Storage Devices

BitLocker To Go User Guide: Easily Encrypt Mobile Storage Devices

Mar 21, 2024 pm 06:31 PM
go windows system version

BitLocker To Go 使用指南:轻松加密移动存储设备

This article will guide you on how to use the BitLocker To Go function to encrypt mobile storage devices, such as USB flash drives, SD cards, TF cards or mobile hard drives, in Windows 11 or Windows 10 systems, thereby effectively protecting data security.

What is BitLocker To Go

BitLocker To Go is a security feature in Windows systems that can encrypt "removable storage devices" to protect data security.

Benefits of BitLocker To Go

  • Strong encryption: Using AES-128 or XTS-AES-256 algorithm to provide strong protection for your data.
  • Easy to operate: Encrypt or unlock in just a few steps.
  • High security: Even if the device is lost or stolen, your data cannot be accessed.

Conditions of Use

  • Operating system: Windows 10 or Windows 11 Pro, Enterprise, or Education editions.
  • File system: The storage device format is NTFS, FAT16, FAT32 or exFAT.
  • Free space: At least 250MB of free space.
  • Active partition: The storage device must be set as an active partition.

BitLocker To Go functionality is independent of operating system version. For example, if you use BitLocker to encrypt a USB flash drive in Windows 11, the encrypted USB flash drive can also be used normally on Windows 10, and vice versa. Whether unlocked using a password or recovery key, newly added content is automatically encrypted.

The difference between BitLocker To Go and BitLocker

  • Usage scenarios: BitLocker is mainly used for internal disks; while BitLocker To Go is specially used to encrypt removable storage devices, such as U disks, SD cards, TF cards and mobile hard drives.
  • Working mode: BitLocker is automatically activated when the system starts and provides continuous protection; BitLocker To Go is only activated when the storage device is accessed. After the device is ejected, the BitLocker To Go service will stop.

Function comparison

characteristic BitLocker BitLocker To Go
Applicable scene Internal disk Mobile storage device
Modify boot sector yes no
Operating mode continued On demand

How to use BitLocker To Go

Encrypted USB disk

In Windows 10 or Windows 11, you can encrypt a USB drive using BitLocker To Go by following these steps:

1Use the Windows E shortcut key to open "File Explorer".

2 Find the USB flash drive in "This PC", right-click and select "Enable BitLocker".

Enable BitLocker

There are 3 unlocking methods to choose from: using "password" or "smart card". For ordinary users, smart cards are not common, so we use passwords as an example. Please set a strong password, making sure it contains uppercase and lowercase letters, numbers, and symbols, and click "Next."

Set BitLocker to Go unlock password

4BitLocker will prompt you to choose how to save the "Recovery Key". It is recommended to select all options to ensure the security of your keys:

  • Save to Microsoft Account
  • Save to file
  • Print Recovery Key

Save BitLocker Recovery Key

5Next, select the encryption range according to your actual situation. If the USB flash drive is new or has no data, it is recommended to select "Encrypt used disk space only"; otherwise, it is recommended to select "Encrypt entire drive".

Select encryption range

6Select encryption mode. If you only use the USB flash drive on Windows 10 1511 or newer, select "New Encryption Mode" (XTS-AES); if you need to use it on an older version of Windows, select "Compatibility Mode".

Select encryption mode

7Click "Start Encryption" and wait for the process to complete. After encryption, a small lock will be displayed on the USB flash drive icon to indicate that it has been encrypted.

Click to start encryption

Encrypted small lock icon

Unlock U disk

1 Insert the USB flash drive into the computer and use the Windows E shortcut key to open the "File Explorer".

2 Find the USB flash drive in "This PC", right-click and select "Unlock Drive".

Select Unlock Drive

3 Enter your password or recovery key in the pop-up window.

4 (Optional) You can check "Automatically unlock on this computer" to avoid having to verify your password every time.

Unlock BitLocker to Go encrypted drive

5 Click "Unlock" to access the drive contents.

The above is the detailed content of BitLocker To Go User Guide: Easily Encrypt Mobile Storage Devices. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1655
14
PHP Tutorial
1252
29
C# Tutorial
1226
24
Unable to access mysql from terminal Unable to access mysql from terminal Apr 08, 2025 pm 04:57 PM

Unable to access MySQL from the terminal may be due to: MySQL service not running; connection command error; insufficient permissions; firewall blocks connection; MySQL configuration file error.

How to copy and paste mysql How to copy and paste mysql Apr 08, 2025 pm 07:18 PM

Copy and paste in MySQL includes the following steps: select the data, copy with Ctrl C (Windows) or Cmd C (Mac); right-click at the target location, select Paste or use Ctrl V (Windows) or Cmd V (Mac); the copied data is inserted into the target location, or replace existing data (depending on whether the data already exists at the target location).

Can vs code run in Windows 8 Can vs code run in Windows 8 Apr 15, 2025 pm 07:24 PM

VS Code can run on Windows 8, but the experience may not be great. First make sure the system has been updated to the latest patch, then download the VS Code installation package that matches the system architecture and install it as prompted. After installation, be aware that some extensions may be incompatible with Windows 8 and need to look for alternative extensions or use newer Windows systems in a virtual machine. Install the necessary extensions to check whether they work properly. Although VS Code is feasible on Windows 8, it is recommended to upgrade to a newer Windows system for a better development experience and security.

How to solve complex BelongsToThrough relationship problem in Laravel? Use Composer! How to solve complex BelongsToThrough relationship problem in Laravel? Use Composer! Apr 17, 2025 pm 09:54 PM

In Laravel development, dealing with complex model relationships has always been a challenge, especially when it comes to multi-level BelongsToThrough relationships. Recently, I encountered this problem in a project dealing with a multi-level model relationship, where traditional HasManyThrough relationships fail to meet the needs, resulting in data queries becoming complex and inefficient. After some exploration, I found the library staudenmeir/belongs-to-through, which easily installed and solved my troubles through Composer.

How to run sublime after writing the code How to run sublime after writing the code Apr 16, 2025 am 08:51 AM

There are six ways to run code in Sublime: through hotkeys, menus, build systems, command lines, set default build systems, and custom build commands, and run individual files/projects by right-clicking on projects/files. The build system availability depends on the installation of Sublime Text.

vscode cannot install extension vscode cannot install extension Apr 15, 2025 pm 07:18 PM

The reasons for the installation of VS Code extensions may be: network instability, insufficient permissions, system compatibility issues, VS Code version is too old, antivirus software or firewall interference. By checking network connections, permissions, log files, updating VS Code, disabling security software, and restarting VS Code or computers, you can gradually troubleshoot and resolve issues.

Which operating systems are supported by Tigervnc in Debian Which operating systems are supported by Tigervnc in Debian Apr 12, 2025 pm 10:15 PM

The open source VNC tool Tigervnc is compatible with a wide range of operating systems, including Windows, Linux, and macOS. This article will introduce in detail the application of Tigervnc on the Debian system. Tigervnc is integrated in the application system of Debian system: In the Debian system, Tigervnc is integrated into the system as a VNC server component. Users can start VNC services through command line tools such as vncserver and customize display settings such as resolution and color depth. Cross-platform connection: Tigervnc client supports Windows, Linux, and macOS, which means users can run this from any

laravel installation code laravel installation code Apr 18, 2025 pm 12:30 PM

To install Laravel, follow these steps in sequence: Install Composer (for macOS/Linux and Windows) Install Laravel Installer Create a new project Start Service Access Application (URL: http://127.0.0.1:8000) Set up the database connection (if required)

See all articles