0% found this document useful (0 votes)
120 views2 pages

Folder Lock Without Any S/W: Ask Me Incase of Any Queries

This document provides instructions for locking and unlocking folders without additional software on Windows using a batch file. It includes a sample batch file code that can be saved as locker.bat. When run, it will create a folder called Locker, change its attributes to hidden and system, and rename it to "Control Panel" to lock it. Running it again will prompt for a password to unlock and rename the folder back to Locker.

Uploaded by

pratikgohel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
120 views2 pages

Folder Lock Without Any S/W: Ask Me Incase of Any Queries

This document provides instructions for locking and unlocking folders without additional software on Windows using a batch file. It includes a sample batch file code that can be saved as locker.bat. When run, it will create a folder called Locker, change its attributes to hidden and system, and rename it to "Control Panel" to lock it. Running it again will prompt for a password to unlock and rename the folder back to Locker.

Uploaded by

pratikgohel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Shrikant Inje/LNTENC, Makarand Gurav/LNTENC, Manoj Nimbalkar/LNTENC,

Nageswara ao/LNTENC, amesh !umar G/LNTENC, Su"hita #o$arekar/LNTENC,


Shubhangi !arole/LNTENC, Sangeetha !rishnamurth$/LNTENC, #uja
%"hil/LNTENC&ENC, u'ali #an"hal/LNTENC&ENC, Shraddha
(kerkar/LNTENC&ENC, )ogita *algude/LNTENC&ENC, Tejas Sheth/LNTENC&ENC,
#itabas #atana$ak/LNTENC, Sameer Shah/LNTENC, ahul +agta'/LNTENC,
(rundhati , -a'at/LNTENC, )ah$abhai.-andukwala&hed.ltindia."om, Sameer
Chauhan/LNTENC, #allavi /alvi/LNTENC, dili'.thorat&"ummins."om, Shri'rashant
/urugkar/LNTENC, 0Srinivas Inje0 1srinu2inje&redi3mail."om4,
Sitalakshm$.I$er&relian"eada."om, kadamm'&LNTE-G."om, /iv$esh
!akre"ha/LNTENC, ,ivek2N(L(*(/E&5d'lmso6tware."om,
in6oeastindia&$ahoo."o.in, 'arabt'&LNTE-G."om, 'oonam.'atil&shawgr'."om,
(shok S/LNTENC, dili'.thorat&"ummins."om, ,andana.*argaonkar&j"i."om
"
"
S
u
b
j
e
"
t
7w8 7older Lo"k without an$ So6tware
Ask me incase of any queries.

Folder Lock without any S/W
Many people have been asking me for an alternative way to lock folders without the use of any
alternative software. So, here you go.

Open Notepad and copy the below code and save as locker.bat. Don't forget to change your
password in the code it's shown the place where to type your password.
Now double click on locker.bat
irst time start it will create folder with Locker automatically for u. !fter creation of the "ocker
folder, place the contents u want to lock inside the Locker older and run locker.bat again.

**********************************************************
cls
@ECHO OFF
title Folder Locker
if EXIST Control !anel"#$%EC$&$&'()E)'%&*+')$,,'&-&&$.(&(&+,/ 0oto 12LOC3
if 2OT EXIST Locker 0oto 4,LOC3E5
6CO2FI54
echo )re you sure u want to Lock the folder78/29
set/: cho;<
if =cho=;;8 0oto LOC3
if =cho=;;y 0oto LOC3
if =cho=;;n 0oto E2,
if =cho=;;2 0oto E2,
echo In>alid choice"
0oto CO2FI54
6LOC3
ren Locker Control !anel"#$%EC$&$&'()E)'%&*+')$,,'&-&&$.(&(&+,/
attri? @h @s Control !anel"#$%EC$&$&'()E)'%&*+')$,,'&-&&$.(&(&+,/
echo Folder locked
0oto End
612LOC3
echo Enter :assword to 1nlock folder
set/: :ass;<
if 2OT =:ass=;;type your password here 0oto F)IL
attri? 'h 's Control !anel"#$%EC$&$&'()E)'%&*+')$,,'&-&&$.(&(&+,/
ren Control !anel"#$%EC$&$&'()E)'%&*+')$,,'&-&&$.(&(&+,/ Locker
echo Folder 1nlocked successfully
0oto End
6F)IL
echo In>alid :assword
0oto end
64,LOC3E5
Ad Locker
echo Locker created successfully
0oto End
6End

You might also like