How to Lock Folders in Windows 11/10 (Without Software)

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 พ.ย. 2024

ความคิดเห็น • 284

  • @EasyTechGeek
    @EasyTechGeek  ปีที่แล้ว +107

    @ECHO OFF
    if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
    if NOT EXIST Private goto MDPrivate
    :CONFIRM
    echo Are you sure to lock this 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 Your Secure Folder
    set/p "pass=>"
    if NOT %pass%== YOUR-PASSWORD 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
    :MDPrivate
    md Private
    echo Private created successfully
    goto End
    :End

    • @japanismycountry2222
      @japanismycountry2222 ปีที่แล้ว +3

      I cannot copy this link

    • @abhaypatel6
      @abhaypatel6 ปีที่แล้ว

      @EasyTechGeek plz reply how i can change my password . I have forgotten my password

    • @lochisdelights5054
      @lochisdelights5054 ปีที่แล้ว

      Hi

    • @irenesimon8332
      @irenesimon8332 ปีที่แล้ว +1

      how to unlocked if i forgot the password?

    • @mustafaalamarah
      @mustafaalamarah ปีที่แล้ว +3

      why everybody forget their password bruh if you want to lock an important file why would you forget it

  • @joshpi6008
    @joshpi6008 ปีที่แล้ว +17

    so basically it's not locking or unlocking a folder rather it's hiding or unhiding. a special tips for those who can think the bat file can be opened in text editor and the password can be revealed.. use text obfuscator to obfuscate texts so they become human unreadable. no one will ever find your password but it's still work as it is! ;)

    • @aukemaas354
      @aukemaas354 5 หลายเดือนก่อน +1

      How exactly would this be done? And is it used on the .bat file or on the hidden files?

    • @rezz1er
      @rezz1er 4 หลายเดือนก่อน

      HOW TO ADD MORE SECURITY!!!
      I place the .bat file in another location after its locked up and by doing that it won't work in another location. just past the .bat file back in the folder where the "contents lives" its like a key and just place your key/.bat file somewhere safe I place them in my documents. I use this for flash drives my flash drives looks empty if someone plugged it in until I add the .bat file to the hard drive and bam I'm back in biz after I enter my password. hope this helps

    • @Darkknight9035
      @Darkknight9035 3 หลายเดือนก่อน +1

      @@rezz1er but that's just too much effort... what if I need to use that secret folder frequently? i have to keep dragging it back and forth constantly... its such a hassle in that case

    • @rezz1er
      @rezz1er 3 หลายเดือนก่อน +1

      @@Darkknight9035 I use it for back up drives that has my data on it I don't want people pluging in my drive and all my files are visible lol I don't use for anything else and it takes like 10 seconds to drag that file in to a folder so I don't know how much a hassle that is when most locker programs have to start up and then you have to use a password to unlock so it's the same amount of effort and time if you need a folder locker there are free ones but they might be viruses or they might charge a fee this is absolutely FREE so yeah google folder lockers and pay for a better option

    • @rezz1er
      @rezz1er 3 หลายเดือนก่อน +1

      @@Darkknight9035 sh*t I just use it for my back up hard drives, so no one can just plug it in and access my data. I don't see it being that much of a hassle as you can try folder lockers from Google (some might be viruses) and the start up time for the program to launch and and for you to put your password is much more of a hassle then this option and don't forget this is a free option. so what is there to complain about if it's a hassle pay for a better option and honestly you seem way to paranoid like is this private folder on YOUR computer because I mean if you are on YOUR computer and you are that scared/paranoid of someone snooping threw your folders then maybe you shouldn't be on YOUR computer with other people around because it is YOUR personal PC. all computers have a password when its start up. so as long as your not handing over your password to people that are going to snoop at your private stuff then whats there to be scared of unless its illegal. You seem to be really pariond to be honest it's YOUR computer use it for YOUR self and use a GUEST profile around other people like friends and family so they don't find your creepy hidden files. Or pay for a encrypted folder locker with military encryption them are your options

  • @MINDistortion1
    @MINDistortion1 ปีที่แล้ว +15

    Wow thank you so much! Very easy to follow. I appreciate you making this my friend :D

  • @hhhandle-nf9bj
    @hhhandle-nf9bj 5 หลายเดือนก่อน +1

    I'm incredibly grateful to have found this solution, especially because it took me days. You're amazing!

    • @EasyTechGeek
      @EasyTechGeek  5 หลายเดือนก่อน +1

      Glad it helped! ❣️😊

  • @swastiksomu
    @swastiksomu ปีที่แล้ว +3

    Brooo!
    It's really a breathtaking and helpful trick thank U for upload this type of stuff....

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว +1

      Glad you liked it ❣️😊

    • @swastiksomu
      @swastiksomu ปีที่แล้ว

      @@EasyTechGeek bro where r you from ?

  • @thatguy_v4
    @thatguy_v4 หลายเดือนก่อน +1

    thank you for your help. I was wanting a way to do this!

    • @EasyTechGeek
      @EasyTechGeek  หลายเดือนก่อน +1

      Glad I could help!❣️😊

  • @meggrain553
    @meggrain553 3 หลายเดือนก่อน +1

    This is mindblowing and effective

    • @EasyTechGeek
      @EasyTechGeek  3 หลายเดือนก่อน

      Glad you liked it ❣️😊

  • @arj4unow
    @arj4unow ปีที่แล้ว +8

    Simple& Effective, Loved it.

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว +1

      Glad you liked it! ❣️😊

  • @mui0809
    @mui0809 10 หลายเดือนก่อน +1

    it's very useful, you can even hide the bat file

  • @jamesnnadi1195
    @jamesnnadi1195 ปีที่แล้ว +1

    Thanks so much this was very helpful now i can lock all my password so no more having to border about remembering all password

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว

      Great Buddy Cheers! ❣️😊

  • @mr_lyrics4317
    @mr_lyrics4317 9 หลายเดือนก่อน +1

    Its really worked bro tq so much brother ❤❤❤❤

    • @EasyTechGeek
      @EasyTechGeek  9 หลายเดือนก่อน

      You're Most Welcome ❣️😊

  • @sindukrisha
    @sindukrisha 7 หลายเดือนก่อน +1

    amazing your creation....congratilation for more develepment

    • @EasyTechGeek
      @EasyTechGeek  7 หลายเดือนก่อน +1

      Thank you so much 😊❣️

  • @bishnusharma3090
    @bishnusharma3090 8 หลายเดือนก่อน +3

    I can just right click on the lock file and select edit with notepad. I will be shown the password easily. Any solutions ?

    • @rezz1er
      @rezz1er 4 หลายเดือนก่อน

      I place the bat file in another location and it won't work in another location just past the bat file back in the folder where the contents lives its like a key and just place your key/bat file somewhere safe. I use this for flash drives. my flash drives looks empty until I add the bat file to the hard drive and bam I'm back in biz hope this helps

  • @nikhilbabu7625
    @nikhilbabu7625 7 หลายเดือนก่อน +1

    Thank you so much brother for the wonderful idea

    • @EasyTechGeek
      @EasyTechGeek  7 หลายเดือนก่อน

      You're Most Welcome Buddy ❣️😊

  • @supunedirimanne
    @supunedirimanne 4 หลายเดือนก่อน +1

    Wow thanks a lot It worked so well no issues

    • @EasyTechGeek
      @EasyTechGeek  4 หลายเดือนก่อน

      You're Most Welcome ❣️😊

  • @markguevarra5231
    @markguevarra5231 7 หลายเดือนก่อน +1

    thank you so much. i hope you get everything you want in life.

    • @EasyTechGeek
      @EasyTechGeek  7 หลายเดือนก่อน

      Thank you Cheers ❣️😊

  • @ConnorBarber-tc4pf
    @ConnorBarber-tc4pf 6 หลายเดือนก่อน

    This is actually awesome. My research into bat lead me here, and now it seems super useful.

    • @EasyTechGeek
      @EasyTechGeek  6 หลายเดือนก่อน

      Glad it was helpful! ❣️😊

  • @JosephNgebeh-q4j
    @JosephNgebeh-q4j 7 หลายเดือนก่อน +1

    I really enjoyed the lesson

    • @EasyTechGeek
      @EasyTechGeek  7 หลายเดือนก่อน

      Glad you liked it ❣️😊

  • @user-wi3ff4eq1f
    @user-wi3ff4eq1f หลายเดือนก่อน +1

    YES, THANK YOU SO MUCH

    • @EasyTechGeek
      @EasyTechGeek  หลายเดือนก่อน

      You're Most Welcome ❣️😊

  • @amilasandaruwan659
    @amilasandaruwan659 ปีที่แล้ว +1

    Really Helpful bro
    nice work.

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว

      Glad you liked it ❣️😊

  • @bravephiri1799
    @bravephiri1799 ปีที่แล้ว +2

    Where did u find the information u copied and pasted there?

  • @omg88823
    @omg88823 10 หลายเดือนก่อน +1

    Good work. Thankyou friend..

    • @EasyTechGeek
      @EasyTechGeek  10 หลายเดือนก่อน

      You're Most Welcome Buddy ❣️😊

  • @gamokguy200
    @gamokguy200 ปีที่แล้ว +15

    This doesn't work at all, you can find the password for the "lock fold.bat" folder if you just change it from ".bat" back to ".txt" and skim around in the text folder for the password. All this provides is shallow protection that is easily unlockable for anyone even a little tech savvy.

    • @yukers
      @yukers ปีที่แล้ว +2

      There is a much easier way to find the password than changing the extension.

    • @rezz1er
      @rezz1er 4 หลายเดือนก่อน

      I place the bat file in another location and it won't work in another location just past the bat file back in the folder where the contents lives its like a key and just place your key/bat file somewhere safe. I use this for flash drives my flash drives looks empty until I add the bat file to the hard drive and bam I'm back in biz hope this helps

    • @badushaahmmed8121
      @badushaahmmed8121 4 หลายเดือนก่อน +1

      ​@@rezz1erbrother i forgot the password i put. So how can i unlock the folder

    • @rezz1er
      @rezz1er 4 หลายเดือนก่อน

      @@badushaahmmed8121 you have to change the .bat file back to .txt and you can open as a text file and you can see your password

    • @krishnanagar4893
      @krishnanagar4893 4 หลายเดือนก่อน

      ​@@badushaahmmed8121 right click on the bat file click on edit in notepad then look for %pass%== the first word after that is your password

  • @gudabeats_sa
    @gudabeats_sa ปีที่แล้ว +5

    Simple and helpful thanks bro ❤

  • @nishitharuth5745
    @nishitharuth5745 29 วันที่ผ่านมา +1

    thank u soo much it worked!!!

    • @EasyTechGeek
      @EasyTechGeek  29 วันที่ผ่านมา

      Glad it helped!❣️😊

  • @deepeshgautam2529
    @deepeshgautam2529 10 หลายเดือนก่อน +1

    Wow bro its fantastic👌👌👌👌👌👌

    • @EasyTechGeek
      @EasyTechGeek  10 หลายเดือนก่อน

      Thank you so much 😀

  • @MariusCombrink
    @MariusCombrink 7 หลายเดือนก่อน +1

    Wonderful. Thank you.

    • @EasyTechGeek
      @EasyTechGeek  7 หลายเดือนก่อน

      Glad you enjoyed it! ❣️😊

  • @bgee5098
    @bgee5098 7 หลายเดือนก่อน +1

    It worked, but it created another folder named "control panel" and and it also contain the locked files, but they are unlocked in this folder that was created.. what with that ?

  • @yesuyarishyuye6204
    @yesuyarishyuye6204 ปีที่แล้ว +2

    Hello thanks for your help but I have a question how do we get that message in cmp?

  • @PeterDunn-qi4tu
    @PeterDunn-qi4tu 3 หลายเดือนก่อน +1

    Worked perfectly

    • @EasyTechGeek
      @EasyTechGeek  3 หลายเดือนก่อน

      Glad it helped ❣️😊

  • @tusharkashyapentertainer
    @tusharkashyapentertainer ปีที่แล้ว +5

    On 1st try it opens nicely but when i lock the folder and open again , every 2nd time the folder stops responding, can you help ???

  • @RajuMahato-gw9oq
    @RajuMahato-gw9oq 2 หลายเดือนก่อน +1

    thank you so much it is really good

    • @EasyTechGeek
      @EasyTechGeek  2 หลายเดือนก่อน

      I'm glad you like it❣️😊

  • @FireFTI
    @FireFTI 10 หลายเดือนก่อน +2

    THANK YOU SOOOO MUCH!!

    • @EasyTechGeek
      @EasyTechGeek  10 หลายเดือนก่อน

      You're Most Welcome ❣️😊

  • @BIG_JV
    @BIG_JV 10 หลายเดือนก่อน +1

    Great Job Brother! It worked like a charm! Many Thanks for sharing!

    • @EasyTechGeek
      @EasyTechGeek  10 หลายเดือนก่อน

      You're Most Welcome Buddy ❣️😊

  • @madhusha24
    @madhusha24 ปีที่แล้ว +1

    wow that was awesome thanku soo much.. subbed

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว

      Thanks for the sub! ❣️😊💫

  • @Darkknight9035
    @Darkknight9035 3 หลายเดือนก่อน +1

    can i rename the private folder?

  • @mr_irresistible
    @mr_irresistible ปีที่แล้ว +3

    After i' ve done everything and try to use it, I put my password in the cmd and my private folder seems, if I close the folder and reopen it from the begin, my private folder still seems. Any clue?

  • @ananthamurthy5433
    @ananthamurthy5433 ปีที่แล้ว +1

    I did it and i was searching like this stuff Very Nice Man

  • @mariyajaveriyak
    @mariyajaveriyak ปีที่แล้ว +1

    i was able to do this, & i loved this trickkk

  • @achalkumar92
    @achalkumar92 ปีที่แล้ว +1

    Superb, I really appreciate u by my heart❤ thanku🎉

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว

      Your comment made my day brother ❣️😊 Thank you

  • @AyaAya-ym5hs
    @AyaAya-ym5hs 9 หลายเดือนก่อน +1

    THANK YOU !

    • @EasyTechGeek
      @EasyTechGeek  9 หลายเดือนก่อน

      You're Most Welcome ❣️😊

  • @Insightiify
    @Insightiify ปีที่แล้ว +1

    Very useful. But sir, I can I get the command. Let say I can’t access my TH-cam talk less of copying the command and I miss placed the copied one

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว

      command is in the comments section

  • @ShahrukhMehta-1987
    @ShahrukhMehta-1987 11 หลายเดือนก่อน +1

    Wonderful work bossy.. Thanks a ton

    • @EasyTechGeek
      @EasyTechGeek  11 หลายเดือนก่อน

      Glad you enjoyed it ❣️😊

  • @mr.mughalll
    @mr.mughalll 5 หลายเดือนก่อน

    If someone deletes a file with a .bat extension, what will happen?

  • @Brotomotive23
    @Brotomotive23 9 หลายเดือนก่อน +1

    that was soo helpfull sir

    • @EasyTechGeek
      @EasyTechGeek  9 หลายเดือนก่อน

      Glad it helped ❣️😊

  • @mohamedrifky3611
    @mohamedrifky3611 ปีที่แล้ว +1

    Thanks brother
    it's really Useful

  • @manishmani1371
    @manishmani1371 3 หลายเดือนก่อน +1

    thank you sir 🙏👌👌

    • @EasyTechGeek
      @EasyTechGeek  3 หลายเดือนก่อน

      You're Most Welcome Buddy ❣️😊

  • @demoaccount862
    @demoaccount862 ปีที่แล้ว +1

    great bro !!!! keep it up

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว

      Thank you so much ❣️😊

  • @KishoreJain-s5j
    @KishoreJain-s5j 2 หลายเดือนก่อน +1

    thank you so much big bro

    • @EasyTechGeek
      @EasyTechGeek  2 หลายเดือนก่อน

      You're Most Welcome ❣️😊

  • @avinaashkulkarnii3681
    @avinaashkulkarnii3681 หลายเดือนก่อน +1

    It doesn,t work wnen once you unlock. Second time only prompts for Locking but nothing HAPPENS

  • @Riadh-h4k
    @Riadh-h4k 10 หลายเดือนก่อน

    Great! It worked. Thank you.

    • @EasyTechGeek
      @EasyTechGeek  10 หลายเดือนก่อน

      You're Most Welcome Buddy ❣️😊

  • @delbertchayawijaya4848
    @delbertchayawijaya4848 10 หลายเดือนก่อน

    I've just tried it & it works, but after I put my data in there, I can't reopen the panel that direct me to the folder
    Can you help me how to fix it ?

  • @FadFactoryy
    @FadFactoryy 6 หลายเดือนก่อน

    Thank you. It works!

    • @EasyTechGeek
      @EasyTechGeek  6 หลายเดือนก่อน

      Glad to hear that ❣️😊

  • @omarpervez5657
    @omarpervez5657 11 หลายเดือนก่อน

    Great. I did but I've lost my password for the secret folder. Could you please tell me what should I do in order to unlock my secret folder?

    • @JohnnyBlade21
      @JohnnyBlade21 10 หลายเดือนก่อน

      right click on the .bat file and then edit and search the password

  • @kaifahmad833
    @kaifahmad833 ปีที่แล้ว +1

    bro after locking the file if you search those file with name then the data is showing its only hidden its not secured

  • @tawhidhosen8226
    @tawhidhosen8226 ปีที่แล้ว +1

    Thank you so much

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว

      You're most welcome ❣️😊

  • @texeppl
    @texeppl ปีที่แล้ว +1

    Thanks dude ! You're the best !

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว

      Glad you liked it ❣️😊

  • @omegasimpf1nn5terfan60
    @omegasimpf1nn5terfan60 ปีที่แล้ว +1

    Thank you bro :)),this videos is really helpfull

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว +1

      Glad it helped ❣️😊

  • @frankgama392
    @frankgama392 5 หลายเดือนก่อน

    What if it says "Access Denied" upon trying typing to Lock it using Command Prompt "Y"

  • @muqaddasrajpoot
    @muqaddasrajpoot ปีที่แล้ว +1

    thank u its work

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว

      You're welcome! ❣️😊

  • @G_Divya
    @G_Divya ปีที่แล้ว +2

    LOVE IT ..THANK U BRO

  • @karthikacharya07
    @karthikacharya07 10 หลายเดือนก่อน +1

    Awesome trick 2 lock without any 3rd party appli❤

    • @EasyTechGeek
      @EasyTechGeek  10 หลายเดือนก่อน

      Glad you liked it ❣️😊

  • @mostafagamer25
    @mostafagamer25 ปีที่แล้ว

    can i rename the folder "Private" into anything i want?

  • @BelieveInAlice
    @BelieveInAlice ปีที่แล้ว +1

    Thank you

  • @RCCaveStudios
    @RCCaveStudios 29 วันที่ผ่านมา

    what do i do if i forgot my password for my folder?

  • @ripex
    @ripex ปีที่แล้ว +1

    hey, you are doing amazing job. I wanna talk with you about an important thing please reply!

  • @trungleho3706
    @trungleho3706 10 หลายเดือนก่อน

    Please help! I forgot my password, is there any way to unlock my folder ?

  • @BhaveshKhararia
    @BhaveshKhararia ปีที่แล้ว

    What if i permanently deleted the batch file...
    now what to do
    Plzz tell

  • @tawhidhosen8226
    @tawhidhosen8226 ปีที่แล้ว +1

    Great bro 🔥

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว

      Thanks for the visit ❣️😊

  • @hudzaifahnurallam902
    @hudzaifahnurallam902 11 หลายเดือนก่อน +1

    how if the file got deleted permanently?

  • @Multicrashyorigional
    @Multicrashyorigional 9 หลายเดือนก่อน

    so here is the problem i am trying to put a folder in the private folder for organization but then it just BREAKS and stops working

  • @SampathEdirisinghe
    @SampathEdirisinghe ปีที่แล้ว +1

    thank. its amazing

  • @vincentdominicapao3649
    @vincentdominicapao3649 4 หลายเดือนก่อน

    bro , i try on my laptop after it done. all my apps can't be open like my mp4. jpg. also microsoft store? it show's The app didn't start? what should i do? hellpp huhh

  • @satoshihuynh8839
    @satoshihuynh8839 4 หลายเดือนก่อน

    Would someone be able to help me?
    Last night it was still the same as the video, but this morning when I opened it again, the private file was empty while it still took up the same amount of GB as before, neither increasing nor decreasing.

  • @PushWithMe
    @PushWithMe ปีที่แล้ว +1

    Thanks

  • @rezz1er
    @rezz1er 4 หลายเดือนก่อน

    HOW TO ADD MORE SECURITY!!!
    I place the .bat file in another location after its locked up and by doing that it won't work in another location. just past the .bat file back in the folder where the "contents lives" its like a key and just place your key/.bat file somewhere safe I place them in my documents. I use this for flash drives my flash drives looks empty if someone plugged it in until I add the .bat file to the hard drive and bam I'm back in biz after I enter my password. hope this helps

  • @mylittleworld9314
    @mylittleworld9314 11 หลายเดือนก่อน

    Hello sir, I forgot my password how to reset it. Please help me.🙏

  • @akashjagtap5603
    @akashjagtap5603 ปีที่แล้ว +1

    Nice Sir

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว

      Thanks and welcome ❣️😊

  • @radyoneu2082
    @radyoneu2082 ปีที่แล้ว +1

    great video. Thanks a lot

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว

      Thank you so much. Glad you liked it ❣️😊

  • @eknoorsailok
    @eknoorsailok 9 หลายเดือนก่อน

    wow......thanks man

  • @vineethv5097
    @vineethv5097 ปีที่แล้ว +1

    Does this have like limited data lock?

  • @hutanugabriel334
    @hutanugabriel334 ปีที่แล้ว

    after i ve done this ,it works
    but how do you delete the file or the folder
    i ve tried to detele and the system won t let me because my files are open in another program

  • @anonkittygirl
    @anonkittygirl ปีที่แล้ว +1

    hello! when i click on the locked folder it doesn’t create another one titled “private”

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว +1

      You might have missed something. Pls redo correctly 👍

    • @anonkittygirl
      @anonkittygirl ปีที่แล้ว

      @@EasyTechGeek thank you so much! you helped me a lot :)

  • @PayaoCGSS
    @PayaoCGSS 5 หลายเดือนก่อน +1

    thanks

    • @EasyTechGeek
      @EasyTechGeek  5 หลายเดือนก่อน

      You're Most Welcome ❣️😊

  • @EsthelKende-bq8mx
    @EsthelKende-bq8mx ปีที่แล้ว

    Please i am trying to get echo off and on .. please assist how to download or print

  • @badushaahmmed8121
    @badushaahmmed8121 4 หลายเดือนก่อน

    Brother i forgot the password i put. Please help me to unlock the folder

  • @krish143225143
    @krish143225143 ปีที่แล้ว

    I want to Lock My D Drive, is the Any Option in Windows 11 of Alienware Laptop.

  • @rafiqrocky2449
    @rafiqrocky2449 8 หลายเดือนก่อน +1

    thankssssss bro

    • @EasyTechGeek
      @EasyTechGeek  8 หลายเดือนก่อน

      You're Most Welcome ❣️😊

  • @boaz117
    @boaz117 5 หลายเดือนก่อน

    where will i get the text to pest?

  • @tymz-r-achangin
    @tymz-r-achangin 2 หลายเดือนก่อน

    Everyone, read the comments and you see why NOT to use this method in the video. We SIMPLY need a fingerprint-enabled file/folder lock system but Microsoft refuses to provide it

  • @savannahwalton2748
    @savannahwalton2748 2 หลายเดือนก่อน

    how do i unlock if i forgot password please

  • @yasirnabi588
    @yasirnabi588 10 หลายเดือนก่อน

    @easytechGeek i did exactly the same way you did now im not able to open the file .. plz help me i have got very important things in this folder... its not opening after taking the password...

    • @yasirnabi588
      @yasirnabi588 10 หลายเดือนก่อน

      plz help

  • @districtlitigationofficeku6163
    @districtlitigationofficeku6163 ปีที่แล้ว +1

    thanks a lot

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว

      You are most welcome ❣️😊

  • @jeromea6898
    @jeromea6898 ปีที่แล้ว +1

    its really working well. but the whole folder could be able to delete

  • @ooobzv
    @ooobzv ปีที่แล้ว +1

    definitely gain a like and subscribe.

    • @EasyTechGeek
      @EasyTechGeek  ปีที่แล้ว

      Thank you so much ❣️😊

  • @JersePhantom
    @JersePhantom ปีที่แล้ว

    any way to recover the password?

  • @jerbyabante9977
    @jerbyabante9977 ปีที่แล้ว

    If u type even it is not your password it is still working

  • @abdulmalikolawuwo9035
    @abdulmalikolawuwo9035 ปีที่แล้ว +1

    Superb

  • @GloomyFN2.0
    @GloomyFN2.0 ปีที่แล้ว

    I have an internet usb nano adapter and I have no idea what to change my properties too

    • @GloomyFN2.0
      @GloomyFN2.0 ปีที่แล้ว

      Its an internet one can you help??

  • @primanshupawar5955
    @primanshupawar5955 ปีที่แล้ว +3

    Awesome