Showing posts with label how to lock a folder!. Show all posts
Showing posts with label how to lock a folder!. Show all posts

Friday 11 July 2014

Easy To Use Software To Password Protect Folders With Folder Protector

Folder protector
With great progress done in every sphere of life, technology has given way to advanced and quicker functions while simultaneously strengthening the securityon using the application. With most of the activities done online, Kakasoft Folder Protector is one of the most reputed portable password protection applicationsthat provide users with the opportunity to safeguard their folders, drives and files on a Windows computer.

A 256-bit-on-the-fly AES Encryption technology of industrial standard is used to encrypt the folder together with the important data to keep it secured where one is permitted to run it directly and lock the folder without it being installed on the computer. With a few clicks one can prevent the files that are personal and of importance, from being viewed, deleted or tampered.

The Folder Protector is provided with amazing features which can be relied on efficiency, portability and reliability making it the most flexible and safe data protection software in the industry. One could visit the site and obtain additional information on folder protector.

It is easy to use without much complication, wherein the user is provided with the guidelines with the required support. The software which is specialised in password protection in safeguarding important data leaves the user with no worries and tension on their sensitive files or documents that are stored on the computer, from being invaded by cyber criminals. Some of the important features besides the strong industry standard 256 bit-on-the-fly AES Encryption technology for utmost protection; it has portability facility where installation is not required but can be done by copying the `Lockdir exe’ program to a drive or a folder and running the same to lock and password protect folder or drive.

It provides instant protection wherein the folder protector helps in password protection of folders with a password thus preventing the important data from being misused, modified, moved, deleted or even getting into the wrong hands, without the consent of the user. It also supports all kinds of storage devices with password protect folders on USB flash drives, hard drives, external hard drives, thumb drives, memory cards and sticks, pen drives, jump and much more.

It has easy usage and anyone has the capabilities of protecting sensitive information on local drive or removable in two easy steps without the need of exceptional skills. It is totally compatible with Windows 7 of 32 bit and 64 bit, Windows Vista of 32 bit and 64 bit, Windows 8, Windows XP, 32 bit and 64 bit, Windows 2003/XP.2000 as well as all file systems like FAT, FAT32 and NTFS. Download the folder protector by following the guidelines provided to protect personal data with password.

With its advanced features like the `Security Level’, option users can select an appropriate security level for protection of their folders and files. Besides this, the folder protect software also has advanced setting, password hint, show protected sign, restore Centre, display language, change icon of protected folder, file filter system etc. Users could check for added information there.

Friday 20 December 2013

How to lock a folder without Software?

Folder lock
Sharing your PC with another person? Feel your files are being looked upon by them? Or are you being spied by your own sibling. It irritates you right. You can think about hiding the files but you are not interested in downloading software for this purpose alone right?

Everything processes needs software now. You might have seen the AppLock software in your Android phones. We can lock any folder with the help of this software alone. But in case of computers there are some default operations provided by our own computer which we don’t know.

The most common and widely used method to lock a folder using Note Pad;

• Using Notepad: 

Do you know locking a folder can be done using our own Note Pad file? The biggest advantage of this method is that you don’t need internet connection for this method. So this is applicable to all OS’s.
The process is very simple and easy too. Just follow these simple steps.

Step 1: Open your Note Pad file. Copy the following code and Paste in it.

cls :
END
@ECHO OFF
title worldtech360 Folder lock /*replace with your desired title */
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%==type 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

Now you’ll get a window like this.

Step 1

Step 2: Save the file with .bat extension. While saving you’ll get a window like this right?

Step 2
Save it as “locker.bat” and save it to “All files” as shown.

Step 3: Now close your Note-Pad file. You can see an image in the desktop. It’ll be present as an icon as shown
Step 3


Step 4: Double click on the icon the file will Run and a Private folder will be created right beside it as shown above.

Step 5: All you’ve to do now is move all your files to the private folder.

Step 6: After you’ve moved your files run the locker.bt file again.

There your files are safe and secure now. Nobody can enter the file without your Password.
There’s also another alternative method using the same Note Pad method.

Step 1: First create a folder anywhere in your desired location. Create a folder that is similar to the control panel folders, say for e.g. Mouse

Step 2: Create a notepad file and type the following code in it.
ren Mouse Mouse.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Save it with .bat as its extension. Save it in the same location where your “Mouse” folder exists.
This code locks the file. And you can move the data that you want to hide from others.

Step 3: To unlock the folder type and save the following code with .bat extension.
renMouse.{21EC2020-3AEA-1069-A2DD-08002B30309D} Mouse
When you run this key file you can unlock the folder.
But preferring the first method is better than that of the latter method. Coz your files can be accessed only after entering the password.