zoukankan      html  css  js  c++  java
  • 解决 U 盘写保护的问题

    插了一个 U 盘,想格式化或者创建文件,但是提示我 U 盘是写保护的。
    解决方法如下:

    Open a command prompt
    type DISKPART press
    type LIST VOLUME press
    type SELECT VOLUME X, where X is the volume number you want to remove the write protect from. In my case is was Volume 6
    type ATTRIBTES DISK CLEAR READONLY press
    you will see a prompt that the write protect has been removed
    type EXIT press Good luck!

    此方法来自这里

    后记:
    这个方法最后证明不好用。也许我的U盘写保护是因为U盘坏掉了吧。我已经放弃它了,买了个新U盘……

  • 相关阅读:
    扯一扯纯函数
    10.28
    10.27 动手动脑5
    10.26
    10.25 周总结
    10.23
    10.22
    10.21 动手动脑4
    10.20
    10.19
  • 原文地址:https://www.cnblogs.com/Ricky81317/p/5213747.html
Copyright © 2011-2022 走看看