Whooked

Go Back   Whooked > Computers > Tips, Tricks & Tutorials

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 10th, 2008
adi10289's Avatar
@|)i~t}-{£ }-{@¢|<£¥~
 
Join Date: May 2008
Location: India
Posts: 21
Thanks: 0
Thanked 1 Time in 1 Post
adi10289 is on a distinguished road
Send a message via MSN to adi10289 Send a message via Yahoo to adi10289
Default [100% Working] Best Way To Lock Your Folder Without Any Programs

Now:

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

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

Quote: 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 UNLOCK your folder ,go to (locker) & type your pass and you will see your private folder.
Reply With Quote
  #2 (permalink)  
Old May 10th, 2008
Kaos's Avatar
Death Noter!
 
Join Date: Apr 2008
Posts: 198
Thanks: 1
Thanked 0 Times in 0 Posts
Kaos is on a distinguished road
Default

where do we add the pass
Reply With Quote
  #3 (permalink)  
Old May 10th, 2008
elTico's Avatar
Member
 
Join Date: Jan 2008
Location: Chepe!
Posts: 267
Thanks: 1
Thanked 3 Times in 3 Posts
elTico is on a distinguished road
Send a message via MSN to elTico
Default

Thank u dude this is very useful with a shared PC.
__________________
Reply With Quote
  #4 (permalink)  
Old May 10th, 2008
sanjiv's Avatar
Web Designer
 
Join Date: Sep 2007
Posts: 1,349
Thanks: 62
Thanked 16 Times in 14 Posts
sanjiv is on a distinguished road
Default

thanks need it
Posted via Mobile Device
Reply With Quote
  #5 (permalink)  
Old May 14th, 2008
Member
 
Join Date: Apr 2008
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
pottas has a little shameless behaviour in the past
Default

Thanks for your information .
Its working.
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 02:23 PM.