RESTORE YOUR DATA THROUGH CMD
This blog is about restoring your data through one simple command through CMD.
Click on "Start" --> In search bar, type cmd. Right-click on the command prompt
that appears in the search and select "Run as administrator".
"Command Prompt" will be opened.
Here I assume your flash drive as G:
Enter this command.
attrib -h -r -s /s /d g:\*.*
You can copy the above command --> Right-click in the Command Prompt and
paste it.
Within no time the data that you are not able to access will be restored.
Comments
Post a Comment