Sometimes we cannot find out our important files from pen-drive. It may be the cause of viruses. The virus hide the files so that we cannot find out the folder/ item files. Or sometimes the folder may look like as shortcut files. To solve this problem, simply,
* START>> ALL PROGRAMME>> ACCESSORIES>> NOTEPAD = OPEN NOTEPAD.
* Or simply, Press Windows button + R; Write notepad.
Now write/ copy paste the following codes in your notepad.
attrib -h -r -s /s /d DRIVE LETTER:\*.* /* ["DRIVE LETTER" means pen-drives, drive location, it may be I:,D:, H: etc] */
DRIVE LETTER:
del * .lnk /f/s/q
del *.exe /f/q
del Autorun.inf /f/q
c:
tree
cls
exit
* Now go to; File>> Save as>> Unhide.bat (File Name) >> Save.
* Open Unhide file.
* Open pen-drive all will be okay. All the hidden folders/ files are visible now. It can also delete autorun.inf, .exe, shortcut files.
Thanks to: techntechnologybd.blogspot.com
* START>> ALL PROGRAMME>> ACCESSORIES>> NOTEPAD = OPEN NOTEPAD.
* Or simply, Press Windows button + R; Write notepad.
Now write/ copy paste the following codes in your notepad.
attrib -h -r -s /s /d DRIVE LETTER:\*.* /* ["DRIVE LETTER" means pen-drives, drive location, it may be I:,D:, H: etc] */
DRIVE LETTER:
del * .lnk /f/s/q
del *.exe /f/q
del Autorun.inf /f/q
c:
tree
cls
exit
* Now go to; File>> Save as>> Unhide.bat (File Name) >> Save.
* Open Unhide file.
* Open pen-drive all will be okay. All the hidden folders/ files are visible now. It can also delete autorun.inf, .exe, shortcut files.
Thanks to: techntechnologybd.blogspot.com
No comments:
Post a Comment