Sunday, December 21, 2014

Once Upon a Time When my Flash Drive Dies.

It is my newly created blog so in gonna start making some informative stuff...


This is how to unhide hidden files from your Drives using the Command Prompt.

but if this problems had been caused by viruses make sure you delete all the the shortcuts in your files. 

1. Open the Command Prompt(click start menu>type cmd or command prompt in the search box).
2. Type your drive location(such as d,e or f)
 following with ":"
 then
 type attrib -s -h -r /s /d
 then hit enter..

or u can just type..
(i will assume that my drive is inserted on drive E)

E: attrib -s -h -r /s /d
then hit enter
or you can do things like this:

attrib -s -h -r /s /d E:*.*
 the "*.*" will tell the windows to select all files in your drive
now
 what if you want to hide files??
just type this:

attrib +s +h E:\foldername
I remove the attribute -r I think this is unnecessary
attribute +r will make your file to read-only.

Gomawo.. hopes it helps:)