Real Seo and Facebook Secretes Revealed

How To Lock Your Files Without Using Any Software using Notepad


How many times have you wished of a software that can hide or lock files , restricting its access to other unwanted users. Although there are various software available in the market with which you can easily lock / hide files but , personally , I do not trust them because most of them are bloatware or spyware .
In this post I will share a simple and efficient way of locking and hiding important files using a the following method. Follow the instructions to make your own Locker ( without any software ! )

1. Open notepad .

 2. Copy the following code in the notepad file :

  1. 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
  3.Replace " your password here " with your password.

  4. Save it as batch file ( with extension. Bat ) eg . Locker.bat

  5.Now you see a batch file. Double click it to create a folder locker (A new folder named          Locker  would be formed the same place )
6.  That's all now created your own locker and that too without using any software !
7.   Bring all the files you want to hide in the locker folder.
8.   Double-click the batch ( As created above ) file to lock the folder namely Locker .

funny notepad tricks,best windows 7 tricks

If you want to unlock your files , simple double click the batch file again and ask password ( DOS window ) . Enter the password and enjoy access to the folder.
But do not delete it . Bat and lose your stuff .
 Convert Text To Speech
1.File and then  open notepad on your Windows PC
.
2. Copy and paste the code below mentioned :


  1. Dim message, sapi message=InputBox("Enter your text for conversion-www.40tricks.blogspot.com","Hover pc Hacks Text-To-Audio Converter") Set sapi=CreateObject("sapi.spvoice") sapi.Speak message

3. Save this file with any name . Vbs extension as . Eg . Text -To- Audio.vbs

4.That's it! Your text to audio converter is ready for use.

best funny notepad tricks ,best windows 7 tricks ,seo suggestions
5. Now open the file and saved in the text you want to convert and click OK key . If you find any difficulty in using this code, let me know


For Further Reading,
notepad funny tricks