Results 1 to 11 of 11

Thread: hardisk ya folder mein lock

  1. #1
    Join Date
    15 Nov 2006
    Posts
    761
    Threads
    207
    Credits
    1,245
    Thanked: 1

    Question hardisk ya folder mein lock

    hardisk ya folder mein lock kaisay lagay jaiyeh

    plz koi aisa software bataite
    Partay Rahoo NAMAZ yeh qual-e-Rasool Hay Jis Nay na Pari NAMAZ yeh us ka Kasoor hay

  2. #2
    Join Date
    31 Mar 2007
    Location
    Tanhai...
    Age
    35
    Posts
    6,231
    Threads
    157
    Thanked
    31

    Default

    Folder lock k liye yeh soft use karain
    http://www.softpedia.com/get/Securit...der-Lock.shtml

  3. #3
    Join Date
    14 Feb 2009
    Location
    Taunsa Shareef
    Posts
    6,356
    Threads
    260
    Thanked
    588

    Default Yaar Is Right

    Quote Yaad said: View Post
    Folder lock k liye yeh soft use karain
    http://www.softpedia.com/get/Securit...der-Lock.shtml
    Yaad Bhai is Right

  4. #4
    MindHunter's Avatar
    MindHunter is offline Advance Member
    Last Online
    2nd February 2021 @ 02:52 PM
    Join Date
    09 Jun 2007
    Gender
    Male
    Posts
    767
    Threads
    78
    Credits
    200
    Thanked
    39

    Default

    try this one
    i m using this
    Folder Lock
    External Site Link Not Allowed In Signature(ALi.HaiDEr)

  5. #5
    masif's Avatar
    masif is offline Senior Member+
    Last Online
    13th February 2017 @ 01:45 PM
    Join Date
    21 Jan 2009
    Age
    38
    Posts
    1,280
    Threads
    218
    Credits
    522
    Thanked
    10

    Default

    hard drive ke partition lock karne ke liye app ye karain
    ran main jain or type karain gpedit.msc ok kar dain
    phir jo window khulay us addministrative templets
    phir window components phir window explorer
    or prevent access to drive from my computer
    or phir is par dubbel click karna jo window khulay
    us main enable par chek lagana or apni drive ke
    partition select karna or apply ok kardena
    Name:  untitled.jpg
Views: 168
Size:  96.6 KB

    Name:  124.jpg
Views: 167
Size:  83.0 KB

  6. #6
    Join Date
    15 Nov 2006
    Posts
    761
    Threads
    207
    Credits
    1,245
    Thanked: 1

    Default

    Bhai Is say meray softwares aur progrrame 2 karab nahi hogay

  7. #7
    simpleproka's Avatar
    simpleproka is offline Senior Member+
    Last Online
    25th March 2012 @ 11:45 AM
    Join Date
    02 Dec 2008
    Location
    Basirpur Okara
    Posts
    790
    Threads
    86
    Credits
    0
    Thanked
    137

  8. #8
    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

    Exclamation To Lock Your Folder With Password

    • 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

  9. #9
    Join Date
    15 Nov 2006
    Posts
    761
    Threads
    207
    Credits
    1,245
    Thanked: 1

    Default

    yaaryeh 2 bus folder e bana rahi hay aur kuch nahi

  10. #10
    Join Date
    15 Nov 2006
    Posts
    761
    Threads
    207
    Credits
    1,245
    Thanked: 1

    Question thanks Brother

    Quote robostic said: View Post
    • 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
    interesting i Like it
    Aur haan Cd tray Lock Karni Hay
    Plz Send me this also

    Aur Haan Agar Allah na karay k harddisk Format karni Parjiaye aur hum Windo Pay na jasakay tu kiya kia jaiyeh

  11. #11
    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

    Quote RAJASTYLE said: View Post
    yaaryeh 2 bus folder e bana rahi hay aur kuch nahi
    Haan Tu Us Folder Main Apna Sara Stuff Daal kai File ko Dubara Run Karo Woh Confirmation Mang kai Folder ko Lock Kar Dai Ga. Thread tu Gaur sai Parho Dear

Similar Threads

  1. Lock & Hide Your Folder,File,Drives..GiliFile Lock
    By Net-Rider in forum Software Reviews
    Replies: 328
    Last Post: 19th February 2019, 03:51 PM
  2. Hardisk lock
    By jamal007 in forum Ask an Expert
    Replies: 7
    Last Post: 25th February 2014, 09:38 PM
  3. Replies: 5
    Last Post: 10th September 2009, 02:37 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
  •