How we can see hidden files from pendrive
go to cmd(command promt)
and write the drive name of pen drive and then write the command as follows:
attrib -s -h /s /d *.*
for example:
J:
attrib -s -h /s /d *.*
Here, 'J' is the drive name.. while writing the command take proper care of the spaces...attrib then space then -s then space then-h then space then /s then space then /d then space then *.*
No comments:
Post a Comment