Home > System Tutorial > Windows Series > Solve the problem that the D drive cannot be read in win11 system

Solve the problem that the D drive cannot be read in win11 system

WBOY
Release: 2023-12-28 08:30:05
forward
903 people have browsed it

After installing win11, some friends encountered the problem that the D drive could not be read. In fact, this may be due to the disk protection added during installation. You can use the command to remove it.

Win11 system d disk cannot be read:

1. First, press "Win x" on the keyboard on the desktop

Solve the problem that the D drive cannot be read in win11 system

2. Then open the "Windows Terminal (Administrator)"

Solve the problem that the D drive cannot be read in win11 system

3. Then enter the following command and press Enter to run:

echo Y |cacls D:\s:D:PAI(A;;FA;;;BA)(A;OICIIO;GA;;;BA)(A;;FA;;;SY)(A;OICIIO;GA;;; SY) (A;;0x1301bf;;;AU) (A;OICIIO;SDGXGWGR;;;AU) (A;;0x1200a9;;;BU) (A;OICIIO;GXGR;;;BU)

Solve the problem that the D drive cannot be read in win11 system

4. After the operation is completed, you can access the d drive normally. If there are still files that cannot be accessed, you can enter the following command again and allow it to completely solve the problem.

echo Y|takeown r f D:\ & icacls D:\ inheritance:e t & pause

Solve the problem that the D drive cannot be read in win11 system

The above is the detailed content of Solve the problem that the D drive cannot be read in win11 system. For more information, please follow other related articles on the PHP Chinese website!

source:somode.com
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template