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

preview_player
Показать описание
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.

𝕾𝖈𝖗𝖎𝖕𝖙 𝖜𝖎𝖑𝖑 𝖇𝖊 𝖎𝖓 𝖙𝖍𝖊 𝖈𝖔𝖒𝖒𝖊𝖓𝖙 𝖘𝖊𝖈𝖙𝖎𝖔𝖓

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?

How to Fix 100% CPU Usage on Windows 11/10 - (Boost FPS for Gaming)

How to Boost Processor or CPU Speed in Windows 11 & 10

#LockFolders
#HowtoSetPasswordtoFolderWindows11
#CrownGeek
Рекомендации по теме
Комментарии
Автор

cls
@ECHO OFF
title Folder Locker
if EXIST 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
attrib +h +s
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
ren Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

CrownGEEK
Автор

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

phasomyr
Автор

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?

naurintanzilla
Автор

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

brian_mcnulty
Автор

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

curlito
Автор

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.

camp_nature_campground_Poland
Автор

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

adithrv
Автор

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

nobodys
Автор

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

malik
Автор

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

randomvideos
Автор

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

huygmail
Автор

This was pretty easy to defeat, there are 2 ways to do it. 1. just show hidden files, the file shows up as "Control 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.

Scotts_Outdoor_Channel
Автор

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

jisanjim
Автор

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

mr.mughalll
Автор

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

ertejaspatel
Автор

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

rendasteve
Автор

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.

thebm
Автор

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

telugustunningclips
Автор

Hey it's not working When I entered only Y then folder is automatically

SanjuSanju-eoud
Автор

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

Skipperloop