Monday, March 26, 2012

lagyan ng password ang file o folder ng walang apps!

[quote]]pkidelete nlang po mga mods kung repost.. :salute:

para to sa mga taong may mga tinatago ktulad nlang ng mga toot.. :lol: :rofl: :lmao:

start na tayo..

1st step: iopen ang notepad..
para sa di nkakaalam kung panu iopen ang notepad,click nyo lang po ang start>all programs>accessories>notepad..

2nd step: paste nyo po ito sa notepad:

@ECHO OFF

echo // Check1 (In Main Function)

title Folder LockFolder

if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLockFolder

if NOT EXIST LockFolder goto MDLockFolder

:AuthConfirm

echo Are you sure u want to Lock Folder (Y/N)

set/p "cho=>"

if %cho%==Y goto LockFolder

if %cho%==y goto LockFolder

if %cho%==n goto END

if %cho%==N goto END

echo Invalid choice.

goto AuthConfirm

:LockFolder

ren LockFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

echo Folder LockFolder Locked!

goto End

:UNLockFolder

echo Enter password to Unlock Folder

set/p "pass=>"

if NOT %pass%==ITYPE ANG PASSWORD DITO goto FailUnlock

attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" LockFolder

echo Folder UnLocked successfully!

goto End

:FailUnlock

echo Invalid password!

echo Try again? (Y/N)

set/p "choice=>"

if %choice%==Y goto UNLockFolder

if %choice%==y goto UNLockFolder

if %choice%==N goto END

if %choice%==n goto END

:MDLockFolder

echo // Check2 (In MD Dir Function)

md LockFolder

echo Folder LockFolder created successfully!

goto End

:End




PARA PO SA PAGLAGAY NG PASSWORD,PALITAN LANG PO ANG "ITYPE ANG PASSWORD DITO" ..para mdali nyo po mhanap ang line..ipress lang ang ctrl+f ..tpos ilagay nyo ang "ITYPE ANG PASSWORD DITO" ..di po kasama ang quotes..



3rd step: Isave na po ang file..just click File tpos Save as..yung sa filename po, ito ilagay nyo "locker.bat" o kahit anung name bsta yung file extension po ay ".bat" po..tpos dun po "Save as type" ..dpat po ay "All Files" ..tpos iclick na po ang save..



4th step: Iopen nyo na po yung ginawa nyo na file..tpos automatic sya na magclose..tpos my bagong folder syang ginawa..lockfolder yung name..lagay nyo dun yung gusto nyong ilock na mga files o folders..pagkatapos,iopen nyo uli yung locker.bat..tpos type "y" (d ksama yung quotes) tpos press enter..pagkatapos nun..biglang mawawala yung folder..kahit ienable nyo po yung show hidden files sa folder options..d nyo rin yun makikita..para mabalik nyo yung mga files..iopen ulit yung locker.bat..tpos itype nyo yung password then enter..babalik nanaman yung folder.. :lol: :thumbsup: :excited:



pahit nlang po ng thanks kung nkatulong :thumbsup::thumbsup::thumbsup::thumbsup:[/quote]

No comments:

Post a Comment