10 Coolest Notepad Tricks and Hacks
1. Make Notepad your Personal Diary Do you want a diary in your computer? Notepad can be turned into a personal logbook by simple steps. Everything you type will be saved with the particular date and time. Follow these steps to make notepad your diary: 1. Open Notepad 2. In the first line, type “.LOG” 3. Save the file as “log.txt” 2. Password-protected Folder using Notepad You can protect the files and folders in your computer by using this Notepad trick. A password-protected folder is created using few lines of code and you can keep your important stuff safe. Type the following code. Instead of “fossBytes” written in the code, type in the password of your wish. Save the file as private.bat and choose File type as All Files (*.*). Double click on the file private.bat. A Private folde...