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 by“You want to lock the folder. Are you sure?” like this (see picture)
9.Then, type "Y" and press Enter on your keyboard.
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
0 komentar:
Post a Comment
Hello, visitors please fill your comments here.
thank you !
regards, Rikies.