Home  >  Article  >  Computer Tutorials  >  How to display USB flash drive files in hidden folders

How to display USB flash drive files in hidden folders

WBOY
WBOYforward
2024-02-27 09:10:05652browse

php editor Baicao introduces you how to display U disk files in hidden folders. In Windows systems, hidden files can be displayed through the "Hidden Items" checkbox in the "View" tab of File Explorer. In addition, you can use the command prompt command "attrib -h -r -s /s /d G:\." to display hidden files in the USB flash drive. Remember to back up important files before operation to avoid accidental loss. I hope the above methods can help you successfully retrieve hidden USB disk files!

How to display USB flash drive files in hidden folders

Tool materials:

Computer brand and model: Lenovo ThinkPad X1 Carbon

Operating system version: Windows 10

Software version: File Explorer

1. Use the File Explorer

1. Open the File Explorer, which can be quickly opened by pressing the Win E shortcut key.

2. In the top menu bar of the file explorer, click the "View" option.

3. In the "View" option, check "Hide protected operating system files (recommended)" under "Hidden items".

4. Click the "Apply" button, and then click the "OK" button.

5. Return to the main interface of the file explorer, and you will find that the U disk files in the hidden folder have been displayed.

2. Use the command prompt

1. Press the Win R key to open the run window.

2. Enter "cmd" in the run window and press the Enter key to open the command prompt.

3. Enter "attrib -h -r -s /s /d G:\*.*" (where G is the drive letter of the U disk) in the command prompt, and then press the Enter key .

4. After the command is executed, you will find that the U disk files in the hidden folder have been displayed.

Summary:

By using File Explorer or Command Prompt, we can easily display USB flash drive files in hidden folders. Whether by checking options or using the command line, you can quickly solve this problem. I hope the method in this article can help everyone and make it easier for everyone to find and manage files in the USB flash drive.

The above is the detailed content of How to display USB flash drive files in hidden folders. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:windows7en.com. If there is any infringement, please contact admin@php.cn delete