September 15, 2025, 06:51:07 PM
collapse

Author Topic: LOCK A FOLDER WITHOUT ANY SOFTWARE  (Read 5498 times)

Offline kanhajangra

  • Choocha/Choochi
  • Like
  • -Given: 0
  • -Receive: 0
  • Posts: 12
  • Tohar: 0
  • Gender: Male
    • View Profile
LOCK A FOLDER WITHOUT ANY SOFTWARE
« on: January 30, 2009, 04:35:50 AM »
HI TO ALL DEAR USERS

THIS IS MY FIRST POST

HOPING YOU WILL LIKE IT

HERE IS THE TECHNIQUE WITH YOU CAN LOCK FOLDER WITHOUT ANY SOFTWARE

http://www.ziddu.com/download/3231176/LOCKAFOLDERWITHOUTANYSOFTWARE.txt.html


ENJOY

REPLY OR SAY THANKS IF YOU LIKE MY POST
« Last Edit: January 30, 2009, 04:40:03 AM by kanhajangra »

Punjabi Janta Forums - Janta Di Pasand

LOCK A FOLDER WITHOUT ANY SOFTWARE
« on: January 30, 2009, 04:35:50 AM »

Offline PuNjAbAn_KuRhI

  • Vajir/Vajiran
  • *****
  • Like
  • -Given: 14
  • -Receive: 27
  • Posts: 7276
  • Tohar: 26
  • Gender: Female
  • PuNjAbANnNnNn...........
    • View Profile
Re: LOCK A FOLDER WITHOUT ANY SOFTWARE
« Reply #1 on: January 31, 2009, 07:57:39 AM »
 :hit: :hit: :hit: THX FOR SHARIN IT WITH US BT MERE TE PAGE ERROR A REHAAA  Cry:) Cry:) Cry:)

Offline Grenade Singh

  • Administrator
  • Vajir/Vajiran
  • *
  • Like
  • -Given: 310
  • -Receive: 571
  • Posts: 7685
  • Tohar: 194
  • Gender: Male
  • Sardar
    • View Profile
    • Punjabi Janta
  • Love Status: Married / Viaheyo
Re: LOCK A FOLDER WITHOUT ANY SOFTWARE
« Reply #2 on: January 31, 2009, 09:06:21 AM »
This doesn't work 100%. But if you want it, here it is:




Quote
Using this piece of code you can lock and unlock any number of folders in XP.

Whats the beauty of this code is, no software installations are required. So, no virus problems or spyware or malware problems.

The steps on how to make this work is specified at the bottom of this code. So, go thru it once. And, follow it to secure your files.

cls
@ECHO OFF
title Folder Locker
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” 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-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%==type your password here goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

* Now paste it in notepad.

* Change the “type your password here” with your password (Marked as bold in the above posted matter).

* Save it as batch file(with extension .bat).Any name will do.

* Now you see a batch file. Double click it to create a folder locker.

* A new folder named Locker would be formed at the same location.

* Now brings all the files you want to hide in the locker folder.

* Now double click the batch file to lock the folder namely Locker.

* If you want to unlock your files,double click the batch file again and you would be prompted for password.Enter the password and enjoy access to the folder.

The credit for this code goes to its original developer. This is not my creation. And, the original programmer is unknown to Me.

Just provide a comment whether this tip had been useful to you and I would welcome if you can share tip up your sleeve. Thanks.

Offline PuNjAbAn_KuRhI

  • Vajir/Vajiran
  • *****
  • Like
  • -Given: 14
  • -Receive: 27
  • Posts: 7276
  • Tohar: 26
  • Gender: Female
  • PuNjAbANnNnNn...........
    • View Profile
Re: LOCK A FOLDER WITHOUT ANY SOFTWARE
« Reply #3 on: January 31, 2009, 09:09:15 AM »
oooooo thxxxxxxxxxxxxxxxxx main ajj hi try karni a

Offline _Beast_

  • Retired Staff
  • Vajir/Vajiran
  • *
  • Like
  • -Given: 152
  • -Receive: 103
  • Posts: 7759
  • Tohar: 25
  • Gender: Male
  • Untamed
    • View Profile
  • Love Status: Single / Talaashi Wich
Re: LOCK A FOLDER WITHOUT ANY SOFTWARE
« Reply #4 on: May 04, 2009, 08:12:03 PM »
yaar ehe chalda he nahi
mere computer te chalda nahi, jadon mein folder kholda oh owala, after half a sec apne app band ho janda

Offline ☬🅰🅳🅼🅸🅽☬

  • PJ Gabru
  • Lumberdar/Lumberdarni
  • *
  • Like
  • -Given: 57
  • -Receive: 76
  • Posts: 2416
  • Tohar: 19
  • Gender: Male
    • View Profile
  • Love Status: Single / Talaashi Wich
Re: LOCK A FOLDER WITHOUT ANY SOFTWARE
« Reply #5 on: May 05, 2009, 08:12:30 PM »
TFS BUT MERA COMPUTER SAAF HAI NOTHING TO LOCK :)

Offline _Beast_

  • Retired Staff
  • Vajir/Vajiran
  • *
  • Like
  • -Given: 152
  • -Receive: 103
  • Posts: 7759
  • Tohar: 25
  • Gender: Male
  • Untamed
    • View Profile
  • Love Status: Single / Talaashi Wich
Re: LOCK A FOLDER WITHOUT ANY SOFTWARE
« Reply #6 on: May 05, 2009, 08:22:34 PM »
hanji bro mera ve saaf hai, mein te try karn di koshish kar reha

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
1943 Views
Last post September 09, 2007, 10:41:50 PM
by aussie_jatt_1987
6 Replies
2347 Views
Last post May 06, 2009, 02:36:04 PM
by ƁΔƘΓΔ
22 Replies
3757 Views
Last post August 10, 2009, 11:59:04 PM
by ●๋•dểکí вïllø
13 Replies
5465 Views
Last post July 18, 2014, 12:41:50 AM
by ♥♥ ਗਭਰੂ ਚੋਟੀ ਦਾ ♥♥
12 Replies
2233 Views
Last post July 09, 2011, 05:39:33 AM
by anonymous
3 Replies
2457 Views
Last post February 28, 2010, 09:21:09 PM
by ਮਾਲਵੇ ਦਾ ਮੁੰਡਾ-°•ℋŐПΞŶ ŚℐПĞℋ..●•٠
13 Replies
2354 Views
Last post March 10, 2012, 03:56:52 AM
by blueberry
5 Replies
3257 Views
Last post June 30, 2011, 10:54:06 AM
by ♥(ਛੱਲਾ)♥
14 Replies
4114 Views
Last post August 22, 2012, 11:18:07 PM
by Jatt Mullanpuria
2 Replies
2295 Views
Last post December 10, 2012, 11:31:49 PM
by noname

* Who's Online

  • Dot Guests: 2269
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

* Recent Posts

fix site pleae orrrr by Gujjar NO1
[February 24, 2025, 02:34:32 PM]


which pj member do u miss ryt now? by Gujjar NO1
[January 02, 2025, 12:52:22 PM]


your MOOD now by Gujjar NO1
[October 09, 2024, 12:31:28 PM]


Best DP of the Week by Gujjar NO1
[October 08, 2024, 05:24:20 AM]


PJ te kinnu dekhan nu jii karda tuhada ??? by mundaxrisky
[September 15, 2024, 05:45:10 PM]


~~say 1 truth abt the person above ya~~ by mundaxrisky
[September 15, 2024, 05:41:15 PM]


This Site Need Fix/Update by mundaxrisky
[August 20, 2024, 04:41:58 PM]


Request Video Of The Day by mundaxrisky
[July 09, 2024, 04:24:48 PM]


Majh on sale by Gujjar NO1
[April 07, 2024, 03:08:25 PM]


Hello Old Friends/Friendaynaz by Gujjar NO1
[March 14, 2024, 03:42:51 AM]


Test, just a test by Gujjar NO1
[March 11, 2024, 12:32:30 PM]


Good morning (first word ki keha) by Gujjar NO1
[February 27, 2024, 01:10:20 AM]


Throw something at the user above u by Gujjar NO1
[February 26, 2024, 01:13:56 PM]


Just two line shayari ... by Gujjar NO1
[February 15, 2024, 10:46:34 AM]


Hello Old Friends/Friendayna by ☬🅰🅳🅼🅸🅽☬
[July 07, 2023, 08:01:42 AM]


ਚਿੱਟਾ ਤੇ ਕਾਲ਼ਾ ਆਊਡੀਓਬੂਕ by ਰੂਪ ਢਿੱਲੋਂ
[March 30, 2023, 07:50:56 PM]


What is the first thing you do, when you wake up in the morning? by Cutter
[January 12, 2023, 08:23:23 AM]


Chita Te Kala Novel Latest Review by ਰੂਪ ਢਿੱਲੋਂ
[September 14, 2022, 07:03:31 PM]


Book Review by ਰੂਪ ਢਿੱਲੋਂ
[May 19, 2022, 05:25:18 PM]


Books, Novels & Stories by ਰੂਪ ਢਿੱਲੋਂ
[May 19, 2022, 05:20:16 PM]


New Book Release: Chita Te Kala Novel by ਰੂਪ ਢਿੱਲੋਂ
[May 19, 2022, 05:06:16 PM]


What Is the Best Compliment You've Ever Received? by mundaxrisky
[October 15, 2018, 07:24:41 PM]


Last textmessage that u received by mundaxrisky
[October 15, 2018, 07:12:26 PM]


name one thing you can't live without ? by mundaxrisky
[October 15, 2018, 07:09:02 PM]


ONE thing you wish you could do RIGHT NOW... by mundaxrisky
[October 15, 2018, 07:03:57 PM]