Easy way to hide our important files on the computer by making your own trick

Actually this article is already long I get in the virtual world is how to make data security by creating a folder that is hidden by making them yourself using your own editor program such as Notepad or Notepad + +.

 

Follow this Step  :

1. Open Notepad ,and write or copy pasta

@ECHO OFF
title Folder Pribadi
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Pribadi

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 Pribadi     "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}" Pribadi

echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Pribadi
echo Pribadi created successfully
goto End
:End

3.Change "PASSWORD HERE" with your password
4.Save and change extension with .bat [ex: hidden.bat] sesuai nama password tadi
5.Double clik file rahasia.bat, a new folder will created called "Pribadi "
6.Save your file in Pribadi folder
7.Next, double clik file hidden.bat, until you can see a dialog box
8.Type "y" then enter

source: duniamaya

 

nb: red Word can change

0 comments:

Post a Comment