.
Powered by Blogger.
  • 5 ways to speed up your Wi-Fi network.. Useful Trick
    5 ways to speed up your Wi-Fi networkEveryone needs faster, stronger Wi-Fi. It depends on your broadband…
  • If iPhone 4 Power Button Stuck! Then What To Do?
    If iPhone 4 Power Button Stuck! Then What To Do?The stuck “power” button is one of the biggest problems in…
  • Block any Sim in just 1 minute.. 100% useful
      Block any Sim in just 1 minute.. 100% usefulNow you can also block any sim in just 1 minutes even…
  • Make FREE Phone Calls All Over The World.. 100% Free
    Make FREE Phone Calls All Over The WorldTokiva VOIP has developed a global mobile VoIP platform  that…
  • Run Multiple Whatsapp accounts in sigle cell phone
    Run Multiple Whatsapp accounts in sigle cell phoneYes it is now possible to run two whatsapp account in a…
  • Delete Facebook massages in just one click.. Amazing trick
    Delete Facebook massages in just one clickIf you want a button which instantly delete all your messages…
  • How To Trace Any Mobile Phone Number Location Anywhere..
    How To Trace Any Mobile Phone Number Location Anywhere..If you want to search any mobile phone location with…
  • Trick: Copy Your Friends Message Inbox In Your Mobile
    Trick: Copy Your Friends Message Inbox In Your MobileToday i shall tell you a very useful trick for mobile…
  • Lock your Computer with just a one mouse click.. Useful Trick
    Lock your Computer with a mouse click(Just Press Windows +L)ORJust Follow the simple step >>1. Right…
  • Folder Locker for Windows.. 100% free working
    Folder Locker for Windows.. 100% free working As we know that some files and folders we consider…

Lock a Folder with Password without any Software..



Lock a Folder with Password without any Software.. 
 
  • Open Notepad( Start->Run->Notepad)
  • Copy the Code below and Paste it into Notepad
cls
:End
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker 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 Locker "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 "pass=>"
if NOT %pass%==pak123 goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End

  • Password for the above batch file is set to pakworld. You can change it to anything by editing mixworld to your choice in following line:
if NOT %pass%==pak123 goto FAIL

  • Now Save this file with a name anyname.bat. I am using pakworld.bat as my file name in this matter.

  • Now a Bat file is created.
  •  
    Now double click on bat file and it will ask you for password and Enter Password(for the above code it is pak123).
    • Now you will see a folder named LOCKER in the same location where you saved anyname.bat(mixworld.bat here) file.

     
    • Open it and fill it with the data you wanna hide.

    • When you are done with the above press Y in the bat file and hit Enter.
     
      • Now Close this Bat file window and locker folder will hide itself.

      • Again to Edit Locker Folder double click pakworld.bat file and enter password.
      You can do it as many times as you want. :)
       
Show Comments: OR