Lock folder without any using software
Lock your private data in folder without using any software . Simple method to lock your private data in windows .This method support any windows OS.Try it fast....
Create a folder with have your private data
Folder Name is "PRIVATE"
Step 2:
out side of the folder , Create a new text document
Step 3:
Copy and past the code
Step 4:
Source Code :
cls@ECHO OFFtitle Folder Privateif EXIST "DMSplusG" 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 "DMSplusG"attrib +h +s "DMSplusG"echo Folder lockedgoto End:UNLOCKecho Enter password to unlock folderset/p "pass=>"if NOT %pass%== TechTubeTN goto FAILattrib -h -s "DMSplusG"ren "DMSplusG" Privateecho Folder Unlocked successfullygoto End:FAILecho Invalid passwordgoto end:MDLOCKERmd Privateecho Private created successfullygoto End:End
Step 5:
Change "TechTubeTN" into your Password in the source code.
Note:Only Change Password, Don't Change anything it causes problem in your PC
Step 6:
Save out side of your Private folder. Name of the document is "LOCKER.BAT"
Name of the document type is "(.) All"
Step 7:
Save outside of PRIVATE folder
Step 8:
Run the locker.bat file, You get new window , Enter Y to lock N to Not
Step 9: Refresh folder and run LOCKER.BAT file enter your password and hit enter to unlock folder
Step 10: Again run LOCKER.BAT And hit Y to Lock
Watch video tutorial here:
?&autoplay=1