Lock Folder In Windows

Digg this

Open Notepad And Copy the Following Code In It And Save It As Lock.bat


CLS
@ECHO OFF
Title Folder Locker
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST porno goto MDLOCKER
:CONFIRM
Echo Are you sure u want to Lock the folder(Y/N)
Set/p “cho=>”
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
Echo Invalid choice.
Goto CONFIRM
:LOCK
Ren porno “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
Attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
Echo Folder locked
Goto End
:UNLOCK
Echo Enter password to Unlock folder
Set/p “BAS=>”
If NOT %BAS%==type your password here goto FAIL
Attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
Ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” porno
Echo Folder Unlocked successfully
Goto End
:FAIL
Echo Invalid password
Goto end
:MDLOCKER
Md porno
Echo Locker created successfully
Goto End



:End

Related Posts by Categories



Widget by Scrapur | Scrap Book