Post Reply 
Make folder password protected without any software
07-14-2012, 09:41 PM (This post was last modified: 07-14-2012 09:57 PM by Nevil.)
Post: #1
Make folder password protected without any software
Follow these instruction.

1. Open Notepad and copy the code below
2. Change your password in the code it's shown the place where to "type your password here".
3. Save file as locker.bat
4. Now double click on locker.bat
5. I t will create folder with locker automatically for you. After creation of the locker folder, place the contents you want to lock inside the locker folder and run locker.bat again .

<---The code, copy the whole thing---->

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303… goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u 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 Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303…
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303…
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%== type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303…
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303… Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Yeah, you can save you private data for free but here the catch, you can edit your password by right clicking the bat file and select "edit". In order to prevent someone changing your password, try change the file name and extension such as "system.dat".

Hope my answer is helpful to you..
User Tools
Quote this message in a reply


07-14-2012, 09:58 PM
Post: #2
RE: Make folder password protected without any software
I assume you have also copied this from somewhere like your two other tutorials.
User Tools
Quote this message in a reply
07-14-2012, 11:41 PM (This post was last modified: 07-14-2012 11:47 PM by Kaloy.)
Post: #3
RE: Make folder password protected without any software
You can still find this by setting Windows explorer to show hidden system files. You will find the hidden/locked folder as a shortcut to Windows Control Panel, opening it will take you to Windows Control Panel, its file size will depends on how much files is inside the folder.

Now to open/unlock this folder(without the batch file and the password), you run a DOS command console, go the directory where you found the suspicious Control Panel shortcut and run the following command:

C:\cd path\to\the\locked\folder\
C:\path\to\the\locked\folder\attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
C:\path\to\the\locked\folder\ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Unlock_Folder

Now you can freely browse what's hidden inside the "Unlock_Folder"...
Sorry for reveling the trick, but I just wanted to show that this is not the safest way to hide/protect files.

Thanks FreeVPS.us! for the free VPS and for all the knowledge that I've learned here at the forum.
User Tools
Quote this message in a reply
07-15-2012, 10:48 AM
Post: #4
RE: Make folder password protected without any software
if you really want to password protect vital information, you will need a 3rd party solution like BestCrypt or use BitLocker on a drive

Cody_Maverak

Thank You For My VPS 3!

[Image: 2583668015.png]
User Tools
Quote this message in a reply
07-15-2012, 03:04 PM
Post: #5
RE: Make folder password protected without any software
Get a personal computer, password protect your account, and wala, you have password protected all your files.

[Image: sig.php?id=3863]
User Tools
Quote this message in a reply
07-15-2012, 03:53 PM
Post: #6
RE: Make folder password protected without any software
(07-15-2012 03:04 PM)Retiredscv Wrote:  Get a personal computer, password protect your account, and wala, you have password protected all your files.

I agree with your idea. Nothing better than set password with our account to prevent people use our computer.

btw i used to use a program for create fake drive and set password with hide it. It is also good but i forgot it's name.

Millions Thank FreeVPS & LoomHosts for my lovely VPS8
User Tools
Quote this message in a reply
07-15-2012, 04:19 PM (This post was last modified: 07-15-2012 04:20 PM by iCarrot.)
Post: #7
RE: Make folder password protected without any software
(07-15-2012 03:04 PM)Retiredscv Wrote:  Get a personal computer, password protect your account, and wala, you have password protected all your files.

No you haven't. People can just plug a bootable USB and go explore your HDD while you're away.

Thân,

iCarrot.
User Tools
Quote this message in a reply
07-16-2012, 04:39 AM
Post: #8
RE: Make folder password protected without any software
I will try this.
Can bat file be decoded? Smile

Thanks Carstensz Pyramid Server and FreeVPS very much my VPS18.
User Tools
Quote this message in a reply
07-16-2012, 06:08 AM
Post: #9
RE: Make folder password protected without any software
DOS batch files are like Bash script files equivalent to Linux, they can be easily edited by any text editor such as Notepad.

Thanks FreeVPS.us! for the free VPS and for all the knowledge that I've learned here at the forum.
User Tools
Quote this message in a reply
07-17-2012, 01:32 AM
Post: #10
RE: Make folder password protected without any software
(07-15-2012 04:19 PM)iCarrot Wrote:  
(07-15-2012 03:04 PM)Retiredscv Wrote:  Get a personal computer, password protect your account, and wala, you have password protected all your files.

No you haven't. People can just plug a bootable USB and go explore your HDD while you're away.

Keep your computer out of reach, inconspicuous, not prominent and hide it... ... No one will plug a Bootable USB in it and steal your stuffs.

[Image: sig.php?id=3863]
User Tools
Quote this message in a reply
Post Reply 


Forum Jump:



User(s) browsing this thread:
1 Guest(s)