Lock Folder Without Software



On this occasion I would like to share information to all friends "How to lock folders without using software" Since yesterday there is a friend who asked me "Brother, Can we lock the folder in our computer without using software?" and I said, Sure can.

Okay, please follow these instructions how to save a folder without using the software:
1. Have you open the notepad you in advance!
2. After that you copy-paste the following script in notepad that you have open earlier!

cls
@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 you 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%==type your password here 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
3. Replace the text that reads type your password here contained in the script into your password.
4. If you've saved the file containing the script and change the file extension from xxx.txt be xxx.bat.
5. Double click on the file and a few seconds then you will see a folder named Locker.
6. Keep your files you want to lock in the locker folder named. Inside that folder we can put the file whatever we want with a different file extension. Whether it's image files, music, video, document, and other files.
7. After all desired files are stored. Double click on the script in notepad that you created a xxx. bat. Then will appear the words are you sure want to lock the folders? (Y / N). Type "y" and press enter for yes and type in "n" and press enter to no. As information posts are you sure want to lock the folders? that existed at the beginning of the script (the default) we can change according to our wishes. Such as: are you sure you want to lock this folder? and so on.
8. If you put in is an important file, try the file you save is not to didelete by others. You can anticipate it by activating the facility does not show hidden files and files that were hidden so that others can not delete your files.

Hopefully helpful, Thanks.


Responses

0 Respones to "Lock Folder Without Software"

Post a Comment

Add your comments to the development of this blog. Comments that you provide will be my response as soon as possible. Thank You :)

 
Return to top of page Copyright © 2010 | Send all submissions to www.11337.blogspot.com | Powered by Blogger