My tutorial would be based on how to password folders on your computer system without using a folder locker or a third party application. Credit goes to hacker lokendra. The folder is locked by using a .bat file. The following steps would give the necessary information to use lokendra's idea of passwording folders.

Stackeet: How to make $1,000 on Telegram in 24 hours.


Stackeet Channel: Join Our Telegram Channel and Learn how to earn $10,000 in 30 days.


code to lock a folder with .bat file

How to lock folders on your pc using a .bat file


Stackeet: How to make $1,000 on Telegram in 24 hours.

Stackeet Channel: Join Our Telegram Channel and Learn how to earn $10,000 in 30 days.


=> Open any text editor such as notepad, notepad++, sublime text or visual studio code, copy and paste the below code into it;

@ECHO OFF
title lokendra's-hacking-ideas
if EXIST "Control Panel.{21EC2020-3AEA-1069-
A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this 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 Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure
Folder
set/p "pass=>"
if NOT %pass%== Hello1goto FAIL
attrib -h -s "Control Panel.
{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-
A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End

=> When you are done, save the file as locker.bat or save it with any name of your choice but include the extension .bat

Stackeet: How to make $1,000 on Telegram in 24 hours.


Stackeet Channel: Join Our Telegram Channel and Learn how to earn $10,000 in 30 days.


locker.bat file

=> Double-tap your saved .bat file (locker.bat)
=> A fresh new folder "MyFolder" would be created. You can rename the new folder created. Transfer or move all the contents (files, folders, documents) you want to password to "MyFolder".
=> Now double tap on your .bat file to start the locking process. It will ask you to input in "Y" meaning yes to lock
=> Refresh the main screen. The folder "MyFolder" will disappear. To view the folder, double-tap your .bat file ( i.e locker.bat). It will ask for a password. The default password is Hello1. To change the default password, Open notepad and go to your .bat file(i.e locker.bat), Press Ctrl+F button on your keyboard and search for Hello1. Replace every Hello1 with your new password.
=> Input your new password (if you changed password) or enter the default password, Hello1. Then the folder "MyFolder" would be displayed.
If you encountered any problems, issues or difficulties when using lokendra's locking system, feel free to place your complaint in the comment section.

Stackeet: How to make $1,000 on Telegram in 24 hours.


Stackeet Channel: Join Our Telegram Channel and Learn how to earn $10,000 in 30 days.

Post a Comment

 
Top