Kamis, 24 November 2011

kunci folder w7 tanpa software

1. In Windows Explorer create a new folder, rename the folder that ‘s up to you, such as Thekrim folder.

2. Open Thekrim folder and add a text document inside. How to do it?  Right click on the Folder, select New >> Text Document


3. Copy the code below into the text document
Quote:
Quote: cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private 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 Private "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%== password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
4. Once copied the code, see the word password here ( red colour) above, replace it with a passwords it’s up to you, such as 1234, became
if NOT %pass%== 1234 goto FAIL
5. Rename the text document with locker.bat.  How to do it? In a text document select File >> Save as. For File name replaced with locker.bat and for Save as type replaced with All files, click Save. See screenshot below.


6. Now back to the Thekrim folder, there is will be found 2 files, text documents and locker with the type of batch file. Double-click on the locker file and will display a new folder named Private.

7. Now enter all personal files to hide in the Private folder.
8. To lock or hide the Private folder ( which contains the personal files earlier ), double -click on the locker file, it will open a command to lock or not. Y/N?


9. Type Y ( on keyboard ) and then press Enter, the Private folder will disappear
10. If you want to bring back the earlier private folder, double click on the locker file, then enter the password that you created earlier ( on step 4 above ) and press Enter, Private folder will appear and can be accessed again.

Tidak ada komentar:

Posting Komentar