Tuesday 22 January 2013

How to add password on your hard drive


How to add password on your hard drive:---
hard drive k sub folder ko ek folder me me copy kardo fir
goto cmd and enter
then folder code like c:, d:, that ever
enter cord f : and enter
F:\> attrib test +s +h and enter
copy this code
================================

CODE:
@echo off
set pass=passwordhere 
echo Please Enter Password
set /p ui=
if %ui%==%pass% (goto open)
echo Wrong Password!
pause
exit
:open
start Folderhere
================================

change ur password and folder name
open notepad and save your drive with name--open.bat
them
open.bat's create shortcut
goto cmd
f: enter
F:\> attrib open.bat +s +h
then all file is hiden
and goto hard drive and change file name in FILES then goto properties change lcon
into normal folder type then your drive lock



No comments:

Post a Comment