Privilege of Adm (Windows 7)

Asked

Viewed 70 times

0

The firewall at work is blocking me, I can’t see the programming videos from Oursera... in short, I don’t have Adm privilege.

I would like suggestions on how to solve this problem...

Abcs.

1 answer

1

Windows 7 by default comes with the Administrator account (with full privileges) disabled for security reasons and even if you search for it in the system’s user list you will not find it.

Every user with an administrator "type" profile has enough privileges to do whatever you want on the system, but let’s assume that this default account malfunctions in the settings folder or you have the need to use a spare administrator account, how to activate the (hidden) Admin account?

The tip is simple, but it can be very useful, and it is worth remembering that this account must have password to prevent another user using it for purposes that can damage the operating system.

Open Start menu and type cmd as in the image below:

Clique com o botão direito e selecione Executar como administrador.

Right click and select:

Run as administrator.

And in the terminal, type:

NET USER ADMINISTRADOR /   ACTIVE:YES

Enter and log out and both accounts should appear.

Source: IT Professionals.

That should help.

  • I edited the answer.

  • Do as you are in response.

  • When I try to run as Adm it stops me and asks the user and password of the administrator...@Israelsousa

  • Your machine’s administrator account must have a password.

  • that’s exactly the problem...

  • You will need to remove your Windows password using a Linux distribution.

  • can you explain to me?

  • Follow this tutorial, it will only change the Administrator password. cmd by start menu, when arriving at command prompt, type net user, the name of all available accounts on your system will appear. Then type net user "Administrator" * and enter a new password for the administrator account.

  • ta.... when entering the net user "administrator" command I view the administrator, but how do I change your password? @Israelsousa

  • You forgot to put the asterisk after the... "Administrator". Like this: net user "Administrator" *

  • I managed to get the password exchange, however gave "system error 5 - Access Denied"

  • You have to run the cmd as administrator as shown in the response image.

  • So... @Israelsousa, I can’t access cmd as Adm... when I try, it immediately opens a window asking user and password...

  • You are using the account of Guest?

  • Yes...@Israelsousa

  • 1

    Try restarting the computer by pressing the key F8 until a black screen of Windows appears, then enter Safe mode with network. If this does not work out, you will have to remove the Windows password using a distribution Linux or a specific boot program. Ex.: Ophcrack On the Internet you will find some tutorial on how to remove your Windows 7 password using this program or any distribution Linux.

Show 11 more comments

Browser other questions tagged

You are not signed in. Login or sign up in order to post.