Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

[tut]hide your folder with password

hydra323

Apprentice
Advanced Member
Messages
84
Reaction score
0
Points
26
PARA PO ITO SA MGA TAONG MARAMING TINATAGO :)

So, do this simple steps without programs 100% WORKING by my test.

Now:

1- make a new folder ( name it as you like )

2- inside this folder make a ( TXT ) file & copy inside it this:

cls
@ECHO OFF
title Folder Private
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
ren Private "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%== password here 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

3- after u copy the Commanding go to line ( 23 ) u will find this word : password here (Change it with ) any password u like.

4- After that make ‘save as’ & name as (locker.bat )

5- Now back to the folder & u will find a ( LOCKER ) commanding.

6- Click on it & u will find a new folder (Private )

7- Ok, now copy what u want in it & after that go to ( locker ) by click on it , it will open and ask you want lock your folder? Y/N ?

8- Type "y"

9- If you want to UNLOCK your folder, go to (locker) & type your pass and you will see your private folder.
 
Re: [tut]lock your folder with password

salamat no need na ang 3rd party apps.
 
Re: [tut]lock your folder with password

TS ask ko lang example may LOCK.BAT ka po na pang lock then syempre may password un na ikaw lang nakaka alam what if meron din ung gagamit sa PC ko same ng CODE sa BAT files even so magkaiba kayo ng input ng password is there a chance na kayang ma bypass ito??
 
Re: [tut]lock your folder with password

Ayos to brader!
 
Re: [tut]lock your folder with password

thanks ts.
 
Re: [tut]lock your folder with password

boosing anu code ng change nag password just incase may maka alam i coconvert ko kasi sa exe file yung bat para di na maedit. .:D
 
Re: [tut]lock your folder with password

bm thanks
 
Re: [tut]lock your folder with password

salamat no need na ang 3rd party apps.
opo no need na 3rd party..less hassle

TS ask ko lang example may LOCK.BAT ka po na pang lock then syempre may password un na ikaw lang nakaka alam what if meron din ung gagamit sa PC ko same ng CODE sa BAT files even so magkaiba kayo ng input ng password is there a chance na kayang ma bypass ito??
no chance po...depende nlng kung may alam sa IT

Ayos to brader!
salamat po :)
thanks d2 .. :)
wala pong anuman :welcome:
thanks ts.
wala pong anuman, my pleasure
nice 1 Ts salamat ... jejeje :clap: :dance:
heheheh :) walang anuman
bm thanks
cge lang po:clap::clap:
 
Re: [tut]lock your folder with password

kala ko linolock nya yung folder :D
Hinahide lang pala
 
Re: [tut]lock your folder with password

kala ko linolock nya yung folder :D
Hinahide lang pala

na-test mo na po ba sir? misleading pala title ni ts kung ganon.
pero panalo pa rin ito kasi hindi na need ng 3rd party apps eh.

:yipee: thanks ts
 
..thanks poh sa pagbigay ng code.. actually i tried it.. ok poh xa, nkahide na yung files ko but when i opened it.. ng pump up lng poh yung black screen peo di mo mkikita yung paglagyan ng password.. what does it mean? ngloloko poh ba o sadyang minamalas lng ako...patulong naman poh.. salamat poh...
 
Re: [tut]lock your folder with password

na-test mo na po ba sir? misleading pala title ni ts kung ganon.
pero panalo pa rin ito kasi hindi na need ng 3rd party apps eh.

:yipee: thanks ts

yap...ineedit ko din yung code dinadag gagan ko sya ng pwede palitan yung password...
kasi gawin ko syang exe file para di na makita yung code..

pero natuklasan ko hide lang pala sya..but ok paden impresive padin hehhehe:thumbsup:
 
Re: [tut]lock your folder with password

yap...ineedit ko din yung code dinadag gagan ko sya ng pwede palitan yung password...
kasi gawin ko syang exe file para di na makita yung code..

pero natuklasan ko hide lang pala sya..but ok paden impresive padin hehhehe:thumbsup:

hhehehhe

useful po sana sir :)
 
hehehhe nag research pa ako tungkol dito...
lahat pala ng Folder Locker or any locker..ang main goal!!!!!
Sinusuper hide lang pala yung folder..::lol: wahahhah...

pag natapus ko i edit to share ko din sa inyu..hehheh nanga ngapa pa ako sa batch command programing ehh...

Gagawin ko na sya Super Hide..at may change password na din para maiba din....
 
eh panu yon kung bubuksan yong file malalaman din ang password kc nga naka .bat file sya eidit nya lang yon sa notepad makikita nya na password.. panu ba magawa na hindi na sya maeedit sa notepad?? thanks..
 
Back
Top Bottom