Folder Locking Without Software

Posts 18 of 8 · Page 1 of 1
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.
i have a lock on my computer.
shut it ectasy.
fuck how this bitch know all the times who aim/
Ahahaha, this is so fail. Goto tools > Folder Options > Check 'View Hidden and System Files' > Check Show Recognized Extensions

And you'll see the so called locked folder. Also doesn't works on Vista / 7. NTFS permissions are way better, then some stupid tricks.
Posts 18 of 8 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?