How to Password Protect a Folder in Windows 11 without Software?

Ғылым және технология

This video shows you how to protect your files by locking folders in Windows 11, using tools already on your computer - no extra software needed! We guide you step-by-step, starting with making a new folder and then using Notepad and Command Prompt. One can execute this easy trick for free.
The video also teaches you how to create a special kind of file called a batch file to lock a folder. One can find the code from the first comment below that gives an extra layer of protection to your folder. But, be careful! There's a chance that someone who knows computers well might be able to find your password if they have access to your computer. We talk about this in the video, too, and suggest ways to keep your password secure. This method will also work with Windows 10.
In simple words, our video shows you how to protect your files in Windows 11 by locking folders without needing any additional software. It's like having a secret safe on your computer for your important files. So, for anyone wanting to keep their files safe in Windows 11, this method of locking folders without any extra software can be really useful.
#windows11 #folderlock #passwordprotected #software #commandprompt #notepadtricks
Subscribe to TechEmpty at techempty.org/go/subscribe/
Stay Connected with Sai Praveen
Facebook: / imsaipraveen
Instagram: / saipraveen
Twitter: / techempty
Website: techempty.org

Пікірлер: 4

  • @TechEmpty
    @TechEmpty11 ай бұрын

    Here is the code: cls @ECHO OFF title Folder Locker if EXIST "Locker.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Locker goto MDLOCKER :CONFIRM echo Would you like 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 Locker "Locker.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Locker.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter Your Password to Unlock This Folder: set/p "pass=>" if NOT %pass%== ENTER YOUR PASSWORD goto FAIL attrib -h -s "Locker.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Locker.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker echo Password Accepted! Folder Unlocked Successfully. Enjoy goto End :FAIL echo Sorry! Invalid Password. Try again goto end :MDLOCKER md Locker echo Success. Locker Created goto End :End

  • @gwidwock
    @gwidwock8 ай бұрын

    You were quick and right to the point. Thank you, it worked great.

  • @krishnamoorthy5953
    @krishnamoorthy595311 ай бұрын

    Thank you so much sir ❤

  • @TechEmpty

    @TechEmpty

    11 ай бұрын

    Most welcome

Келесі