How to Secure Your Files: Create a Password-Protected Folder in Windows 10

Channel:
Subscribers:
3,880
Published on ● Video Link: https://www.youtube.com/watch?v=wyGiI7CKkRk



Category:
Tutorial
Duration: 3:16
9 views
0


How to Secure Your Files: Create a Password-Protected Folder in Windows 10

Code Used In Video (Please see above for special instructions)

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{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 "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 folder
set/p "pass=>"
if NOT %pass%==Your-Password-Here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{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

Thanks for watching this video
Please Like share & Subscribe to my channel

#Windows10 #Privacy #Security #PasswordProtection #FileSecurity #Cybersecurity #DataProtection #TechTips #FileManagement #PersonalFiles #KeepSafe







Tags:
windows 10
create password locked folder in windows 10 - keep files safe!
password protect folder windows 10
create password locked folder
lock files windows 10
folder lock for windows 10
password protected folder
how to password protect a folder in windows 10
password protect folder
lock folder windows 10
how to lock a folder in windows 10
folder password windows 10
password folder windows 10
lock folder in windows 10
Create a Password-Protected Folder in Windows