Create a full hidden user

Source: Internet
Author: User

The environment we use here is the Windows XP operating system. Other systems, please find their own location, the same principle.

First we open the test system.

Then we create a user, use CMD to create, of course, if it is created directly in user management is the same. Here is not the demonstration, the corresponding operation please find the information yourself.

The command we use here is

"NET user username Password/add"

Username: The user name you want to add

Password: the password you want to set

NET command has a lot of practical commands, you can try it yourself.

This prompts the command to successfully complete the instructions that have been successfully created.

Then we use the Net user command to see what the current user has

Here we see a user called "test", this is the user we have just created, then how to hide this user?

Add a "$" after the user name you want, for example: test2$,

User successfully created, then we use net user to view the current user

Here we can find that the test2$ user we created earlier has not been displayed.

We go to user management to see if the user is actually created successfully.

Then we see this user in user management. So how to put the user management class inside the display of the user also hidden away?

Next we will learn how to hide in the user management of the user we want to hide, here we need to use is the registry.

So what is a registry? If you are not very clear, then Baidu it yourself.

We run regedit

Then find the key "Hkey_local_machine->sam"

If this is the case when it is open, there is no subdirectory, then you need to modify the permissions, right-click Modify Permissions

And then reopen the registry

Then find the users key in the

Click on the user name created before, and then on the right side of the window can see the cost of the type, and then to the previous level of the directory to find the corresponding code, such as the 3ef here,

Then we copy the key code of the Administrator to the F-key value of 3EF,

Find the value of the Administrator account

Open the corresponding F-key value, right-select all, and then copy

Then overwrite the F-key value you want to modify as the value you just copied.

Next, put the two registry keys of the user you want to hide right-click Export.

Then delete this user

Delete to reopen the registry later found that the two keys have disappeared, and then the export of two registry files imported, here just double-click to open the good.

Click OK, and then display the import success.

Re-open User management, found just test2$ this user has disappeared.

We opened the registry and found that the test2$ user already exists in the registry.

Let's test if the user is working properly.

Log off, and you will find that you cannot select test2$ this account directly from the user.

This time we repeatedly press two "Ctrl+alt+del", so you can switch to the classic way to log on to Windows

We enter test2$, the password is test, then click OK

Then we saw the familiar picture, successfully logged in. See

This is the successful implementation of the hidden users, as to how to prevent, please check the data in the registry in a timely manner.

Note: The technology is priceless, only for research use, do not use illegal!

Thank you for your support!

Can contact me for communication. [Email protected]

2015.11.16

17:09

Create a full hidden user

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.