php editor Yuzai will introduce to you the solution to the problem that Win10 system cannot open the D drive. This problem may occur because the D drive is not assigned a drive letter, the disk is damaged, or system settings are caused. This problem can be solved by checking disk management, changing the registry, running a disk check, etc. If you encounter the problem that Win10 system cannot open the D drive, you can try the above methods to troubleshoot one by one and find a suitable solution to restore your computer to normal operation.
1. Press win x and select Command Prompt (Administrator).
2. In the command window, enter 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), just press Enter to execute.
3. If the above operation still cannot solve the problem, you can then execute the echo Y|takeown /r /f D: & icacls D: /inheritance:e /t & pause command.
The above is the detailed content of Solution to the problem that WIN10 cannot open the D drive. For more information, please follow other related articles on the PHP Chinese website!