Lazz and Marcel from Germany have dropped in a mail to Technofriends, asking for a trick/tutorial on locking any Windows folder without using a software like FolderLock.
I am putting below the entire steps to achieve this task.
In this entire tutorial post, I am assuming that the name of the folder is HideMePlease and its located in D Drive, thereby making the path to the folder as
D:\HideMePlease
The trick is pretty simple,Rename the folder ( in our case HideMePlease) to HideMePlease.{21EC2020-3AEA-1069-A2DD-08002B30309D}.The renaming of the folder this way makes windows point the folder to Control Panel. This happens because of the internal pointer address in windows for Control Panel.
When this renaming of the folder is done, windows by default makes it point to the control panel. Upon clicking on the folder after renaming, Control Panel is displayed.
To get your folder back to the original one, rename it back to HideMePlease.
In order to make the entire process simple and clean, i would suggest that you make two batch files (files ending with .bat extension). One file for hiding/locking the folder; the other for getting it back/unlocking it.
1.) The batch file for hiding the folder can be named as:
Hide.bat
2.) Open notepad/your favorite text editor and type in this
//THIS FILE SHOULD BE PLACED IN d:\
REN HideMePlease HideMePlease.{21EC2020-3AEA-1069-A2DD-08002B30309D}
3.) The batch file for unlocking the folder can be named as
Recover.bat
4.) Open notepad/your favorite text editor and type in this
//THIS FILE SHOULD BE PLACED IN D:\
REN HideMePlease.{21EC2020-3AEA-1069-A2DD-08002B30309D} HideMePlease
Thats it.
Do let me know if you found this tutorial interesting.
Cheers,
Vaibhav
Filed under: ASF, barcampbangalore4, Firefox, folder locking, hacks, How-To, Microsoft, Mozilla, POP 3, SOA, Software, StarOffice, Technology, Tips, Tricks, Tutorials, Video Converter, Windows, YouTube | Tagged: AVG, geeks | 17 Comments »


