CrazyEngineers
  • 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
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • pradeep_agrawal

    MemberJan 31, 2008

    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.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register