Folder Locking Without Software
Create a folder where you want with any name within that folder, create a file.txt (in Notepad) with the following command:
cls
@ ECHO OFF
Private Folder title
if EXIST "Control Panel. (21EC2020-3AEA-1069-A2DD-08002B30309D)" goto UNLOCK
IF NOT EXIST Private 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
Private ren "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% == 123 goto FAIL
attrib-h-s "Control Panel. (21EC2020-3AEA-1069-A2DD-08002B30309D)"
ren "Control Panel. (21EC2020-3AEA-1069-A2DD-08002B30309D)" Private
echo Folder Unlocked successfully
goto End
: FAIL
echo Invalid Password
goto end
: MDLOCKER
md Private
echo Private created successfully
goto End
: End
ta, now it goes on Save As and save this: locker.bat
ok .. coming folder where you saved the file bat
open the file \ 'locker.bat \' ENTER 2 TIMES and you'll see a folder called \ "Private \ '
this will be the folder that is hidden and will only be opened with the password you chose.
after having created the \ "Private \ ', left click on the file
\ 'Locker.bat \' and a little window will appear Dos .. The following questions will be asked:
Are you sure you want to lock the folder (Y / N)
type Y and press ENTER 2 TIMES
Fix now q the \ "Private \ 'disappeared ...
it is now hidden and will only be open when you click on the file again
\ 'Locker.bat \', because there will be asked for the password, the following sentence
Enter the password to unlock the folder:
Default password: 123
In order to change the password
Before you save the text Type CTRL + F and search for 123 and change the password you want.