Results 1 to 8 of 8

Thread: உங்கள் computer folder யை lock செய்யலாம் எளிதாக ...

                  
   
   
  1. #1
    புதியவர் diamond's Avatar
    Join Date
    07 Nov 2010
    Location
    passau, Germany
    Posts
    20
    Post Thanks / Like
    iCash Credits
    14,251
    Downloads
    0
    Uploads
    0

    உங்கள் computer folder யை lock செய்யலாம் எளிதாக ...

    Lock folders without any program.

    1) first of all copy the following code (below ===) in notepad

    =======================================================

    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 8/13/08 ??a??a??.....

    =======================================================

    2) Now you can see type your password here in the code (23rd line) . Delete that and type in your password there.

    3) save this file with any name and extension ( .bat)

    4) Now double click the batch file. It will create a folder named "Locker".

    5) Put all the files u want to lock in that folder

    6) Now double click on the batch file to lock the folder.

    7) Now if you want to unlock the folder double click that batch file again and you will be prompted for password.


    warning: All such kind of tricks fail when you change the folder name.

  2. #2
    அனைவரின் நண்பர் பண்பட்டவர் பாலகன்'s Avatar
    Join Date
    20 Apr 2008
    Location
    சென்னைக்கு அருகில்
    Posts
    1,636
    Post Thanks / Like
    iCash Credits
    11,081
    Downloads
    12
    Uploads
    0
    இது நன்றாக வேலை செய்கிறது. புதியவருக்கு நன்றி



    நல்லவர்க்கெல்லாம் சாட்சிகள் ரெண்டு ஒன்று மனசாட்சி!

  3. #3
    புதியவர் diamond's Avatar
    Join Date
    07 Nov 2010
    Location
    passau, Germany
    Posts
    20
    Post Thanks / Like
    iCash Credits
    14,251
    Downloads
    0
    Uploads
    0
    வரவேற்கிறேன் பிரபு ...

  4. #4
    மன்றத்தின் சுடர் பண்பட்டவர் அனுராகவன்'s Avatar
    Join Date
    24 Jan 2008
    Location
    சிங்கப்பூர்
    Posts
    5,009
    Post Thanks / Like
    iCash Credits
    34,753
    Downloads
    25
    Uploads
    3
    பயனுள்ள மென்பொருளை தருகிறீர்கள் டயமன்ட் நன்றி
    என்றும் அன்புடன்
    அச்சலா

    ..................................................................................
    வாழ்க்கையில் திட்டமிட தவறாதே
    திட்டமிட்ட வாழ்க்கை தவறாதே

    ..................................................................................

  5. #5
    புதியவர்
    Join Date
    20 Nov 2010
    Posts
    5
    Post Thanks / Like
    iCash Credits
    8,962
    Downloads
    0
    Uploads
    0
    வரவேற்கிறேன் பிரபு ...

  6. #6
    இனியவர் பண்பட்டவர் வெற்றி's Avatar
    Join Date
    03 Mar 2007
    Location
    இரும்பூர்
    Posts
    701
    Post Thanks / Like
    iCash Credits
    12,009
    Downloads
    33
    Uploads
    2
    http://www.tamilmantram.com/vb/showthread.php?t=17785 இங்கே இருக்கே !
    ஜெயிப்பது நிஜம்

  7. #7
    புதியவர் diamond's Avatar
    Join Date
    07 Nov 2010
    Location
    passau, Germany
    Posts
    20
    Post Thanks / Like
    iCash Credits
    14,251
    Downloads
    0
    Uploads
    0
    நன்றி நண்பர் மொக்கச்சாமி....
    இரண்டு வருடங்களுக்கு முன்பு உள்ள போஸ்ட் எனவே கவனிக்கவில்லை .......ஆனால் நான் சமீபத்தில் படித்த விஷயம் எனவே பகிரிந்துகொண்டேன் ......சுட்டி காட்டியதற்கு நன்றி ....

  8. #8
    மன்றத்தின் மகுடம் பண்பட்டவர்
    Join Date
    16 Feb 2007
    Location
    சுவாசம்
    Age
    43
    Posts
    21,007
    Post Thanks / Like
    iCash Credits
    362,234
    Downloads
    151
    Uploads
    9
    பூட்டுகிறேன்.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •