Enable or Disable Built-in Administrator Account in Windows Vista Activa sau dezactiva incorporat de cont de administrator în Windows Vista
Unlike Windows XP where the built-in Administrator user account is created with Spre deosebire de Windows XP în cazul în care a construit-in-Administrator cont de utilizator este creat cu blank password necompletat parola (no password) during Out-of-Box-Experience (OOBE) and simply hidden from the view of users, (nu parola) în timpul Afară-de-Box-de experienta (OOBE) şi pur şi simplu ascunse de la punctul de vedere al utilizatorilor, Windows Vista Windows Vista also by default will create a built-in Administrator account with empty password, but this Administrator account is disabled by default in all clean installations and upgrades of Windows Vista, including factory pre-installed Windows Vista from Original equipment manufacturers (OEMs) and system builders. de asemenea, în mod implicit, va crea un built-in cont de administrator cu parola de gol, dar acest cont de administrator este dezactivată în mod implicit în toate curate şi a instalaţiilor de upgrade-urile Windows Vista, inclusiv fabrica de pre-instalat Windows Vista de la producătorii de echipamente originale (OEM-uri) şi sistem de constructori . The admin account is disabled in order to enhance the security protection of the system. De cont de administrator este dezactivată pentru a spori protecţia de securitate a sistemului.
How to Enable Windows Vista Administrator Account Cum se activează Windows Vista pe administrator de cont
Method 1 Metoda 1
Under the command prompt shell window, run the following command: În conformitate cu coajă fereastra prompt de comandă, rulaţi următoarea comandă:
net user administrator /active:yes net user administrator / active: yes
Note that you may need to Reţineţi că este posibil să aveţi nevoie să disable UAC dezactiva UAC or sau open elevated command prompt deschide prompt de comandă .
Method 2 Metoda 2
Enable the built-in Administrator account by using the Local Users and Groups MMC console to change the properties of the Administrator account: Activaţi-a construit în cont de administrator, prin utilizarea Local Users and Groups consola MMC pentru a modifica proprietăţile de administrator de cont:
- Open the MMC console and select Local Users and Groups. Deschideţi consola MMC şi selectaţi Local Users and Groups.
- Right-click the Administrator account and select Properties. Faceţi clic dreapta pe Administrator de cont şi selectaţi Proprietăţi. The Administrator Properties window appears. Administratorul apare fereastra de Proprietăţi.
- On the General tab, clear the Account is Disabled box. În fila General, clar de cont este dezactivat caseta.
- Close the MMC console. Inchide consola MMC.
- Administrator access is now enabled. Acces de administrator este acum activat.
Method 3 Metoda 3
You can enable the Administrator login access automatically during the unattended setup and installation of Windows Vista, by using the AutoLogon unattended Setup setting. Puteţi să activaţi de acces de administrator de login automat în timpul neasistat de instalare şi de instalare a Windows Vista, prin utilizarea AutoLogon neasistat de instalare setare. To do so, set the AutoLogon setting to Administrator in the Microsoft-Windows-Shell-Setup component. Pentru a face acest lucru, stabilite de administrator pentru a AutoLogon setare în Microsoft-Windows-Shell-componenta de instalare. This option will enable the built-in Administrator account in Windows Vista, even if a password is not specified in the AdministratorPassword setting. Această opţiune va permite de-a construit în cont de administrator în Windows Vista, chiar dacă o parolă nu este specificat în AdministratorPassword setare.
For fully automated procedure, system administrators can create an answer file by using Windows System Image Manager (Windows SIM), as shown in the sample below that will enable the Administrator account, specify an Administrator password, and automatically log onto the system. Pentru procedura complet automatizat, administratorii de sistem pot crea un fişier de răspunsuri, utilizând Windows System Image Manager (Windows SIM), după cum se arată în exemplul de mai jos în care va activa contul Administrator, specificaţi o parolă de administrator, şi în mod automat spre log de sistem.
<component name=”Microsoft-Windows-Shell-Setup” processorArchitecture=”x86″ publicKeyToken=”31bf3856ad364e35″ language=”neutral” versionScope=”nonSxS” xmlns:wcm=”http://schemas.microsoft.com/WMIConfig/2002/State” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”> <componenta nume = "Microsoft-Windows-Shell-Setup" processorArchitecture = "x86" publicKeyToken = "31bf3856ad364e35" limba = "neutru" versionScope = "nonSxS" xmlns: wcm = "http://schemas.microsoft.com/WMIConfig/ 2002/State "xmlns: XSI =" http://www.w3.org/2001/XMLSchema-instance ">
<AutoLogon>
<Password>
<Value>SecurePasswd123</Value> <Value> SecurePasswd123 </ Value>
<PlainText>true</PlainText> <PlainText> Adevărat </ plaintext>
</Password> </ Password>
<Username>Administrator</Username> <nume-utilizator> Administrator </ Nume de utilizator>
<Enabled>true</Enabled> <Enabled> Adevărat </ Enabled>
<LogonCount>5</LogonCount> <LogonCount> 5 </ LogonCount>
</AutoLogon> </ AutoLogon>
<UserAccounts>
<AdministratorPassword>
<Value> SecurePasswd123</Value> <Value> SecurePasswd123 </ Value>
<PlainText>true</PlainText> <PlainText> Adevărat </ plaintext>
</AdministratorPassword> </ AdministratorPassword>
</UserAccounts> </ UserAccounts>
</component> </ component>
How to Disable Administrator Account Logon Access Cum se dezactivează contul de administrator de Log on de acces
Method 1 Metoda 1
Under the command prompt shell window, run the following command: În conformitate cu coajă fereastra prompt de comandă, rulaţi următoarea comandă:
net user administrator /active:no net user administrator / active: nu
Note that you may need to Reţineţi că este posibil să aveţi nevoie să disable UAC dezactiva UAC or sau open elevated command prompt deschide prompt de comandă .
Method 2 Metoda 2
Reset and remove all unique and customized account information including product activation status to return to end users first-run out-of-box experience (OOBE) by using sysprep.exe /generalize command. Resetare unic şi a şterge toate informaţiile de cont şi personalizate, inclusiv statutul de activare de produs, pentru a reveni la utilizatorii finali de primul-terminat-de-caseta de experienţă (OOBE) utilizând Sysprep.exe / generaliza comandă. Sysprep (System Preparation Utility) is an integral part of the operating system and is always present in the C:\Windows\system32 directory, and thus can be invoked from the command line as shown below or via a GUI dialog box. Sysprep (Sistemul de preparare institutiei) este o parte integrantă a sistemului de operare şi este întotdeauna prezentă în C: \ Windows \ system32 director, şi, astfel, pot fi invocate din linie de comandă, aşa cum este arătat mai jos sau printr-o caseta de dialog GUI. To run it, execute any of the following command in command prompt or Run box. Pentru a rula o, de orice executa următoarea comandă în promptul de comandă sau caseta de Executare.
sysprep /generalize sysprep / generaliza
or sau
c:\windows\system32\sysprep\sysprep.exe /generalize C: \ Windows \ system32 \ sysprep \ Sysprep.exe / generaliza
The next time the computer starts, the built-in Administrator account will be disabled. Data viitoare când computerul porneşte, de-a construit în Administratorul de cont va fi dezactivată.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANT: Aceasta este o pagină de masina de tradus, care este furnizat "ca atare", fără garanţie. Machine translation may be difficult to understand. Machine traducere poate fi dificil de înţeles. Please refer to Vă rugăm să original English article articol original English whenever possible. ori de câte ori este posibil.
Share and contribute or get technical support and help at Ponderea şi de a contribui sau a obţine asistenţă tehnică şi de a ajuta la My Digital Life Forums Meu digital viaţă forumuri .
Related Articles Articole
- Activate, Enable and Show Administrator Account in Vista Welcome Screen Activare, permite şi arăta cont de administrator în Vista Bun venit Ecran
- Enable and Unhide Administrator Account with Vista Local Security Policy Setting Activaţi şi Anulaţi ascunderea cont de administrator local cu Vista setare de politică de securitate
- Unhide the Administrator Account in Windows XP Anulaţi ascunderea de cont de administrator în Windows XP
- Turn Off or Disable User Account Control (UAC) in Windows Vista Activare sau Dezactivare Inchide Control cont utilizator (UAC) în Windows Vista
- Easily Login to Windows XP with No Password Administrator Account Backdoor Trick Uşor de conectare la Windows XP cu parola de cont de administrator nu backdoor truc
- Turn Off and Disable Windows XP Built-in ZIP Support and Compressed Folders Dezactivaţi şi dezactivează Windows XP built-in zip de sprijin şi de foldere comprimate
- Disable and Turn Off (or Enable or Turn On) Data Execution Prevention (DEP) in Windows Vista Dezactivaţi şi Turn Off (sau Enable sau Activare) Data Execution Prevention (DEP) din Windows Vista
- Disable or Turn Off (Or Enable and Turn On) Windows Vista Internet Explorer 7 (IE7) Protected Mode Dezactivaţi sau Turn Off (sau să activaţi şi de Activare) Windows Vista Internet Explorer 7 (IE7) mod protejat
- Shortcuts to Enable and Disable Vista Aero Theme Comenzi rapide pentru a activa şi dezactiva Vista Aero temă
- Customize and Personalize Windows Vista Built-in Screensavers Trick Personalizare personaliza Windows Vista şi-a construit în screensavers truc

























