lost your file after virus(es) attacks? the virus is gone but the documents too. Or when you look at the free space of your drive it still similar to before you got the virus. means the file(s) might still there. so where is it? it's hidden. or super hidden in exact. let's get the super hidden out
Step 1
choose start menu - run
Step 2
type : cmd
push enter button
it will give you the command prompt
Step 3
go to the drive where the files is hidden. say the file is in drive d. it's a folder named data. the full path will be (d:\data\). to go to the destination drive you can use command :
drive: push enter,
for example, type = d: enter
Step 4
type : attrib -h -s /s /d data
where :
* h is hidden (we use minus sign to remove it)
* s is system
* /s means process all files in the directory (recursive)
* /d means process directory/folder as well
if you have lots of files it might take a few moment to finish. just wait and your files will be back