0

a while back i wanted to make my USB write-protected. So as suggested somewhere i used the CMD command attributes disk set readonly Now i want to revert back to full permissions. How to achieve this?

1
  • @DavidPostill - It appears that I have provided the link to the wrong question.
    – Ramhound
    Commented Jul 8, 2016 at 19:14

1 Answer 1

2

use


attributes disk clear readonly


The clear option (as opposed to set) removes an attribute. Here is the syntax diagram:


attributes disk [{set | clear}] [readonly] [noerr]


Documentation here: https://technet.microsoft.com/en-us/library/gg252649(v=ws.11).aspx

0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .