How to password protect a flash drive

How to password protect a flash drive Tube. Duration : 9.80 Mins.



1) Open cmd, type the drive name, type attrib. the file name. and +s +h 2) @echo off set pass=(your password here) echo Please Enter Password set /p ui= if %ui%==%pass% (goto open) echo Access Denied pause exit :open start hidden PLEASE NOTE: If hidden files are on you WILL see your hidden file so this will not work! If not everything should work proplerly

0 comments

Leave a Reply