-moz-user-select:none; -webkit-user-select:none; -khtml-user-select:none; -ms-user-select:none; user-select:none;
Subcribe to our RSS feeds Join Us on Facebook Follow us on Twitter Add to Circles

04 August 2014

Put password on USB

1.first ,input your usb device on PC
2.then make any folder that maya contain your imp files which you want to be locked .
eg. here i make the new folder ERG
 3.then open Notepad
4.Paste the following code:


@echo off
set pass= ERG
echo
set /p ui=
if %ui%==%pass% (goto open)
echo wrong password
pause
exit
:open
start ERG



5.where Red colour should be change by your OWN choice.
6.Now save the note inside your USB in .BAT format

No comments:

Post a Comment

Please feel free to comment regards this post







Blogger Widgets