Posts

Showing posts with the label command line

How To create a Password Protected Folder without any software (using notepad trick)

Image
How To create a Password Protected Folder without any software (using notepad trick) We all have computer files/documents we'd like to keep hide from the world. luckily, in Windows 10, you can lock those with this unique or guaranteed   strategy  or files in a secret folder that is encrypted/password protected, and you can do it without buying any additional  third party software. 1. Right-click over that folder where the files you want to protected are located. The folder you want to hide/lock can even be on your desktop. 2. Select "New" from the contextual menu (Right click menu) 3. Click on "New Text Document" 4. Press Enter. It doesn't matter what the has be named. You can delete this text document once lockable folder which will be made. 5. Open the new text document and Paste below text in it cls @ECHO OFF title Folder Locker if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Locker ...