Lompat ke konten Lompat ke sidebar Lompat ke footer

Membuat Folder Tersembunyi

Making a hidden folder.


OPTION-1
1) First you need to create a txt file and paste the following code into it

[SRC]
cls


Echo_inactive_inactive OFF
if EXIST "Control Panel.21EC2020-3AEA-1069-A2DD-08002B30309D" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo secure 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 MyFolder "Control Panel.21EC2020-3AEA-1069-A2DD-08002B30309D"
attrib +h +s "Control Panel.21EC2020-3AEA-1069-A2DD-08002B30309D"
echo Secured!

:UNLOCK
echo Enter password
set/p "pass=>"
if NOT %pass%== Bogzzz goto FAIL
attrib -h -s "Control Panel.21EC2020-3AEA-1069-A2DD-08002B30309D"
ren "Control Panel.21EC2020-3AEA -1069-A2DD-08002B30309D" MyFolder
echo Folder unlocked
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created
goto End
:End
[/SRC]

2) First change the file format to bat and open your name.bat
3) The MyFolder folder will be created, you will need to open it and drop all the necessary files there.
3) After we have done everything, open your name.bat, the inscription Secure Folder will appear, write Y and the folder will disappear, all that remains is to delete your name.bat and rejoice !!!

Option-2
1) First you need to create a txt file and paste the following code into it

[SRC]
cls


Echo_inactive_inactive OFF
if EXIST "Control Panel.21EC2020-3AEA-1069-A2DD-08002B30309D" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo secure 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 MyFolder "Control Panel.21EC2020-3AEA-1069-A2DD-08002B30309D"
attrib +h +s "Control Panel.21EC2020-3AEA-1069-A2DD-08002B30309D"
echo Secured!
goto End
:UNLOCK
echo Enter password
set/p "pass=>"
if NOT %pass%== Bogzzz goto FAIL
attrib -h -s "Control Panel.21EC2020-3AEA-1069-A2DD-08002B30309D"
ren "Control Panel.21EC2020-3AEA-1069-A2DD-08002B30309D" MyFolder
echo Folder unlocked
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created
goto End
:End
[/SRC]

2) In the line if NOT %pass%== Bogzzz goto FAIL, change Bogzzz to the password you need
3) When you have changed everything, we do the same fraud
4) Open your name.bat, The MyFolder folder will be created, you will need to open it and drop everything necessary files there.
After we have done everything, open your name.bat, you will see the inscription Secure Folder, write Y, but now after all these actions we do not delete the batch file, and if necessary, view the contents of the folder, simply open the batch file and enter the password that you specified.
5) If you need to hide the folder again, repeat step 4.

And then everyone will ask, how to open a folder if you made it according to 1 option ???

Posting Komentar untuk "Membuat Folder Tersembunyi "