New Member
|
try this, maybe works. it will clear readonly attributes.
enter to command mode (dos mode)
type follow word :
-------------------------------------------------
diskpart
list volume
select volume xx (digital number , xx = disk number)
attributes volume (or disk) clear readonly
-------------------------------------------------
Good luck!
|