Folder Lock - Password Protect a Folder on Windows 10/11 | Class 10 | How to Lock Folders in Windows

preview_player
Показать описание
#folderlock #windows #windows10 #windows11 #telugu
Folder Lock - Password Protect a Folder on Windows 10/11 | Class 10 | How to Lock Folders in Windows.

In This Computer Tutorial, We see How to Lock Folder & Files in Windows 10 & Windows 11. I Explained This Tutorial in Two Methods Without Using Any Software Step by Step Guide.

"How to Password Protect a Folder on Windows 10/11: A Step-by-Step Guide"
"Secure Your Files: Password Protect Folders on Windows 10/11"
"Folder Lock 101: Password Protecting Folders on Windows 10/11"
"Windows 10/11 Security: How to Password Protect Your Folders"
"The Ultimate Guide to Password Protecting Folders on Windows 10/11"
"Protect Your Data: How to Password Lock Folders on Windows 10/11"
"Easily Password Protect a Folder on Windows 10/11: Complete Tutorial"
"How to Lock and Password Protect Folders on Windows 10/11"
"Windows 10/11 Folder Security: Password Protect Your Files in Minutes"
"Step-by-Step: Password Protecting Folders on Windows 10/11 for Maximum Security"

#FolderLock
#PasswordProtect
#WindowsSecurity
#DataProtection
#Windows10Tips
#Windows11Tips
#FileSecurity
#PrivacyProtection
#SecureFiles
#TechTutorial
#CyberSecurity
#ProtectYourData
#WindowsTips
#FolderSecurity
#DigitalPrivacy
Рекомендации по теме
Комментарии
Автор

@ECHO OFF
if EXIST "Control 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
attrib +h +s "Control
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
ren "Control Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDPrivate
md Private
echo Private created successfully
goto End
:End

TeluguMultimediaTutorials
Автор

2nd method is not secure, if the .bat file is coverted back to .txt file it will reveal the password, and the folder will be unlocked....

bsdvishnu
Автор

folder lock ane folder ni delete cheste mari anni files delete avuthaya

Smashmix