Тёмный

How to Password Protect a Folder in Windows 11 | Lock Folder in Windows 11 

Tech Related Tips
Подписаться 33 тыс.
Просмотров 45 тыс.
50% 1

This video guides about how to password protect a folder in windows 11.
Locking a folder in Windows 11 with a password enhances security and privacy by preventing unauthorized access to sensitive or confidential files and data.
To Set Password in Folder in Windows 11, follow the step by step guide.
Here are the Steps to Lock Folder in Windows 11:
1. Open the folder which you want to encrypt with password.
2. Create a New Text File and paste the folder lock script provided.
3. Replace "YOUR-PASSWORD" with the password you want to set for this folder.
4. Save this text file as Batch File by adding ".bat" after the file name.
5. Open the newly created batch file and you will see a Private Folder.
6. Place all your content inside this Private Folder.
7. Run the batch file again to hide and encrypt folder.
You Folder is now locked and hidden.
So that's how to password protect a folder in windows 11. If you face any problem during the whole process, ask me in comment section below, I will surely help.
#lockfolder
#passwordprotection
#setpassword
#windows11
#folder
#techrelatedtips
how to password protect a folder in windows 11, how to set password in folder in windows 11, how to lock a folder in windows 11, how to lock folder in windows 11, folder lock for windows 11, lock folder in windows 11, password protect folder windows 11, how to protect folder with password in windows 11, protect folder with password windows 11, password protect a folder in windows 11, how to password protect folder in windows 11, password protect folder windows 11 home, how to password protect a zip folder in windows 11, windows 11 password protect folder, how to set password for folder in windows 11, how to set password to folder in windows 11, how to set password on folder in windows 11, how to set folder password in windows 11, how to set password in laptop folder windows 11, how to set password to a folder in windows 11, how to set password for a folder in windows 11, how to set password in pc folder windows 11, how to set password in a folder in windows 11, set password for folder in windows 11, how to set password on any folder in windows 11, set password on folder windows 11, how to set password in folder windows 11, how to set a password to a folder in windows 11, how to set password in laptop windows 11 folder, how to set a password in folder windows 11, set password to folder windows 11, how to set a password for folder in windows 11, how to set password in folder in laptop windows 11, set password in folder windows 11, how to set password for folder in windows 11, how to set password in windows 11 folder, how to set password on windows 11 folder, how to set password folder in windows 11, how to set a folder password in windows 11, set folder password windows 11, can we set password for folder in windows 11, how to set password to folder windows 11, how to lock folder in laptop windows 11, how to lock any folder in windows 11, windows 11 folder lock, how to lock folder in windows 11 with password, how to folder lock in windows 11, how to lock the folder in windows 11, how to lock a folder in windows 11 with password, how to create lock folder in windows 11, how to set lock for folder in windows 11, lock a folder windows 11, how to set lock to folder in windows 11, pc folder lock windows 11, how to lock a folder in laptop windows 11, folder lock in windows 11, how to hide and lock folder in windows 11, how to lock folder in pc windows 11, how to keep lock for folder in laptop windows 11, how to create a lock folder in windows 11, how to set lock on folder in windows 11, how to put folder lock in windows 11, how lock folder windows 11, how to lock folder in windows 11 home, how to apply lock on folder in windows 11, how to password lock folder in windows 11, how to put lock on folder windows 11, how to lock laptop folder with password windows 11

Опубликовано:

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 44   
@TechRelatedTips
@TechRelatedTips Год назад
Script to Lock Folder in Windows 11 --------------------------------------------------------- @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
@anshbansal3013
@anshbansal3013 6 месяцев назад
plz make a video on this code explanation
@suchindharanv.p6798
@suchindharanv.p6798 6 месяцев назад
How to forgot password ?
@SamHrang-jp6yt
@SamHrang-jp6yt 6 месяцев назад
Can't copy
@CRAZYEDIT-cq4ec
@CRAZYEDIT-cq4ec 3 месяца назад
Can't copy
@fun10109
@fun10109 Месяц назад
🦵
@anshbansal3013
@anshbansal3013 6 месяцев назад
It just hides the folder and does not make it password-protected actually. You just search the file name on the search bar below and ta-da!!! , anyone can access it. 😅
@jameswaite4271
@jameswaite4271 5 месяцев назад
Right but how is anyone gonna know the name of the folder
@amirehrlich4969
@amirehrlich4969 2 месяца назад
It works fine, thank you. BUT, when I click on the locked.bat file I can see its content in the preview window so anyone can see the password... How do I prevent this ?
@vardapetyan
@vardapetyan 4 месяца назад
Kid's level protection. Anyone can open the batch file in a text editor and clearly see the password.
@StudyAllTimeSAT
@StudyAllTimeSAT 2 месяца назад
U can easily avoid this by changing the settings in security tab of batch file. Choose authentication to disallowed full control and remove that whole option. Next time no one can open or delete that file.
@dmdreddy5499
@dmdreddy5499 Месяц назад
@@StudyAllTimeSATwhat about recovery when folder is locked and we forget our password?
@coolseterh7685
@coolseterh7685 2 месяца назад
thanks it works! but when i made another folder did everything console just close automatically and i dont even do anything how do i fix this?
@OtimCarlos
@OtimCarlos 27 дней назад
Where are getting the code from you're saying copy from the first comment from this video just say where you got it from because my paste is inactive
@davidcastanedajr3773
@davidcastanedajr3773 Месяц назад
the only problem with this technique is if you make the preview pane active and click on the .bat file in the preview pane you can see the password and then just double click on the .bat file and enter the password that was shown in the preview pane
@RahulNaskar-np4ws
@RahulNaskar-np4ws 4 месяца назад
if anyone open the lock folder with any code editor they can get the code and unlock it. Its not the safe either lol
@nelburngamingtv4112
@nelburngamingtv4112 Месяц назад
Very Helpful Thanks a lot man>>>
@nitishkornu2979
@nitishkornu2979 5 месяцев назад
Bro i forgot my password is there any solution to unlock it ?🥺
@jerrysharma3719
@jerrysharma3719 4 месяца назад
If you have the text file in your recycle bin then look for the password there
@darlogs
@darlogs 2 месяца назад
Don't worry its just hide the folder. Go into the same folder and search for the file name which you locked. when it comes open any folder from the folders you locked. and then go back you will find yourself in the same locked private folder.
@adventurerandy
@adventurerandy 7 месяцев назад
thank you so much. you helped me a lot. I highly recommend your channel to everyone in the world..
@ahmad__7_
@ahmad__7_ Месяц назад
Bht copy kaha se kre ...
@sumon1488
@sumon1488 2 месяца назад
tnx bro
@TechRelatedTips
@TechRelatedTips 2 месяца назад
Welcome bro
@MrDharanipathi
@MrDharanipathi Месяц назад
For me also folders kept inside the Private folder all files are gone, is that one deleted or hidden can I recover it, @TechRelatedTips please help
@notop9770
@notop9770 2 месяца назад
thx
@gluetheknot
@gluetheknot 2 месяца назад
you are the best
@yashmore7523
@yashmore7523 4 месяца назад
Bro it's doesn't work i create the lock.bat but when i double click then doesn't form a private folder 😭 how can i fix ?
@S-eq9gq
@S-eq9gq 4 месяца назад
Try run as administrator
@shivaprasath9339
@shivaprasath9339 4 месяца назад
Bro for me also... How to solve
@ajayoraon237
@ajayoraon237 3 месяца назад
I'm forgotten my pswd how am I open the folder
@darlogs
@darlogs 2 месяца назад
Don't worry its just hide the folder. Go into the same folder and search for the file name which you locked. when it comes open any folder from the folders you locked. and then go back you will find yourself in the same locked private folder.
@mazaaymughal1633
@mazaaymughal1633 2 месяца назад
Thanks Brother it was really helpful
@TechRelatedTips
@TechRelatedTips 2 месяца назад
Welcome. Glad it helped!!!
@wendellbrown6693
@wendellbrown6693 6 месяцев назад
Will it work on a shared network folder on a LAN where other workstations can access the password protected folder from their workstation?
@arkasaha21
@arkasaha21 9 месяцев назад
here it is shown access denied
@TechRelatedTips
@TechRelatedTips 9 месяцев назад
are you the admin?
@broonxgaming
@broonxgaming 8 месяцев назад
If it's external drive and connect to phone
@prasanthsrinivas26
@prasanthsrinivas26 10 месяцев назад
How to undo this batch
@hyper_1v_clutcher325
@hyper_1v_clutcher325 6 месяцев назад
Nahi hua
Далее
Can I Password Protect a Folder?
6:27
Просмотров 22 тыс.
Bearwolf - GODZILLA Пародия Beatrise
00:33
Просмотров 221 тыс.
БЕЛКА ЗВОНИТ ДРУГУ#cat
00:20
Просмотров 355 тыс.
Ко мне подкатил бармен
00:58
Просмотров 119 тыс.
Multiple Ways To Hide Files In Windows
17:52
Просмотров 37 тыс.
Bearwolf - GODZILLA Пародия Beatrise
00:33
Просмотров 221 тыс.