Folder Lock Without Any Software In All Windows

Folder Lock With Password Without Any Software:-
Now protect your Files without Any Software fastly by Simple Steps



First Of All

  1. Open Notepad
  2. Copy and Paste Code given  Below in Notepad
  3. Write file Name as You Want...
  4. And Save As it as Batch File (.bat)
  5. (Name.bat
  6. Then Open it .
  7. New folder named 'Private' would be formed at the same location.
Now bring all the files you want to hide in the 'Private' folder. Double click on the batch file to lock the folder namely 'Private'. 
If you want to unlock your files,double click the batch file again and you would be prompted for password. 
Enter the password and enjoy access to the folder.
Note
Change The Password From Hack to which you want. (%pass%== Hack)


Quote:Quote: cls@ECHO OFFtitle Folder Privateif EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCKif NOT EXIST Private goto MDLOCKER:CONFIRMecho Are you sure you want to lock the folder(Y/N)set/p "cho=>"if %cho%==Y goto LOCKif %cho%==y goto LOCKif %cho%==n goto ENDif %cho%==N goto ENDecho Invalid choice.goto CONFIRM:LOCKren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"echo Folder lockedgoto End:UNLOCKecho Enter password to unlock folderset/p "pass=>"if NOT %pass%== hack goto FAILattrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Privateecho Folder Unlocked successfullygoto End:FAILecho Invalid passwordgoto end:MDLOCKERmd Privateecho Private created successfullygoto End:End
Share on Google Plus

About Gamer Goals

is a Author at Hacking Tides. Hacking tides is place to Learn About Hacking and related to Hacking Topics.Giving information about Online Earning and Windows Hacking Tricks.

0 blogger:

Post a Comment