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

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 มี.ค. 2022
  • How to Lock Folders in Windows 11 & 10 - (Without Software)
    Make your folders invisible and password protected both on Windows 10 & 11.
    Put password for every folder on Windows 11 and 10. Password protect a folder in Windows 11 home and all editions.
    𝕾𝖈𝖗𝖎𝖕𝖙 𝖜𝖎𝖑𝖑 𝖇𝖊 𝖎𝖓 𝖙𝖍𝖊 𝖈𝖔𝖒𝖒𝖊𝖓𝖙 𝖘𝖊𝖈𝖙𝖎𝖔𝖓
    Subscribe To Crown Geek: / crowngeek
    Do not skip the video and watch till the end.
    Don't forget to subscribe to my channel. By the way, it's completely FREE!
    🆓🆓🆓🆓🆓🆓🆓🆓🆓🆓🆓🆓
    ☑ Watched the video!
    ☐ Liked?
    ☐ Subscribed?
    Join my Discord Server - / discord
    Contact me on Instagram - / sebrauf
    How to Fix 100% CPU Usage on Windows 11/10 - (Boost FPS for Gaming)
    • How to Fix 100% CPU Us...
    How to Boost Processor or CPU Speed in Windows 11 & 10
    • How to Boost Processor...
    #LockFolders
    #HowtoSetPasswordtoFolderWindows11
    #CrownGeek
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @CrownGEEK
    @CrownGEEK  ปีที่แล้ว +47

    cls
    @ECHO OFF
    title Folder Locker
    if EXIST "Locker.{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 "Locker.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    attrib +h +s "Locker.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    echo Folder locked
    goto End
    :UNLOCK
    echo Enter password to Unlock folder
    set/p "pass=>"
    if NOT %pass%==ENTER_YOUR_PASSWORD goto FAIL
    attrib -h -s "Locker.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    ren "Locker.{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

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

      problem is it doesn't actually "Lock" the files it just hide it if you write the file names in the windows search bar you can access it immediately no password nothing... cool trick tho

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

      It's not copying

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

      can you tell me how i can change password

    • @mr.gamingwalker6710
      @mr.gamingwalker6710 ปีที่แล้ว

      i forgot my password how can i reset it

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

      anyone delete my dos fie how to recover it?????

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

    This is rad. I love computer programming. It feels like I have so much control over the machine now. Thank you for posting.

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

    This is the only video I found that actually worked and had the proper copy / paste material. So thank you!

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

      if you right click on the folder, more options , edit, you can view the pass and like this anybody can get into your folder.

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

      I typed in widows search random number like 16 and it was coincidentally begining nuber of a hidden picture from that folder, and you could just click it and view the whole folder... not very reliable

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

      I agree. I looked at other Videos and none of them worked. 😃😃😃

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

    Hi there, it all worked fine for me for a couple of days. No I can unlock the folder but I can not lock it again. Double clicking on the .bat file opens terminal but typing "y" just closes terminal as it should but does not lock the folder. Any ideas? Thanks for your help.

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

    This worked perfectly! Thankyou :)

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

    Hey Crown,
    Thank you for educating me on how to lock folder in Windows 11. Thanks Again!!😊😊

  • @Arman-ol3iy
    @Arman-ol3iy ปีที่แล้ว +1

    Amazing!! It worked perfectly. Thank you very much.

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

    If I click the picture folder then the code which is written in a text document is open and the password is there. So what's the benefit of doing this?

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

    how did you get the description in the txt file? i cant see how you got it?

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

    Thnx a lot this video is very helpful every person , and for me😉

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

    Found this really useful, Thanks 👍

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

    Nice thing and works (thus far) One little snag tough: if in Windows Explorer the preview pane is active one can see the whole code and the password too.

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

    Im facing an issue that the folder dosent open no matter what and all the files are stuck within it,at times it just flashes a window saying " [process exited with code 255 (0x000000ff)] ".Please do help with concern

  • @curlito75
    @curlito75 5 หลายเดือนก่อน +2

    doesnt work if you have "enable see hidden files" on folder preferences :( this code whats does its puts the folder in hidden mode

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

    love you so much dude😍😍😍😍. BIG BIG THANKSSSS🙌🏻🙌🏻

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

    I cant open the file even with the correct password. what should I do? is it because the size of the folder too big?

  • @ChrisJones-tm1yh
    @ChrisJones-tm1yh ปีที่แล้ว +2

    Thank you so much!!!! Worked perfectly very easy thanks for the code👍🏻👍🏻

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

    thank you for helping me now i know how to lock my folders :) TYSM you earned a sub from me :D

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

    when yo said that click it double but it does not change to a private folder it just one the folder i do not know why it does not for me?? please guide me

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

    doesn't work for windows 11-- when I doublicked on the bat files-- no dos terminal come up

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

    Hi, where can I find the code? I can't find the pin section.

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

    Thank you so much...this is the one that I need.

  • @g.g.andrea8119
    @g.g.andrea8119 ปีที่แล้ว +2

    The easiest video.. thanks!

  • @Skipperloop
    @Skipperloop 7 หลายเดือนก่อน +3

    if someone right clicks the lock and hit edit they will be able to see the passcode or they could just open the txt file

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

    after i did that to folder in my external hard and put the hard in another laptop now i cant see the folder or the text box how can i fix this

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

    Wow this is so cool I am definitely subbing

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

    Is it automatically locked if you put the file on a flash drive?

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

    This is really nice, I want to ask how can I
    unlock this type of lock whenever I want to?

  • @priyagudla1724
    @priyagudla1724 2 ปีที่แล้ว

    Thankyou somuch....it help me a lot " :) "

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

    after i locked it , I cant open it anymore. There's no popup for the password.

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

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

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

    not working.... though all steps done...but after thay you go to search menu and search that locked file then you can see also

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

    woaaaah .... brilliant , love from India brother

  • @Perry_The_Platypus.2
    @Perry_The_Platypus.2 ปีที่แล้ว

    I use this method for like 3 mounts, but now i cant lock it like how it should be. Can someone help me?

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

    i have save few things in that folder and now i am unable to retrieve even after entering the right password. How do i get my files back

  • @mickeymaniacmickeymaniac6225
    @mickeymaniacmickeymaniac6225 12 วันที่ผ่านมา

    Worked perect! Thank you

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

    Bro, how this is save..
    Anyone can click editnoption in bat file then see the password.

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

    Hi Crown Geek, tell me what if I want to change password for the same? Where can I edit?

  • @lalochka210
    @lalochka210 2 ปีที่แล้ว

    amazing, worked, thank you

  • @SanjuSanju-eo8ud
    @SanjuSanju-eo8ud ปีที่แล้ว

    Hey it's not working properly..... When I entered only Y then folder is automatically open?????

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

    can't get the info in the text doc. mine came up BLANK..HELP PLEASE

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

    there is no code in description??

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

    dang man thx a lot just got this figured out.

  • @randomvideos7607
    @randomvideos7607 ปีที่แล้ว +6

    Is there a way to reverse this? Please help, the password won't work and I can't open it.

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

      right click on the bat file you made and click edit, it'll show the code you copy pasted and the password

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

    where u get that code. i m not getting that code from anywhere . plz help

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

    it works... Thanks💫

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

    Could you do a video to explain the code for the .bat file

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

    Thank you for this tutorial 😍

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

    I accidentally deleted the code of the text file and save it now how should i recover the video inside that lock file
    Does anybody have any idea, help!!!

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

    i want to check and i deleted sample one folder and i cant get Data back . Can anyone Help please

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

    i got problrm with mine folder can you help me to remove this lock please

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

    but if you open that file i vs code the password can be seen

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

    Thank you so much sir it means a world to me,

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

    This was pretty easy to defeat, there are 2 ways to do it. 1. just show hidden files, the file shows up as "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" which can be opened. 2. Simply right click on the bat file and click edit, the file opens and the password is there to see.

    • @joemdjossou
      @joemdjossou 2 ปีที่แล้ว

      And can we put the bat file somewhere else and it will still work?

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

      Can we put something else apart from control panel to be undefeated

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

      Would it still protect you from ransom ware?

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

      you are right

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

      Then you may set permissions to the file. Not allowing anyone to read, write, & execute only the Owner.

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

    Thank you!

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

    Thank you very much 😇✨

  • @MisterTheCliper
    @MisterTheCliper 2 ปีที่แล้ว

    THANKS FOR THIS EVERYONE NEED USE THIS TO LOCK THE FOLDER😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀

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

    it is working thanks for the help

  • @adithrv5738
    @adithrv5738 19 วันที่ผ่านมา

    not working if we search the name of folder after lock it show

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

    Thank you so much brother

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

    Hey crown can you please make a video on what if I forget the password in this folder that I set ???

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

    ty u save me a lot of time

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

    i did it now and my file don't open anymore what to do

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

    very nice, thanks bro

  • @user-en5mk7ji7y
    @user-en5mk7ji7y 10 หลายเดือนก่อน

    Bro l can't open the file again even when l tried the password over and over pls help me to get my files back

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

    yes its work but can some oan get acc to edit the folder called (.bat) to change some password and the folder its not dispird just moved to windows

  • @RevGD69420
    @RevGD69420 2 ปีที่แล้ว

    Thank you SOOOO Much

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

    When I do that, it told me it has virus and I cannot open it, please anyone help!!!

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

    if we delete that locked icon then how can we recollect data

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

    Hi, I can not access the folder after putting the lock! can anyone help?

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

    finally i can hide my 5 terabyte homework folder

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

    thanks for the vedio brother. but how can we change this password.
    and if we delete these folder, will photos get deleted

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

    what language must I learn to make things like this

  • @CosmicCactus28
    @CosmicCactus28 18 วันที่ผ่านมา

    what if i accidentally delete the .bat file?

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

    thanks for awesome trick love from INDIA

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

    Hello Crown GEEK what if Batfile Deleted then how can we get back Data

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

    i have lock the folder but i can't unlock folder so help me asap

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

    i can't lock the folder, pls help

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

    they can edit and view your password by opening the batch file using notepad. by right click the batch file and openwith with a notepad.

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

    i love you bro its worked

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

    Unable to view the cmd, it's showing as unknown publisher

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

    Pleeez help...i unlocked an important file and I can't get back💔

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

    Bro,,by mistake I deleted the folder lock.bat file.Now I can't find my photos.Pls help me Brother,, how I will get back my photos.pls😢

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

    guys remember to remove the pictures from recent/recommended list 😂 lucky that I noticed they were there before someone else saw 😂

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

    Thanks it's working

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

      jante ho properties me jaakr .bat ko delete krke .txt likhdo toh uska password wapas bta dega
      bekar hai

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

    After unlock the folder , folder is empty. What is the reason?

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

      same here . losing all of my files

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

    How to retrieve the password if I forgot it?

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

    thank you buddy 🥰

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

    Locked Folder k password bhul giya or jab text document bi delete ho giya to usk liya kahya korne para ga Please koi batao

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

    its now showing unkonown publisher, how can get back my data? pls help

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

      Please reply...please help me on this

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

    Please bro how do I get these code on my phone

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

    You are the king
    😁😁😁

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

    What if bat file deleted??

  • @haydenfogg7430
    @haydenfogg7430 2 ปีที่แล้ว

    Hey, question: How do you rename the Private folder? I tried renaming it, then unlocking it again, and it created a whole new folder

    • @CrownGEEK
      @CrownGEEK  2 ปีที่แล้ว

      Delete everything and do it again, make sure you keep ur fles safe first

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

      @@CrownGEEK I tried that and it didn't work. Perhaps you were not being very specific.

  • @jayeshmagare350
    @jayeshmagare350 2 ปีที่แล้ว

    bhau dhanyavad😁

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

    hello sir, i forgot the pasword what should i do? ;-; should i delete the "locker.bat" folder?

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

      nvm, i got it
      we just have to right click on the folder and hit edit and we can see the password.

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

    What to do. Now. I forgot my password

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

    Bro can it works in large file

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

    Where is this program code

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

    where is thecode