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
  • Наука та технологія

КОМЕНТАРІ • 240

  • @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. 😃😃😃

  • @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.

  • @Endorfinz
    @Endorfinz 2 роки тому +2

    This worked perfectly! Thankyou :)

  • @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?

  • @camp9_nature_campground_Poland

    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.

  • @malik911
    @malik911 2 роки тому +4

    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😉

  • @ThatoneBaconhair31
    @ThatoneBaconhair31 Рік тому

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

  • @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.

  • @Melon9120
    @Melon9120 7 місяців тому +1

    Found this really useful, Thanks 👍

  • @telugustunningclips4651
    @telugustunningclips4651 7 місяців тому +1

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

  • @ChrisJones-tm1yh
    @ChrisJones-tm1yh Рік тому +2

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

  • @nishchaldontoji6299
    @nishchaldontoji6299 Рік тому

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

  • @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!

  • @mickeymaniacmickeymaniac6225
    @mickeymaniacmickeymaniac6225 19 днів тому

    Worked perect! Thank you

  • @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

  • @shaiquepathaaaan
    @shaiquepathaaaan Рік тому

    woaaaah .... brilliant , love from India brother

  • @blueskykpat
    @blueskykpat Рік тому +2

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

  • @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?

  • @jpppe
    @jpppe 8 місяців тому

    Wow this is so cool I am definitely subbing

  • @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

  • @KiranDural
    @KiranDural 10 місяців тому

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

  • @priyagudla1724
    @priyagudla1724 2 роки тому

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

  • @XyndraaaChan
    @XyndraaaChan 5 місяців тому

    Thank you for this tutorial 😍

  • @marceljunioregondi5594
    @marceljunioregondi5594 Рік тому +1

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

  • @huygmail
    @huygmail Рік тому +1

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

  • @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

  • @MisterTheCliper
    @MisterTheCliper 2 роки тому

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

  • @sampathjohnson7453
    @sampathjohnson7453 Рік тому +3

    there is no code in description??

  • @dehvinsimms
    @dehvinsimms Рік тому

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

  • @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

  • @mr.mughalll
    @mr.mughalll 2 місяці тому

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

  • @lalochka210
    @lalochka210 2 роки тому

    amazing, worked, thank you

  • @domkhamkhaung1384
    @domkhamkhaung1384 Рік тому

    dang man thx a lot just got this figured out.

  • @rendasteve5255
    @rendasteve5255 Рік тому +1

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

  • @jisanjim423
    @jisanjim423 Рік тому +1

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

  • @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.

  • @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

  • @debjeet2856
    @debjeet2856 3 місяці тому

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

  • @mohammedraffi6912
    @mohammedraffi6912 Рік тому

    it works... Thanks💫

  • @suridarlz3089
    @suridarlz3089 Рік тому

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

  • @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

  • @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

  • @sagnikshawyt1340
    @sagnikshawyt1340 Рік тому +1

    finally i can hide my 5 terabyte homework folder

  • @surendrayerragorla2028
    @surendrayerragorla2028 Рік тому

    it is working thanks for the help

  • @kapilgaming070
    @kapilgaming070 Рік тому

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

  • @s4chin_verma
    @s4chin_verma Рік тому

    thanks for awesome trick love from INDIA

  • @SanjuSanju-eo8ud
    @SanjuSanju-eo8ud Рік тому

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

  • @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!!!

  • @ytharrybarry3635
    @ytharrybarry3635 8 місяців тому

    i love you bro its worked

  • @funxpresss
    @funxpresss Рік тому

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

  • @jamesfestini
    @jamesfestini Рік тому

    Thank you!

  • @abbashenawi2896
    @abbashenawi2896 11 місяців тому

    what language must I learn to make things like this

  • @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

  • @adithrv5738
    @adithrv5738 26 днів тому

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

  • @majorpain6035
    @majorpain6035 Рік тому

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

  • @didulasenehas6477
    @didulasenehas6477 Рік тому

    Thank you very much 😇✨

  • @fitnessfreak4105
    @fitnessfreak4105 Рік тому

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

  • @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.

  • @froxn3931
    @froxn3931 Рік тому

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

  • @kamisama6765
    @kamisama6765 Рік тому

    ty u save me a lot of time

  • @sivakishore929
    @sivakishore929 Рік тому

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

  • @tarunkumarmandal1019
    @tarunkumarmandal1019 Рік тому

    Thank you so much brother

  • @akawan22
    @akawan22 3 місяці тому

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

  • @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 😂

  • @thetlynnnaing5212
    @thetlynnnaing5212 Рік тому

    very nice, thanks bro

  • @sivakishore929
    @sivakishore929 Рік тому

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

  • @CTOYTOfficial
    @CTOYTOfficial Рік тому

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

  • @user-en5mk7ji7y
    @user-en5mk7ji7y 11 місяців тому

    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

  • @CosmicCactus28
    @CosmicCactus28 25 днів тому

    what if i accidentally delete the .bat file?

  • @K_J_2803
    @K_J_2803 Рік тому

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

  • @minatouchiha4035
    @minatouchiha4035 Рік тому

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

  • @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

  • @ahmadrosidi160
    @ahmadrosidi160 Рік тому

    You are the king
    😁😁😁

  • @lashanhasitha5836
    @lashanhasitha5836 Рік тому +1

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

  • @RevGD69420
    @RevGD69420 2 роки тому

    Thank you SOOOO Much

  • @lohithkumar1301
    @lohithkumar1301 2 роки тому +1

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

  • @sivakishore929
    @sivakishore929 Рік тому

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

  • @vikkyvlogs5542
    @vikkyvlogs5542 Рік тому +1

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

  • @AniketKumar-bc7pp
    @AniketKumar-bc7pp Рік тому +2

    The file is showing empty but i didnot deleted them

  • @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.

  • @taheralagbari1067
    @taheralagbari1067 9 місяців тому

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

  • @unansweredme777
    @unansweredme777 Рік тому

    thanks thanks thanks thanks alotttt💌,, i rarely comment on any video but i want this thing since so long,,thanks a lottv,it's i think my 2nd or third comment in youtube till now

  • @ArjunZod
    @ArjunZod Рік тому

    love u man

  • @alonegaming65
    @alonegaming65 7 місяців тому

    Bro can it works in large file

  • @RanaPrasaD7773
    @RanaPrasaD7773 Рік тому +1

    What if bat file deleted??

  • @kwbaldoz
    @kwbaldoz 9 місяців тому

    How to retrieve the password if I forgot it?

  • @tanvirsingh1705
    @tanvirsingh1705 Рік тому

    thank you buddy 🥰

  • @noopsspoon3827
    @noopsspoon3827 Рік тому

    i can't lock the folder, pls help

  • @upknowledgesharing
    @upknowledgesharing 8 місяців тому

    Thank A lot

  • @AliAslam-ro1fn
    @AliAslam-ro1fn 3 дні тому

    What happen if someone delete the bat file

  • @promiseenyinnaya6346
    @promiseenyinnaya6346 Рік тому

    Please bro how do I get these code on my phone

  • @_saravana_61
    @_saravana_61 Рік тому

    Where is this program code

  • @FahimHerawi
    @FahimHerawi 10 місяців тому

    Thank you

  • @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