How To Password Protect A Folder In Windows 10 Without Software
In this video I will show you how to password protect a folder in windows 10 without software.
โ ๐ Support The Channel For Less Than The Price Of A Cup Of Coffee - https://ko-fi.com/digitaltutor
๐ ๐ Subscribe Here - https://www.youtube.com/channel/UCf-fme5OpBdK85ZF4KeNpnA?sub_confirmation=1
-------------------------------------------------------
PLEASE NOTE: YouTube does not allow direct upload of small brackets into video descriptions. I had to uppercase two brackets (what looks like a right arrow near the bottom of your keyboard). You need to lowercase the braket (meaning small version of ๏ผ instead of large one). in the following two locations: 1) immediately after cho= AND 2) pass= .Make sure you do not cut off the "" when you are typing this text in.
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
It is easy to learn how to password protect a folder in windows 10 without software but can be tricky to find if you are new to windows 10 but in this tutorial you will learn step by step how to password protect a folder in windows 10.
how to lock a folder in windows 10 is explained clearly in this video so just hit play and you will learn how to Password protect folders in windows 10. After watching the video the whole way through you will know how to password protect a folder
A lot of people are looking for ways on how to password protect a folder in windows 10 without software and this is an easy to follow video on how to lock a folder in windows 10
So if you are looking for how to password protect a folder in windows 10 without software you have come to the right place.
If you found this video helpful please like and leave a comment below and subscribe to the channel for more awesome tutorials!
................................................
affiliate disclaimer:
This description may contain affiliate links which helps support the channel and will pay me a small commission at no extra cost to you. I only recommend programs I have used so you can rest assured you will always be getting top quality recommendations
#digitaltutorโ #howtoโ #windows10