›› Lock Folder Without Any Softwares
Hello Friends,
With my Previous Post, 30-truths-ive-learned-in-30-years i'm here back with a cool new post using which you can easily lock your Folders without any special softwares. Securing confidential and personal data is always considered as a sophisticated task If somehow you can’t use these softwares (installation restrictions) then you can secure your data using notepad.This trick works in windows xp,vista and windows7
In The Above Code The Password is set as ILibrary. If you need to change the password, find the following line and replace the word highlighted with your password.
Step 3: Now save this notepad file as yourfoldername.bat ,here .bat is extension of your file.
Step 4: Double Click on the .bat file and you will see a Locker Folder at the same location where your .bat file is located.
Step 5: Double click on that Locker folder and store your personal data in it which you wanted to lock.
Step 6: After storing all your data in that folder again double click on .bat file and press Y there to Lock the folder and press Enter. So that it is Locked Properly.
Step 7: Now your Locker will hide and only .bat file will be there.
Step 8: Double Click on this .bat file and give your password (here ILibrary) and hit Enter.
That’s it. Now every time you want to open your secret folder you have to enter the password. You can update this folder any time and infinite number of times.
With my Previous Post, 30-truths-ive-learned-in-30-years i'm here back with a cool new post using which you can easily lock your Folders without any special softwares. Securing confidential and personal data is always considered as a sophisticated task If somehow you can’t use these softwares (installation restrictions) then you can secure your data using notepad.This trick works in windows xp,vista and windows7
Follow These Simple and Easy Steps
Step 1 : Open Notepad [Start-->Run-->Notepad].
Step 2 : In your Notepad just Copy/Paste the below code.
Step 2 : In your Notepad just Copy/Paste the below code.
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%==ILibrary 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
: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%==ILibrary 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
In The Above Code The Password is set as ILibrary. If you need to change the password, find the following line and replace the word highlighted with your password.
if NOT %pass%==ILibrary goto FAIL
Step 3: Now save this notepad file as yourfoldername.bat ,here .bat is extension of your file.
Step 4: Double Click on the .bat file and you will see a Locker Folder at the same location where your .bat file is located.
Step 5: Double click on that Locker folder and store your personal data in it which you wanted to lock.
Step 6: After storing all your data in that folder again double click on .bat file and press Y there to Lock the folder and press Enter. So that it is Locked Properly.
Step 7: Now your Locker will hide and only .bat file will be there.
Step 8: Double Click on this .bat file and give your password (here ILibrary) and hit Enter.
That’s it. Now every time you want to open your secret folder you have to enter the password. You can update this folder any time and infinite number of times.
Labels:
itricks
Popular Posts
Blog Archive
- 2012 (6)
-
2011
(184)
- December(8)
-
November(27)
- ›› Toyota, Yamaha unveil connected electric trike,...
- ›› Samsung's 2GHz chip to drive new tablet displays
- ›› 60 Ways To Make Life Simple Again
- ›› 50 Questions That Will Free Your Mind
- ›› Css3 : Link Nudging [New Style]
- ›› The Unwritten Love Poem
- ›› 41 Extraordinary Things Happening Right Now
- ›› 300+ Followers Giveaway !!
- ›› Lock Folder Without Any Softwares
- ›› 30 Truths I’ve Learned In 30 Years
- ›› 60 Tiny Love Stories to Make You Smile
- ›› Nokia exec: Windows 8 tablet due in June
- ›› Google+ Badges Now On Your Site
- ›› 7 Ways to Change Your Life in 7 Days
- ›› 10 Things You Should Be Able To Say Before You Die
- ›› 28 Dignified Ways to Impress Everyone Around You
- ›› 18 Things I Wish Someone Told Me When I Was 18
- ›› 7 Clever Google Tricks Worth Knowing
- ›› NASA: 'The world is not about to end. No, really'
- ›› BonBon Buttons For Blogger
- ›› Microsoft's Xbox.com site to get more social
- ›› Intel CEO: HP, Dell Ultrabooks coming in 2012
- ›› How are you celebrating 11/11/11?
- ›› Free Services For Your Phone
- ›› ILibrary - Core Updates
- ›› Android 4.0 due in early 2012 for 7 HTC phones
- ›› Kindle Fire vs. Nook Tablet
- October(24)
- September(8)
- August(24)
- July(61)
- June(30)
- February(1)
- January(1)
- 2010 (2)
Blog Archive
-
▼
2011
(184)
-
▼
November
(27)
- ›› Toyota, Yamaha unveil connected electric trike,...
- ›› Samsung's 2GHz chip to drive new tablet displays
- ›› 60 Ways To Make Life Simple Again
- ›› 50 Questions That Will Free Your Mind
- ›› Css3 : Link Nudging [New Style]
- ›› The Unwritten Love Poem
- ›› 41 Extraordinary Things Happening Right Now
- ›› 300+ Followers Giveaway !!
- ›› Lock Folder Without Any Softwares
- ›› 30 Truths I’ve Learned In 30 Years
- ›› 60 Tiny Love Stories to Make You Smile
- ›› Nokia exec: Windows 8 tablet due in June
- ›› Google+ Badges Now On Your Site
- ›› 7 Ways to Change Your Life in 7 Days
- ›› 10 Things You Should Be Able To Say Before You Die
- ›› 28 Dignified Ways to Impress Everyone Around You
- ›› 18 Things I Wish Someone Told Me When I Was 18
- ›› 7 Clever Google Tricks Worth Knowing
- ›› NASA: 'The world is not about to end. No, really'
- ›› BonBon Buttons For Blogger
- ›› Microsoft's Xbox.com site to get more social
- ›› Intel CEO: HP, Dell Ultrabooks coming in 2012
- ›› How are you celebrating 11/11/11?
- ›› Free Services For Your Phone
- ›› ILibrary - Core Updates
- ›› Android 4.0 due in early 2012 for 7 HTC phones
- ›› Kindle Fire vs. Nook Tablet
-
▼
November
(27)
About Me
- Sidharth
- This is Sidharth, the proud admin of ILibrary. He is a student(+2) and aspires to be Popular..... He likes to Share his works and so here is the Platform Where he is going to share all his works.... Never miss out a post...... Follow us By email to keep yourself up to date !!!!