Thursday, August 15, 2013

Retrieve of Hidden Folders in Pen Drive

Hi Friends my first ever blog is this

       I just need to share my known things you 



Retrieval of hidden folders in mass storage devices

     Whenever you scan your virus affected pen drive or any storage device, It removes the viruses but the virus leave its trace as hiding the folders, any antivirus does not removes the hide attribute of that folder.

so you to make that folder visible by manually

  1. open the command prompt.

  2. select the drive and open it for eg if your pendrive detects as g drive

        then in c:\users\boosh>cd g:    (press enter)

  3. then in that drive type the following command
      g:>attrib -h -s /d /s *.*    (press enter)

  4.  Now wait a while it takes as per the storage size, and after process the hidden folders are got open.

 

No comments:

Post a Comment