不创建额外分区_如何在没有额外软件的情况下创建秘密伪装的文件夹

不创建额外分区

不创建额外分区_如何在没有额外软件的情况下创建秘密伪装的文件夹

Almost anyone knows how to make a “hidden” folder in Windows, most people also know how to make Explorer show hidden folders. Instead, if your folder looked like an innocent shortcut no one would know you have data in there.

几乎所有人都知道如何在Windows中创建“隐藏”文件夹,大多数人也知道如何使Explorer显示隐藏文件夹。 相反,如果您的文件夹看起来像是一个无辜的快捷方式,那么没人会知道您那里有数据。

使用命令提示符伪装文件夹 (Using Command Prompt to Disguise a Folder)

In this example I have an ordinary folder on the root of my drive called How-To-Geek.

在此示例中,我的驱动器根目录上有一个普通文件夹,名为How-To-Geek。

不创建额外分区_如何在没有额外软件的情况下创建秘密伪装的文件夹

To disguise it, I need to open a command prompt and navigate to the directory where its resides, since it is on the root of my drive I can use:

为了掩饰它,我需要打开命令提示符并导航到其驻留的目录,因为它位于驱动器的根目录下,因此我可以使用:

CD C:\

CDC:\

不创建额外分区_如何在没有额外软件的情况下创建秘密伪装的文件夹

Now all I need to do is rename it and include the CLSID for Computer:

现在,我需要做的就是重命名它,并包含计算机的CLSID:

ren How-To-Geek How-To-Geek.{20d04fe0-3aea-1069-a2d8-08002b30309d}

ren极客方法极客方法。{20d04fe0-3aea-1069-a2d8-08002b30309d}

不创建额外分区_如何在没有额外软件的情况下创建秘密伪装的文件夹

Now if I go back to my folder it looks like a link to Computer, and if I click on it, it even opens Computer. No one can get inside this folder now without knowing the CLSID you used to hide it.

现在,如果我返回到文件夹,它看起来像是指向“计算机”的链接,如果单击它,它甚至会打开“计算机”。 现在没有人可以进入这个文件夹,而无需知道您用来隐藏它的CLSID。

不创建额外分区_如何在没有额外软件的情况下创建秘密伪装的文件夹

使用命令提示符显示文件夹 (Using Command Prompt to Reveal Your Folder)

You will need to navigate to the directory where the disguised folder resides.

您将需要导航到伪装文件夹所在的目录。

CD C:\

CDC:\

不创建额外分区_如何在没有额外软件的情况下创建秘密伪装的文件夹

Then all you need to do to unhide a folder is rename the folder back to what it was before:

然后,取消隐藏文件夹所需要做的就是将该文件夹重命名为之前的名称:

ren How-To-Geek.{20d04fe0-3aea-1069-a2d8-08002b30309d} How-To-Geek

ren How-To-Geek。{20d04fe0-3aea-1069-a2d8-08002b30309d}

不创建额外分区_如何在没有额外软件的情况下创建秘密伪装的文件夹

If you go look at your folder now you will see it’s back to normal.

如果您现在查看文件夹,您会发现它已恢复正常。

不创建额外分区_如何在没有额外软件的情况下创建秘密伪装的文件夹

使用批处理文件 (Using Batch Files)

If you want to go even one step further you can create batch files. The following one hides my folder.

如果您想更进一步,则可以创建批处理文件。 下面的一个隐藏了我的文件夹。

不创建额外分区_如何在没有额外软件的情况下创建秘密伪装的文件夹

Then to unhide it i use the following batch file.

然后取消隐藏,我使用以下批处理文件。

不创建额外分区_如何在没有额外软件的情况下创建秘密伪装的文件夹

All that you would need to do now is run one of the batch files.

您现在所要做的就是运行批处理文件之一。

不创建额外分区_如何在没有额外软件的情况下创建秘密伪装的文件夹

You should also take note that although this is a geeky way of hiding your data nothing is stopping the person from deleting the folder which would delete everything you have inside as well.

您还应该注意,尽管这是一种隐藏数据的怪异方法,但没有什么阻止该人删除该文件夹,这也会删除您在其中的所有内容。

翻译自: https://www.howtogeek.com/118975/how-to-create-a-secretly-disguised-folder-without-extra-software/

不创建额外分区

相关文章: