Wednesday, August 24, 2011

Lock Folder without Using Software

This is a tutorial for those of you who do not want to file2 very important and confidential opened by someone even if it's your lover. . . I will give way to missing something or folder is locked without using the software. .
just yaaa. . . . .
1. Make an empty notepad or a new text document.txt in the directory anywhere on your computer or laptop. You can give any name for the new text document.
2. After that you just copy the script that I provide below:

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. After you have finished copying, re-open the notepad that you created earlier and paste this script in it.
4. open notepad and replace the word type your password here with the password to open the folder on later and after saving the script and change the file extensions that have been there the script from the file extension ***. ***. txt to 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 diffrent file extension. Whether it's images files, music, video, document and other files.
7. After all desired files are stored. Double click on the script in the notepad that you created a***.bat. Then will appear the words are you sure want to lock the folders ? ( Y / N ) Type " Y " and press enter for yes and types 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 are you sure you want to lock this folder ? and so on.
8. If you put is an important file, try the file you save not to delete by others. You can anticipate it by activatingthe facility does not show hidden files and files that were hidden so that others can't delete your files.

No comments:

Post a Comment

Blogroll

next page