How to remove the read attribute from a flash drive. How to remove write protection from a flash drive (an error appears that the disk is write protected). Protecting information on flash drives

Although optical discs are still in demand, there is no longer any talk about the popularity of this type of media. Today they have almost been replaced by portable flash drives or simply flash drives. These small devices are versatile, reliable, and capable of storing large amounts of information for long periods of time. And yet, despite their reliability and resistance to physical damage, flash drives, like all devices, can eventually begin to malfunction.

One of these errors, and, by the way, very common, is the spontaneous activation of write protection. It manifests itself in the fact that when you try to write or delete a file from the media, the system displays the message “The disk is write-protected.” It also happens that a flash drive is not formatted using Windows, but usually this happens in more complex situations. However, the problem is not so insoluble, and today we will look at the main ways to eliminate it.

Why does the “Disk is write protected” error appear?

The reasons for the occurrence of the malfunction described above may be different, but, as a rule, they are all associated with either a failure in the configuration of Windows settings, or with the failure of the device’s flash memory, or with damage to the file system. Hardware failures and failures in the microcontroller cannot be ruled out. It often happens that the user himself blocks the device by switching a special hardware toggle switch, but this only applies to those flash drives that are equipped with a similar mechanism.

Drive blocking can also be caused by lack of free space on the disk, viruses, natural wear and tear of flash memory (the device is switched to read-only mode), incorrect formatting, removal from the USB connector while data is being written, thermal and electrical effects, getting inside moisture, removal or damage of the corresponding driver, the appearance of a large number of bad sectors, and less often, changing the file system after using a flash drive on devices with a different operating system. So, how can you remove protection from a flash drive that you can’t write data to?

Removing protection from a flash drive using hardware

Some flash drive manufacturers equip the drives with a small mechanical switch that allows you to enable or disable write protection. If your device has a similar toggle switch, make sure it is set to the UnLock position (towards the open padlock icon).

Insert the flash drive into the USB port and try to write something on it. If you suspect that the switch is broken, do not disassemble the device, but rather take it to a service center.

How to remove protection using Registry Editor

If write protection is not related to hardware problems, you can try to remove it through the registry. The fact is that a parameter may be set in the registry that prohibits making changes to the file system of the drive. Click on your keyboard Win+R, enter the command regedit and press enter.

Expand the following branch in the left column of the editor that opens:

HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/StorageDevicePolicies

Now see if there is an option in the right column of the editor WriteProtect. If it is present and its value is 1, then you have found the reason why the flash drive is write-protected. Double-click on the parameter line with the mouse and change the current value from 1 to 0. Save the settings, restart the computer and check the result.

Attention, it is likely that you will not have some element of the above path. In this case, it must be created manually. Let's say there is no StorageDevicePolicies directory. Right-click on the previous subsection and select “New” → “Section” from the menu.

Naturally, you will also need to create a WriteProtect parameter. It must be of type DWORD, but can also be QWORD on 64-bit systems.


Using the Command Line

We've figured out how to remove write protection from a flash drive through the registry, let's look at another method - using the built-in console utility Diskpart. After connecting the USB flash drive to the computer, open a command prompt as administrator and run the following commands:

diskpart
list disk
select disk N(where N is the serial number of the flash drive)
attributes disk clear readonly
exit

The first command launches the Diskpart utility, the second displays a list of all disks connected to the computer.

With the third command we select the serial number of the removable media, with the fourth we remove write protection from it. The fifth command terminates the Diskpart utility.

This tool can also be used to format a write-protected flash drive, but this is when the files on it are not valuable. In this case, after the fourth step, you should run the following commands:

clean
create partition primary
format fs=ntfs


Unlocking a flash drive through local group policy

Another way to remove write protection involves using the Local Group Policy Editor. By pressing Win+R call the “Run” window, enter into it gpedit.msc and press enter.

In the left column of the editor, follow the path Computer Configuration → Administrative Templates → System → Access to Removable Storage Devices.

Now in the right column, find the “Removable drives: Deny read” option, double-click on it and make sure that the radio button in the settings window that opens is set to “Disabled” (the default should be “Not set”).

Utilities from popular manufacturers to remove protection

In some cases, it is not possible to remove protection from a USB flash drive using the system alone. In this case, it is often not only impossible to write anything to the media, but when formatting a flash drive, Windows writes that the disk is write-protected. In such situations, special utilities can be of great help. It is important, however, to understand that most of these programs completely format the drive during the unlocking process, so you should take care of creating a backup copy of all files on it in advance.

JetFlash Recovery Tool is one of the most popular flash drive recovery utilities. It is intended mainly for repairing Transcend and A-Data flash drives, but can also work with other types of media. The utility supports removing write protection, restoring from the RAW file system, formatting with preliminary saving of data, and correcting file system damage. The program can be used even in cases where the flash drive is not recognized by the system at all.

A utility for restoring flash drives based on Alcor microcontrollers. Like the previous tool, it allows you to remove write protection, as well as restore normal operation of the device. The utility supports the creation of protected partitions on the disk, flashing the controller and analyzing flash memory. Unfortunately, support for the utility has been discontinued by the developer, however, it continues to be successfully used to “treat” Alcor drives.

And at the end of the review, we suggest you get acquainted with another utility for unlocking flash drives. This is HP USB Disk Storage Format Tool - a universal free program used mainly for formatting different models of flash drives. The utility supports unlocking USB devices, selecting a file system when formatting, assigning labels, and applying data compression for NTFS. In addition, with its help you can create a bootable MS-DOS flash media.

How to remove write protection from a flash drive - here are the coolest ways, read! If the user’s attempts to erase, format, write, edit, save the file, transfer or other similar actions with a flash drive are unsuccessful, then he is probably dealing with a protected flash drive and needs to decide how to remove the protection. The guide below contains all the necessary instructions on the issue at hand.

Causes of the “disk is write-protected” error. Why is the flash drive write protected?

When the PC complains that the disk is write-protected, it is necessary to first clarify the cause of the problem.

  • Hardware;
  • Software.

The disc can be write-protected at the request of its owner, simply by using a mechanical switch on the device or by using software tools. Also, the media is often programmatically blocked by the system itself, malicious applications, etc.

Main types of write protection

The first type is mechanical write protection: Manufacturers of flash drives take care to protect the integrity of information stored on their media. The simplest type includes equipping the device with buttons on the body or toggle switches with a “lock” icon.

The second type is software write protection: Software refers to a more reliable type of protection, in which special utilities are used to block access to information.

The easiest way to remove write protection from a flash drive (USB or SD card) in case of mechanical protection

If a USB flash drive or SD is mechanically write-protected, then how to remove the protection in this case?

You should inspect the media itself for the presence of a switch. On some USB flash drives, usually a small toggle switch is located at the end.

Almost all SD cards are equipped with a switch, so before using them, you need to install the switch, as shown in the photo below.

Owners of computers with the “Total Commander” utility installed, in any unclear case, turn to the capabilities of this file harvester, stuffed with many features.
In order to eliminate the problem in question, it is enough to follow several steps:

  1. Click “Configuration”;
  2. After that, click “Settings”;
  3. In the menu that appears, go to the “File Operations” tab and check the box: “Auto select method”;
  4. Click “Apply”;
  5. Click “Ok”;
  6. Ready.

You will need to complete the following steps:

Note: Sometimes the section described in paragraph 11 is missing. In this case, you need to create it. This is done simply: by right-clicking on the mouse in the “Control” subfolder, hovering the cursor over the “Create” line and clicking “Section”.

How to remove protection from a USB flash drive using Diskpart?

If the disk is write-protected, the “Command Line” (CS) will help you quickly unlock it, but the information on the USB drive will be erased.

Steps:

  1. Through “Start”, launch “KS” with extended powers;
  2. Then in “KS” type “Diskpart”;
  3. Click “Enter”;
  4. Type "list disk";
  5. Click "Enter";
  6. Enter “select disk (here indicate the letter that the removable media is designated in the system, no need to insert parentheses)”;
  7. Input;
  8. Then execute “attributes disk clear readonly”;
  9. Enter "clean";
  10. "create partition primary";
  11. "formatfs=fat32";
  12. Input;
  13. "exit";
  14. Input;
  15. Ready.

How to remove protection from a disk using local group policy?

If there are no positive results in deciding how to remove protection from a flash drive using the above methods, you will have to use a complex method and fix the problem through group policies (GP).

Action steps:

If you decide how to remove protection from a USB flash drive, it is more convenient for the user to use “KS”, then you will need to run this tool with extended rights.

Action steps:

  1. In the search line type “cmd” or “KS”;
  2. Right-click on the search result;
  3. Open "KS" with extended rights.
  • Diskpart;
  • list disk;
  • select disk (here indicate the letter that the removable media is designated in the system; no need to insert parentheses);
  • attributes disk clear readonly;
  • exit.
  • Ready.

Programs to resolve the “disk is write-protected” error

All companies that produce USB drives develop software to work with them. However, all these programs can lead to a positive result only when the user is logged in with administrator rights. The second important condition is that the software matches the drive model. In order to obtain accurate information about the media, it is convenient to use the “ChipGenius” utility. It is free and always available on the resource: “mydigit.cn”.

The application displays detailed information about the flash drive, based on which you can accurately determine which software to use.

Having found out the necessary information, it is recommended to visit the page http://flashboot.ru/iflash/, where you can select an application for your flash drive. The last paragraph of this guide provides examples of common software that can effectively solve problems that arise.

How to remove write protection from individual folders or files?

To remove the protection of an individual directory, you need to go to its “Properties” and check the corresponding boxes in the “Security” section.

If there is a ban on editing, for example, a text document, then you can simply copy its contents to another file and save it with normal settings, that is, without protection. Or use the file menu “Save as...”.

To remove system protection from a file, call up the context menu for it and click “properties”. Uncheck the “read only” box.

Often one file or folder is used by several applications at once and as a result the problem we are considering occurs. You need to close all utilities that use the file or directory. After this, access will be immediately provided.

Sometimes a folder or file is protected with passwords. To hack them, specialists have developed applications, for example, “Office Password Recovery”. This is one of the most effective utilities for cracking access codes. You only need to perform a few sequential steps:

  1. Click “open”;
  2. Go to the “attack” tab;
  3. Click “start”;
  4. Wait until the process completes;
  5. Ready.

You can also access individual directories and files by starting the PC in Safe Mode.
When the described methods do not help, it is recommended to install the “Unlocker” application, which, after installation, will appear in the context menu, so using it to work with individual files is especially convenient.

To do this, you will need to install a paid or free modification of the “HDD Low Level Format Tool” (mainly they differ only in the speed of formatting and the lack of automatic updating).
In addition to flash drives, the program can work with USB hard drives. The installation wizard will help you quickly install the utility on your PC.

If it is not important for the user to receive regular updates and is ready for formatting speed limitations, then it is better to choose the free option.

After installing the program to format a protected flash drive, you must perform the following steps:

  1. Select the flash drive.
  2. Click “Continue”.
  3. Read the information in the first tab of the program menu and go to “Low-level format”.
  4. Confirm your commitment and then click “FORMAT THIS DEVICE”.

After waiting for the process to complete, the mission will be completed, that is, all bytes of information have already been erased. In order to use the device in normal mode in the future, you will need to format it using the tools built into the OS.

Programs for formatting protected flash drives

The following programs have earned a significant number of positive user reviews:

AlcorMP— This utility, in addition to removing protection, does an excellent job of restoring the functionality of a USB drive.
You can select the “Russian” language in the menu, so even for beginners it does not cause difficulties.

HP USB Disk Storage Format Tool— The application is suitable for many flash drives, and it is also available for installation for free on the official resource.
In addition to unlocking and formatting functions, the utility can create bootable flash drives.

JetFlash Recovery Tool— Transcend owners appreciated the speed and simplicity of this program, which is capable of correcting errors in reading write blocks and unlocking protection.
Using this software will not complicate the user, since the built-in wizard will help you perform basic operations with a USB flash drive.

Apacer Repair— Owners of flash drives from Apacer easily cope with blocking, thanks to the proprietary utility.
If it is impossible to format the media using standard OS tools, the program will effortlessly complete the task within a few minutes.

Check Disk— A fully functional modification of the program is distributed freely on the Internet.
In addition to the main formatting function, the utility is used to monitor and correct errors on hard drives and USB drives (including flash drives).

Writing files to a removable storage device is the simplest operation on a personal computer, which millions of users perform every day. But not all users understand the true reasons for such an error. In this article we will look at the causes of the error and how to resolve it.

Causes of the “Disk is write-protected” error. Why is the microsd card write protected?

The verbatim text of the notification looks like this: “The disk is write-protected. You need to remove the protection or use a different drive." The appearance of this message is quite logical if the operating system does not have the ability to write to the disk - for one of the reasons it is prohibited.

The causes of failures may be software or hardware. Software and hardware failures occur both in the computer OS and in the file system of the drive. But before deciding what to do, you need to understand the reasons for this phenomenon.

Basic ways to protect a flash drive (memory card) or disk from being written to

Methods for protecting information on a flash drive, as well as types of failures, can be divided into two groups: hardware and system.
One of the options for hardware protection is a mechanical switch on the drive body in the “lock” position.

System protection is a set of programs and utilities specifically designed to ensure data security. For example, a block is set in the Windows registry or a group policy prohibits writing.

The easiest way to remove protection from a flash drive is Total commander

Total Commander is one of the oldest Windows managers, but is still popular among users because it has good functionality and is easy to use. You can remove protection in TC using the following algorithm:

  • Open "Configuration".
  • Open the “File Operations” tab.
  • Select "automatic copy method".

Hardware method. Windows Command Line – Diskpart

Important: You must run the command line as an administrator.

To remove protection using the command line, you need to follow the following algorithm:

  1. Go to the Start menu.
  2. Find the “Command Prompt” application (the command line can also be launched using the Win + R key combination).
  3. Enter Diskpart into the command and press the “Enter” key at the command line, thereby launching the disk manager application on the system.
  4. Enter Attributes disk clear readonly into the command and press the “Enter” key, thereby disabling the read-only mode.
  5. Enter Clean in the command and press the “Enter” key, thereby deleting all partitions and volumes of the disk.
  6. Enter Create Partition Primary in the command and press the “Enter” key, thereby creating the primary disk partition from scratch.

The ability to write to a flash drive is often blocked by numerous malicious programs that enter the computer system through other external media connected to the device or the Internet.

To find and eliminate them, you need to download an antivirus, for example Dr.Web CureIt, and scan the system for malicious code.

Mechanical protection. Switch for recording modes on a flash card

Some flash drives are equipped with special write protection mechanisms. They are located on the device body, on the outside. The device looks like a small switch.

Important: These switches are more common on SD cards, but some USB models also have them.

To activate the ability to write to a disc, just move the switch slider to the desired “OnLock” position.

Windows Tools. Setting up Group Policy (gpedit.msc)

How do I remove protections that have been installed as a result of Local Group Policy settings? This restriction is removed using the following algorithm of actions:

  1. Activate Windows keys + R command prompt.
  2. Enter the command Gredit.msc in the search bar and click OK.
  3. In the new window, go to the tabs: Configuration>Administrative Templates>System>Access to removable storage devices.
  4. Go to the “Disable reading” line.
  5. Double-click on the line.
  6. In the new window, activate “Apply”>OK.

Registry editor. Removing write protection using regedit

Registry Editor is a standard program built into a modern Windows system. The application edits registry keys, sets new default settings, and restores files from backup copies.

To remove protection using the editor, you need to follow the following algorithm:

  1. Log in to the registry editor program by activating the Win+R keys.
  2. Type Redegit in the search bar and click OK.
  3. Find one of the registry branches called: HKey Local Machine
  4. Select the System branch from the drop-down list.
  5. From the list that drops down under this branch, select Current Control Set, then Control
  6. From the list of subsections, select StorageDevicePolicies
  7. In the program interface, check the WhiteProtect parameter
  8. Change the parameter value from 1 to 0.
  9. Close the editor and reboot the OS.

What to do if the disk is write-protected and the flash drive cannot be formatted - Low-level formatting

If the above attempts to remove protection do not bring results, then you should use the method of low-level formatting of the drive to clear and re-create all tables of the file system of the flash card. At the same time, you need to remember that in this case the recorded data will be lost, but the damaged disk memory will be restored. Full formatting will block damaged USB areas and the system will not be able to write data to them in the future.

The Low Level Format Tool program is suitable for this operation. The application clears the partition table, boot sectors, and even manufacturer data - all down to the last byte. A free version of the program is available on the Internet, but it works slower than its paid counterpart.

Not typical causes of the “Disk is write-protected” error

The reasons why writing to a disk is blocked can be divided into common and atypical, more rare ones. The second group includes file system errors, wear and tear or physical damage to the flash drive, microcontroller failures, and USB port malfunctions.

— Fatal errors in the file system of the flash card
If the sequence of storing and naming information in the drive's memory is violated, the structure of the file system is damaged. Logical errors occur after incorrect removal of the flash drive from the connector, memory wear, power surges and other processes. The disk is blocked, and the system reports the need to format it. To correct the situation you need:

  • Try to recover data using software suitable for this media.
  • Perform a high-level format with file system recovery.


Physical damage to the media includes manufacturing defects, cracks, and overheating in motherboards and microcircuits. Physical damage is also caused by violations of operating and storage conditions, power surges, and loosening of USB connectors.

— Microcontroller failures or complete wear of the flash drive
Flash memory and the computer “communicate” with each other using a controller chip built into the external drive. The controller is controlled by a microprogram written into the chip. Sometimes, in case of unsafe removal of the flash drive or electrical current surges, a software failure of the controller occurs. A clear sign of such a malfunction: write blocking. Also, blocking occurs due to wear of the memory chip, exceeding the threshold of rewrite cycles. The system goes into information protection mode to stop the process of memory destruction. Reflashing the microcontroller using special programs will help eliminate failures.


It is rare for a USB port to turn off spontaneously on a computer, but this error still happens. To check if the port is working properly, you must first try connecting other devices to it. If the port sees the smartphone, keyboard and other devices unstable or completely refuses to notice them, then it does not function. If the user sees a system message about the disk being write protected, it is not related to a malfunction of the USB ports. But the administrator can disable them intentionally to protect data from downloading. How to remove write protection from a flash drive if the port is disabled?
In this case, you need to enable USB using the following procedure:

  1. Enter the BIOS by holding down the F2 or F10 keys.
  2. Find values ​​for USB Controller.
  3. Set the Enabled parameter for these values.
  4. Confirm the changes by activating the F10 key.
  5. Restart your PC.

How to remove protection from excel sheet

If the Excel sheet is not editable, the application toolbar is inactive, and the user does not have access to most functions. When you try to make changes, the program will display a message stating that the sheet is protected. To unlock the sheet, you will need the following steps:

  1. Click on the “File” item.
  2. Activating the “Unprotect” link in a new window.
  3. Enter your password. Without knowing the password, you cannot remove the protection.

In the old version of Excel, to remove the lock you need to:

  1. Activate the “Service” item.
  2. Select the “Protection” tab from the list.
  3. Activate the “Unprotect Sheet” command.
  4. Enter your password.

Programs for eliminating recording errors and formatting protected flash drives

Flash drive manufacturers understand that their products may malfunction for various reasons, so every well-known brand creates utilities to eliminate them. Useful programs are available on the manufacturers' websites. For example, the program for Kingston is called Kingston Format Utility, Transcend is called JetFlash Recovery. The programs are freely available on the manufacturers' websites.

Question from a user

Hello. I'm trying to write one Word document from my hard drive to a flash drive, but an error appears that the drive is write-protected. This has never happened before, I didn’t hit the flash drive, didn’t drop it, didn’t do anything with it...

Interestingly, I tried to delete some file from the flash drive - exactly the same error appeared, no access. Those. in fact, I can only copy previously recorded data from a flash drive. Tell me how to remove this error?

PS Windows 7, 8 GB Kingston USB flash drive (the most common)

Hello.

Such an error can be caused by several reasons: a hardware malfunction of the flash drive (for example, if you accidentally dropped it before), a virus infection, “manual” installation of write protection, etc.

In this article, I will look sequentially at all the popular causes (causing this error) and ways to eliminate them. I think that by presenting the article in a similar format, it will be simpler and easier for you and other users with the same error to solve the problem.

Typical error when deleting a folder from an SD card // example

Reasons blocking writing to a flash drive

We will eliminate it consistently!

1) Check if there is a hardware write lock

Experienced users probably remember that floppy disks used to have a small lever, thanks to which it was possible to protect the information on it from unwanted deletion (or modification). And in my opinion, the thing was extremely useful!

Nowadays, most USB flash drives do not have such protection; some manufacturers (mostly Chinese) produce such flash drives. Therefore, some users do not attach much importance to some “locks” on the flash drive body. Meanwhile, if the protection is turned on, then you will not write anything to such a flash drive (see photo below).

Well, SD cards (used in cameras, for example) have a small switch on the side. If you move it to the Lock position, the flash drive becomes read-only.

The moral of the last sentences: first of all, check whether there is mechanical write protection, whether the lever is positioned correctly (and in general, whether your device has one).

2) Is the flash drive (computer) infected with a virus?

I remember my student days... When it was necessary quite often to bring and connect a flash drive to computers “infected” with viruses (and knowingly and knowing about it in advance) - otherwise it would be problematic (if not impossible) to print materials. After such a connection, I had to check the flash drive for viruses and clean the “infection”.

If you do not have an antivirus on your computer, I recommend choosing one from the list:

3) Is there room on the flash drive?

I understand that this question is somewhat banal, but still. If the size of the recorded file is larger than the remaining free space on the flash drive, you may receive a recording error.

To find out how much free space is left on the flash drive: open "My Computer", then right-click on the flash drive and open it properties. In the tab are common- it will be indicated how much space is occupied and how much is free.

4) Isn't it worth writing protection in the registry?

First you need to open the Registry Editor as an administrator. This can be done, for example, through the task manager: to launch it, press the keyboard shortcut Ctrl+Shift+Esc(or Ctrl+Alt+Del ).

Next click file/new task and to the line open enter the command regedit(note that the task will be performed as an administrator).

By the way, you might find the article on how to open the Registry Editor useful.-

(for Windows XP branch: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\USBSTOR )

Important! If the branches StorageDevicePolicies will not be in the registry - it means you do not have a blocking entry in the registry. Just in case, you can create a branch (a branch in the registry is analogous to a folder in Explorer) and then the Write Protect string parameter with the value "0". Creating branches and parameters resembles working in a regular Explorer, the same as creating a simple folder.

5) Check the file system of the flash drive for errors

A similar error can also appear due to errors in the file system of the flash drive. For example, in the process of copying a file, you removed the flash drive from the USB port or simply turned off the light - errors could well appear on it (by the way, the file system may be marked in such cases as RAW).

To check the flash drive for errors, open "My computer", then open properties flash drives, and in the section service click the button (check the disk for errors, see screenshot below).

6) Is there a Read-Only attribute on the flash drive?

Another reason why Windows may give an error when writing a file to a USB flash drive is read-only attribute (if it is installed on a flash drive). There is nothing wrong with this attribute, it only tells the system that this disk is read-only, so it does not write data to it.

By the way, this happens quite often if you have picked up certain types of viruses, or, for example, downloaded something from torrents (the uTorrent program often creates files with a read-only attribute).

And so, let's remove this attribute.


7) Check if there is any protection in the Group Policy Editor

Writing to a flash drive can be disabled through the Group Policy Editor. Therefore, I also recommend checking if the treasured parameter is there...

Note: users of Windows entry-level and home versions will not be able to open the Group Policy Editor.

To open the Group Policy Editor:

  1. press a combination of buttons Win+R;
  2. enter the command gpedit.msc;
  3. click Enter .

It should have the option "Removable drives: disable writing". Open it and see if it's turned on...

By default, the parameter should be set to “Not set” (see screenshot below). If this is not the case for you, switch it to this position, save the settings and restart the computer.

Parameter responsible for prohibiting recording

8) Formatting a flash drive

Perhaps this is the last thing you can do if all other advice has been in vain and led nowhere. Formatting the media helps in many cases, including with our error, discussed in this article.

Note: copy all the necessary data from the flash drive; when formatting, everything will be deleted from the flash drive (just in case, I warn you ☺)!

In most cases, to format a flash drive, just go to "My computer", select the flash drive among the disks, right-click on it and select the command in the context menu "Format" .

If you fail to format the media: errors appear, the computer freezes, etc., then you need to use special utilities to format it. One of these that I recommend is HDD LLF Low Level Format Tool.

HDD LLF Low Level Format Tool

A small utility used for low-level formatting of disks and flash drives. Helps in the most difficult situations when it is impossible to format the media through Windows. Interfaces supported: S-ATA (SATA), IDE (E-IDE), SCSI, USB, Firewire.

The utility is distributed in several versions: there is also a portable version that does not require installation.

Because There is no Russian in the program, I will show with an example how the media is formatted.

After launching the utility, click the button "Continue for Free".

When it ends, Windows will prompt you to format the flash drive (you can format it in the usual way through “My Computer”). As a rule, after low-level formatting, a flash drive can be formatted easily and without errors in Windows.

By the way, if your flash drive still doesn’t work, I recommend trying to restore it. Here is another way described in this article:

That's all I wanted to say! I would be grateful for any additions on the topic.

Share with friends or save for yourself:

Loading...