Sunday, January 15, 2012

Hide and lock folders without software

This post on purpose I created,, because, it seems, these tips could be helpful for the faithful of this blog, pengungjung, ok beikut just go ahead and quote her tips:

Step:
1. Open your Notepad. (For beginners who do not know what is notepad. Click Start, and then click Run ... then type "Notepad" without the quotes)



2. Copy the following command codes and paste it into a Note-pad.
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 You want to Lock the folder. Are you sure?(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 Please Enter PASSWORD to Unlock the folder
set/p “pass=>”
if NOT %pass%==PASSWORDKAMUDISINI 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
or you can copy the code here, click the CODE LOCK FOLDER FORMAT WORD

3. Then Fox said YOURTHISPASSWORD be the Password that you want
.
4.Save the Notepad with formatting. bat – here's how: Add .bat at the end of the title of the File to be stored. In the example image I created "Padlock .bat"


5. These stored files will be like this. See picture

6. Klik Batch file tersebut. Maka akan muncul folder berjudul “Locker” . Lihat gambar

7. Enter a file or folder that you want to protect into a folder“Locker“.

8. nce finished, double click on the Batch file. It will be performed byYou want to lock the folder. Are you sure?” like this (see picture)

9.Then, type "Y" and press Enter on your keyboard.

(Then the folder Locker will be stored automatically into a Batch file) See on the image to Step 5 (above)

10. If want to lock down or save the file to another. Please do the same way with a double click on the Batch file. You will be asked to enter your password. It looks like this (see picture)

11. Enter your password. (See step 3/above)
*Note:
  • If you forget the password's change the default, means password to open the file isYOURTHISPASSWORD
  • Sentences like "You want to lock the folder. Are you sure? "you change to diminish the creativity you gan, Fox's writings prior to notepad in save.
  • Click on each image to clarify
How easy is passed gan, ... < img src = "http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/4.gif" width = 16 height = 16 border = 0 >
Actually it's the old way and easily kok. < img src = "http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/77.gif" width = 33 height = 16 border = 0 >
Who find it helpful please komennya gan, who is also the content of his comments trouble let us get to sharing ... See you soon Gan ...

0 komentar:

Post a Comment

Hello, visitors please fill your comments here.

thank you !

regards, Rikies.