O Windows não tem um usuário com privilégios de administrador

0

Eu tinha apenas uma conta de usuário no meu computador e tinha privilégio de administrador. Alterei seu privilégio para Guest usando o comando control userpasswords2 nas janelas RUN ontem.

Agora tenho apenas uma conta no meu computador e seu privilégio de convidado! O que devo fazer?

Quando quero executar control userpasswords2 novamente, uma janela pop-up aparece pedindo a senha do Administrador para executar este programa, mas por não ter uma conta de administrador no sistema, o campo para inserir a senha é desativado.

    
por TheGoodUser 12.08.2014 / 13:11

1 resposta

1

Conta de administrador perdida no Windows 7

Like Vista, the Windows 7 built-in Administrator account is disabled by default. However, when there are no other administrative accounts on the system the built-in Administrator account may become enabled. Go into Safe Mode and see if Administrator appears on the Welcome Screen. If it does, log in and create an extra administrative account for elevation and emergencies (see below for suggested user account setup).

If Administrator doesn't appear on the Welcome Screen, enable it as follows:

If you have a Windows 7 installation DVD (not a recovery DVD) you can boot the system with it. Select the default language, then choose "Repair your computer". Then select "Command Prompt". At the command prompt type:

net user administrator /active:yes [enter]

Remove the DVD, reboot the computer, and log into the built-in Administrator account.

If you don't have a Windows 7 installation DVD (only have a recovery disc), the computer mftr. may have given you the Windows 7 System Repair option (not a System Recovery!) on the diagnostic menu. This diagnostic menu is the same one where you can choose Safe Mode. To get to this menu, repeatedly tap the F8 key as the computer is starting up. Or you can make a bootable Repair DVD from the file at this link:

http://neosmart.net/blog/2009/windows-7-system-repair-discs/

Note: All the Neosmart recovery disc downloads are torrent files. There is a good explanation of torrent files at the Neosmart website. You will need a torrent client such as muTorrent to get the files. The torrent client will download the .iso file with which to create the bootable DVD.

After you have created the extra administrative user account log into it and disable the built-in Administrator again for security purposes:

Start Orb>Search box>type: cmd When cmd appears in Results above, right-click it and choose "Run as administrator" [OK]. Now you will get the command prompt. At the command prompt type:

net user administrator /active:no [enter]

Exit the command prompt.

General Recommendations For Setting Up Users In Windows 7:

You absolutely do not want to have only one user account. Like XP, Vista and all other modern operating systems, Windows 7 is a multi-user operating system with built-in system accounts such as Administrator, Default, All Users, and Guest. These accounts should be left alone as they are part of the operating system structure.

You particularly don't want only one user account with administrative privileges on Windows 7 because the built-in Administrator account (normally only used in emergencies) is disabled by default. If you're running as Administrator for your daily work and that account gets corrupted, things will be Difficult. It isn't impossible to activate the built-in Administrator to rescue things, but it will require third-party tools and working outside the operating system.

The user account that is for your daily work should be a Standard user, with the extra administrative user (call it something like "CompAdmin" or "Tech" or the like) only there for elevation purposes. Running as a Standard user is best practice for security purposes and will help protect your computer from infection. After you create "CompAdmin", log into it and change your regular user account to Standard. Then log back into your regular account.

Origem Conta de administrador perdida no Windows 7

    
por 12.08.2014 / 13:17