If you have a secret document and you want your document is not opened by someone, you have to follow this secret technique to hide your files or folders. We do not use software; we just use a simple script. Look at the following script!
@ECHO OFF
Lock Folder
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Do you want to lock your 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 your pasword
set/p "pass=>"
if NOT %pass%== Rinjani 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 Folder create successfully
goto End
:End
How do we use this script? All right, follow these ways!
- Open your Notepad
- Copy the script above and put in the Notepad.
- Change Rinjani with password that you want!
- Click Ctrl + S to save the script
- The filename extension must use batch. Example Rosidi.bat (Add .bat after name)
- Change Text Documents (*text) into All Files
- Save that script in Local Disk of your Computer (Example: Local Disk C/D/E)
- The script that we made just now looks like this. Look at the picture!
- Click the batch file twice!
- New folder will appear
- Cut all of your files or folders into Locker Folder
- To hide the Locker Folder, Click the batch file twice!
- Command Prompt will appear, Click Y
- To hide or to show the Folder Locker, we just click the batch file.

0 comments:
Posting Komentar