FTC Forum
Technical Corner => கணினி மற்றும் தொழில்நுட்ப செய்திகள் - Computer & Technical Informations => Topic started by: MysteRy on August 14, 2014, 09:14:11 PM
-
How to lock the folder without any software?
Sometimes when we are working on a shared computer or we have some confidential data that we want to protect it from accessing the other users. A lot of softwares are available for this purpose. But do you know that you can simply create a locked folder in your computer without any software and you will have a key that will be required to unlock that folder. There are two of methods discussed here, to exercise the first one simply follow these steps:
1. First create a folder in any drive, let’s do as F:/Mouse (It will be better to create a folder with name similar to the name of folders in Control Panel as on clicking the locked folder, it will redirect to the control panel).
(https://friendstamilchat.in/forum/proxy.php?request=http%3A%2F%2Fwww.engineersgarage.com%2Fsites%2Fdefault%2Ffiles%2Fimagecache%2FOriginal%2Fwysiwyg_imageupload%2F1%2FHow-to-lock-a-folder-in-windows1.gif&hash=2ffd44f4fcabe7ef03bb6fa122c1b3f516467ec6)
2. Create a notepad (or any other text editor) file and write the following code in it
ren Mouse Mouse.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Name the file as “loc.bat” and save it in the same drive.
3. Now to create another batch file, open a text file and put the following code:
ren Mouse.{21EC2020-3AEA-1069-A2DD-08002B30309D} Mouse
Name the file as “key.bat” and place in the same directory.
(https://friendstamilchat.in/forum/proxy.php?request=http%3A%2F%2Fwww.engineersgarage.com%2Fsites%2Fdefault%2Ffiles%2Fimagecache%2FOriginal%2Fwysiwyg_imageupload%2F1%2FHow-to-lock-a-folder-in-windows2.gif&hash=daca1e5850eedcbbf5cfa93159580b32a67999dc)