Search Whitehat Blog

Friday 3 June 2016

Unhide Files In Flash Disk(Solved)

Hello my name is Joe, I have my project in my flash and I cant see both files when I open on windows,Help!


I have had a lot of people complaining of the same issue where you happen to have files in your flash disk or memory card and you cant access or see . This is brought about by a background running process, mostly a visual basic malicious program (itsname.vbs).

Without overlooking on the threats , it can also be experienced if your system file settings is not in 'Un-hide all items' mode. (Check it in file properties in Windows OS)


Bellow is a method to solve out the culprit.


1. Open note pad and  paste this code bellow (In blue Only) .

@echo off
attrib -s -h -r /s /d
cls
exit

2.Click File and click Save As...
3.Save it as unhide.bat
4. Send the file to your defective flash disk.
5.Open your flash and run the unhide.bat file.
6.Wait for a while then re insert your disk.

Now access your flash disk and open the folder .Trash -There you go!


Thats all. Karibu.