Results 1 to 2 of 2

Thread: Lock Your Folder In Windows XP With Password without Using Any Software

  1. #1
    robostic is offline Senior Member+
    Last Online
    23rd August 2016 @ 07:33 PM
    Join Date
    19 May 2009
    Location
    Somewhere Around
    Age
    41
    Posts
    1,581
    Threads
    105
    Credits
    840
    Thanked
    16

    Default Lock Your Folder In Windows XP With Password without Using Any Software

    • Yeh Coding copy kar kai notepad Pai Paste karlo
    • Change the word Password (In Red) with any password You like.
    • then Save It as lock.bat
    • Run It.
    • You will See a New Folder Named as "Locker"
    • Move Your Stuff Into It and Then Double Click This File Again.
    • It Will Ask You Wether You Want To Lock Your Folder Or Not
    • Press Y and Your Folder Will be Gone
    • When You Want To Unlock The Folder, Just Double Click It And It Will Ask You For Password.
    • Provide the Password And it will Unlock.






    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%==PASSWORD 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

    I have Shared The File here aswell its password to unlock the folder is shani
    Attached Files Attached Files

  2. #2
    Join Date
    20 Jan 2009
    Location
    Multan
    Age
    38
    Posts
    807
    Threads
    25
    Thanked
    11

    Default

    Thanks

Similar Threads

  1. Forget my password of Folder Lock
    By Sarfraz Hussain in forum Ask an Expert
    Replies: 20
    Last Post: 14th July 2017, 03:26 PM
  2. PASSWORD ALFA FOLDER LOCK HELP
    By ayoob denari in forum Ask an Expert
    Replies: 1
    Last Post: 11th October 2015, 10:13 PM
  3. Lock & Password Protect your folder without any software
    By Desire.libra in forum General Discussion
    Replies: 21
    Last Post: 26th August 2013, 06:42 PM
  4. *-* To Lock a foLder iN wiNdows XP withouT aNy software *-*
    By SarangKhan in forum English IT Zone
    Replies: 21
    Last Post: 28th January 2012, 02:16 PM
  5. Lock Folder Password?
    By diya_rose in forum Ask an Expert
    Replies: 14
    Last Post: 7th May 2010, 10:07 PM

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
  •