Just double click to hide folder in Windows XP??
July 20, 2009 · Posted in Windows
On Windows XP, we can easily hire folder by access to folder properties and tick the the hidden check box. But this folder will show once you enable the show all files option from folder option.
Now i going to show your how to hire the folder by just double click the batch file and this folder will hidden even you enable to show all files option.
Step 1 : Create folder that you want. Eg: i created folder called techkaki
Step 2: Create lock folder batch file
- Launch the Notepad application
- Enter the following command to notepad
attrib +s +h techkaki5 B+ Z, l! C. t" x6 t
ren techkaki techkaki.{21EC2020-3AEA-1069-A2DD-08002B30309D}
- Save this file as lockfolder.bat
Step3: Create unlock folder batch file
- Open Notepad and enter the following command to notepad
ren techkaki.{21EC2020-3AEA-1069-A2DD-08002B30309D} techkaki
attrib -s -h techkaki
- Save this files as unlockfolder.bat
Step 4: How to use the batch file
- If you want to hidden the folder, just double click on lockfolder.bat
- If you want to show the folder, just double click on unlockfolder.bat
Is it easy to use?? Please take note that this batch should run on same location as your folder that you want to lock.
Just try it
ads
Comments
Leave a Reply
