techntechnologybd

Welcome to TECHNTECHNOLOGYBD.BLOGSPOT.COM
techntechnologybd: Find out hidden files from pendrive!!! /*-----Custom Labels Cloud widget by www.MyBloggerTricks.com----*/ .label-size{ margin:0 2px 6px 0; padding: 3px; text-transform: uppercase; border: solid 1px #C6C6C6; border-radius: 3px; float:left; text-decoration:none; font-size:10px; color:#666; } .label-size:hover { border:1px solid #6BB5FF; text-decoration: none; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; transition: all 0.5s ease-out; -moz-transform: rotate(7deg); -o-transform: rotate(7deg); -webkit-transform: rotate(7deg); -ms-transform: rotate(7deg); transform: rotate(7deg); filter: progid:DXImageTransform.Microsoft.Matrix( M11=0.9961946980917455, M12=-0.08715574274765817, M21=0.08715574274765817, M22=0.9961946980917455, sizingMethod='auto expand'); zoom: 1; } .label-size a { text-transform: uppercase; float:left; text-decoration: none; } .label-size a:hover { text-decoration: none; }

Saturday, September 15, 2012

Find out hidden files from pendrive!!!

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


 

Post Comment

No comments: