poderei entrar em uma conta oculta no windows 8

1

Eu quero fazer uma conta oculta para que minha família não tropeçar no meu código e atrapalhar, mas também quero poder acessar essa conta por outros meios. Isso é possível?

    
por MagisterTech 16.03.2015 / 22:03

3 respostas

2

Eu quero fazer uma conta oculta

Use o procedimento a seguir.

On bootup, Windows operating systems including Windows 8/7/Vista/XP will display a Welcome Screen, with a list of user accounts existing on your computer so that user can click and login. If you want to hide one of the user accounts at Welcome Screen and protect your privacy, here’s a complete guide for you. Let’s see how can we hide user account from Welcome Screen in Windows 8, 7, Vista and XP.

How to Hide User Account from Welcome Screen in Windows 8/7/Vista/XP?

  1. Press WindowsR to open the "Run" dialog, type "regedit" and press Enter.
  2. In the Registery Editor window, navigate to the following registry key:

    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\Userlist

  3. If the SpecialAccounts key and Userlist keys do not exist then create them.
  4. On the right hand side of Userlist, right-click on any blank space, and select New -> DWORD (32-bit) Value.
  5. Name the new DWORD registry value name with the exact user name used at the logon screen.
  6. Double-click on DWORD registry value, and set the value data to 0 in order to hide the account from Welcome Screen. To display the user account on Welcome Screen again so that it’s visible again, delete the registry entry, or set the value data to 1.

enter image description here

  1. Exit the Registry Editor.
  2. Log off or restart to make the change effective.

This trick will prevent the user account from showing up on the Welcome Screen or in the Control Panel -> User Accounts area.

  • On Windows XP you can still log into the hidden user account by pressing CtrlAltDel two times to display the "Login" dialog and type the username and password.
  • Note that, on Windows 8/7/Vista, pressing CtrlAltDel does not bring up the login screen.
  • If your user account is not shown up on the Welcome Screen and you’re locked out of your computer, the "Reset Windows Password" utility could be used to remove your forgotten password or make your user account visible again.

Fonte Ocultar Conta de usuário da tela de boas-vindas no Windows 8/7 / Vista / XP

Para o Windows 8.1, consulte Como ocultar as contas de usuário da tela de login no Windows 8.1

    
por 16.03.2015 / 22:39
1

Depois de ocultar uma conta como David descreveu, você não poderá fazer login usando a tela inicial do Windows no Windows 8.x, mas se tiver um segundo PC com Windows em sua rede, poderá usar essa conta oculta para efetuar login via Remote Desktop.

Sua conta oculta deve ser protegida por uma senha e sugiro que ela seja um administrador, para que você possa reexibir, se necessário.

Os clientes da Área de trabalho remota também estão disponíveis para tablets e smartphones.

Você também pode criar dois arquivos em lote para ocultar a conta:

 reg.exe ADD "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList" /v MagisterTech /t REG_DWORD /d 0 /f

e mostre novamente:

 reg.exe ADD "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList" /v MagisterTech /t REG_DWORD /d 1 /f
    
por 18.03.2015 / 19:16
0

isso funcionou para mim:

  1. inicie o cmd.exe

  2. altere o caminho: cd C: \ Windows \ System32

  3. inicie o cmd com sua conta oculta (admin): runas / usuário: john cmd.exe

... você será solicitado a digitar a senha "john"

  1. agora execute regedit.exe

  2. agora você pode editar / refazer as alterações descritas acima, definindo o valor DWORD como 1

por 18.07.2018 / 23:11

Tags