Hide your folder without any SOFTWARE

Its Tested and Working very well. Dosen't even show in Windows Search.

step by step process.

The locking process:
Go to run, type notepad and then press enter.
Notepad opens now type
ren abc abc.{21EC2020-3AEA-1069-A2DD-08002B30309D}
abc should be the name of your folder. now save the notepad file with name as loc and the extension as .bat not as .txt
now run loc.bat and you can see that your folder does not opens.

Now the unlocking process:
Go to run, type notepad and then press enter.
Notepad opens now type
ren abc.{21EC2020-3AEA-1069-A2DD-08002B30309D} abc
abc should be the name of your folder. now save the notepad file with name as key and the extension as .bat not as .txt
now run key.bat and you can see that your folder opens.

😁😁😁😁

Replies

  • pradeep_agrawal
    pradeep_agrawal
    Nice post Kanu. Just some additional information:

    The batch file basically renames the folder with name abc to abc.{21EC2020-3AEA-1069-A2DD-08002B30309D}. So instead of writing a batch file you can directly rename a folder by appending given number.

    The numbers specified after the folder name is actually CLSID (Class Identifier) of folder and the number in particular used here is GUID for Control Panel. That’s why when you try to open the folder after renaming, it opens the Control Panel. Also the icon is also of Control panel. Some other similar CLSIDs that can be used are:

    .{450D8FBA-AD25-11D0-98A8-0800361B1103} - My Documents
    .{20D04FE0-3AEA-1069-A2D8-08002B30309D} - My Computer
    .{2227A280-3AEA-1069-A2DE-08002B30309D} - Printers
    .{645FF040-5081-101B-9F08-00AA002F954E} - Recycle Bin
    .{FBF23B42-E3F0-101B-8488-00AA003E56F8} - Internet Explorer
    .{FF393560-C2A7-11CF-BFF4-444553540000} - History

    And there are many more. You can find more CLSIDs under [HKEY_CLASSES_ROOT\CLSID\], including the above specified CLSIDs.

    Though the folders are not included in the search, but you can still get the details of files and folders inside it. Suppose you folder was abc and you renamed it to abc.{21EC2020-3AEA-1069-A2DD-08002B30309D}. And consider the folder is present in C drive. Go to comand prompt, at c drive and try dir command

    c:\>dir

    It will display all the folders in current directory including you folder with name abc.{21EC2020-3AEA-1069-A2DD-08002B30309D} not just abc. Now try

    c:\>cd abc.{21EC2020-3AEA-1069-A2DD-08002B30309D}
    c>\abc.{21EC2020-3AEA-1069-A2DD-08002B30309D}>dir

    It will list all the files and directory present under that folder.

You are reading an archived discussion.

Related Posts

Traffic Light System With Pedestrian Crossing hye.. i'm 3rd year student. I'm searching a circuit,diagram,flowchart and code programming using SHADOW for my mini project. My project is "Traffic Light System...
I want to share this article that I read about Lasik.Since Im also planning to undergo in the near future. Hope this one will to give more knowledge about Lasik....
I am REGIN from Thrissur,Kerala.............
Kindly tell me the link from which i can download loadrunner trial version.
Automatic fuel valve - Turn it automatically via remote control. Prevent robbery of vehicle via anti-robbery mechanism Auto-piloting of the aircraft and related control systems. Design of air-cooling systems using...